Add missing break in the code handling R_ARM_REL32 relocation.
@ -636,6 +636,7 @@ ST_FUNC void relocate_section(TCCState *s1, Section *s)
break;
case R_ARM_REL32:
*(int *)ptr += val - addr;
case R_ARM_BASE_PREL:
*(int *)ptr += s1->got->sh_addr - addr;
The note is not visible to the blocked user.