From: Michael Snyder Date: Sun, 6 Mar 2011 18:22:36 +0000 (+0000) Subject: 2011-03-06 Michael Snyder X-Git-Tag: gdb_7_3-branchpoint~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59a60e937cedcef0ac561638ae41b73ea53abfd;p=thirdparty%2Fbinutils-gdb.git 2011-03-06 Michael Snyder * elf32-i386.c (elf_i386_relocate_section): Document fall through. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 95166a36617..39a485b4779 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2011-03-06 Michael Snyder + + * elf32-i386.c (elf_i386_relocate_section): Document fall through. + 2011-03-04 Alan Modra * archive.c (bsd_write_armap): Don't call stat in deterministic diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index e9b3933cbd6..693c8e89d2e 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;