2011-03-06 Michael Snyder <msnyder@vmware.com>

* elf32-i386.c (elf_i386_relocate_section): Document fall through.
This commit is contained in:
Michael Snyder 2011-03-06 18:22:36 +00:00
parent 49002d7f0e
commit d59a60e937
2 changed files with 5 additions and 1 deletions

View 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

View 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;