2011-03-06 Michael Snyder <msnyder@vmware.com>
* elf32-i386.c (elf_i386_relocate_section): Document fall through.
This commit is contained in:
parent
49002d7f0e
commit
d59a60e937
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2011-03-04 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* archive.c (bsd_write_armap): Don't call stat in deterministic
|
* archive.c (bsd_write_armap): Don't call stat in deterministic
|
||||||
|
|
|
@ -3128,7 +3128,7 @@ elf_i386_relocate_section (bfd *output_bfd,
|
||||||
internal symbol, we have updated addend. */
|
internal symbol, we have updated addend. */
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
/* FALLTHROUGH */
|
||||||
case R_386_PC32:
|
case R_386_PC32:
|
||||||
case R_386_PLT32:
|
case R_386_PLT32:
|
||||||
goto do_relocation;
|
goto do_relocation;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue