summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2011-03-06 18:22:36 +0000
committerMichael Snyder <msnyder@vmware.com>2011-03-06 18:22:36 +0000
commit53a1703b4a127c4f21f02655fadca40b09823d0e (patch)
tree6156afab45c0a3c3ec20e1d3023355ea37e28f80 /bfd/elf32-i386.c
parentb9521fc0be7945fc842ce1197e241a023378125d (diff)
downloadbinutils-redhat-53a1703b4a127c4f21f02655fadca40b09823d0e.tar.gz
2011-03-06 Michael Snyder <msnyder@vmware.com>
* elf32-i386.c (elf_i386_relocate_section): Document fall through.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index e9b3933cbd..693c8e89d2 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -3128,7 +3128,7 @@ elf_i386_relocate_section (bfd *output_bfd,
internal symbol, we have updated addend. */
continue;
}
-
+ /* FALLTHROUGH */
case R_386_PC32:
case R_386_PLT32:
goto do_relocation;