diff options
Diffstat (limited to 'bfd/elf32-bfin.c')
-rw-r--r-- | bfd/elf32-bfin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c index 6a3dabc..0a00803 100644 --- a/bfd/elf32-bfin.c +++ b/bfd/elf32-bfin.c @@ -2695,6 +2695,7 @@ bfinfdpic_relocate_section (bfd * output_bfd, case R_BFIN_BYTE4_DATA: if (! IS_FDPIC (output_bfd)) goto non_fdpic; + /* Fall through. */ case R_BFIN_GOT17M4: case R_BFIN_GOTHI: |