diff options
author | DJ Delorie <dj@redhat.com> | 2000-06-21 02:18:17 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-06-21 02:18:17 +0000 |
commit | 78295804c33d4a1a86f9275c67930fbe9c8fbe28 (patch) | |
tree | 7d9011fc87dc9e3d3c8276c78f53751df051fca4 /gas/config | |
parent | f3b288016cdc16c248d7fd8777537cff0b2f6001 (diff) | |
download | gdb-78295804c33d4a1a86f9275c67930fbe9c8fbe28.zip gdb-78295804c33d4a1a86f9275c67930fbe9c8fbe28.tar.gz gdb-78295804c33d4a1a86f9275c67930fbe9c8fbe28.tar.bz2 |
* 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.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 37fe3d8..2c32e74 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1034,7 +1034,6 @@ tc_i386_fix_adjustable (fixP) if (fixP->fx_r_type == BFD_RELOC_386_GOTOFF || fixP->fx_r_type == BFD_RELOC_386_PLT32 || 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_ENTRY) return 0; |