2011-03-06 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Sun, 6 Mar 2011 18:22:36 +0000 (18:22 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sun, 6 Mar 2011 18:22:36 +0000 (18:22 +0000)
* elf32-i386.c (elf_i386_relocate_section): Document fall through.

bfd/ChangeLog
bfd/elf32-i386.c

index 95166a36617636b8a421b4a4618728f9fa2324e1..39a485b47795bf4d7ee38c7dc04ddc4ece7b2400 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 e9b3933cbd6caaad61ca0369169a77b45290e31f..693c8e89d2ee67ab985e05c57628533bdaa95241 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;
This page took 0.029688 seconds and 4 git commands to generate.