mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
* config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
Sept 1999; RVA relocs need to be treated more like DIR32 relocs for cygwin import libraries to work properly.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2000-06-20 DJ Delorie <dj@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
|
||||||
|
Sept 1999; RVA relocs need to be treated more like DIR32 relocs
|
||||||
|
for cygwin import libraries to work properly.
|
||||||
|
|
||||||
2000-06-20 H.J. Lu <hjl@gnu.org>
|
2000-06-20 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* Makefile.am: Rebuild dependency.
|
* Makefile.am: Rebuild dependency.
|
||||||
|
@ -1034,7 +1034,6 @@ tc_i386_fix_adjustable (fixP)
|
|||||||
if (fixP->fx_r_type == BFD_RELOC_386_GOTOFF
|
if (fixP->fx_r_type == BFD_RELOC_386_GOTOFF
|
||||||
|| fixP->fx_r_type == BFD_RELOC_386_PLT32
|
|| fixP->fx_r_type == BFD_RELOC_386_PLT32
|
||||||
|| fixP->fx_r_type == BFD_RELOC_386_GOT32
|
|| fixP->fx_r_type == BFD_RELOC_386_GOT32
|
||||||
|| fixP->fx_r_type == BFD_RELOC_RVA
|
|
||||||
|| fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
|
|| fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
|
||||||
|| fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
|
|| fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user