OSDN Git Service

2011-03-06 Michael Snyder <msnyder@vmware.com>
authormsnyder <msnyder>
Mon, 7 Mar 2011 03:22:36 +0000 (03:22 +0000)
committermsnyder <msnyder>
Mon, 7 Mar 2011 03:22:36 +0000 (03:22 +0000)
* elf32-i386.c (elf_i386_relocate_section): Document fall through.

bfd/ChangeLog
bfd/elf32-i386.c

index 95166a3..39a485b 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-06  Michael Snyder  <msnyder@vmware.com>
+
+       * elf32-i386.c (elf_i386_relocate_section): Document fall through.
+
 2011-03-04  Alan Modra  <amodra@gmail.com>
 
        * archive.c (bsd_write_armap): Don't call stat in deterministic
index e9b3933..693c8e8 100644 (file)
@@ -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;