mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 21:34:13 +08:00
2011-03-06 Michael Snyder <msnyder@vmware.com>
* elf32-i386.c (elf_i386_relocate_section): Document fall through.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user