aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-11-11 09:30:48 +0000
committerAndreas Jaeger <aj@suse.de>2003-11-11 09:30:48 +0000
commit8d01d9a97dd92245523d9acd086f8d483bf79c0a (patch)
tree0a66edbfc84c9d1b00a8097d2cb093f383bbee6b /gas/config
parent0f6cb37fa49d83c98542f0c4925fa57362fbdb9e (diff)
downloadfsf-binutils-gdb-8d01d9a97dd92245523d9acd086f8d483bf79c0a.zip
fsf-binutils-gdb-8d01d9a97dd92245523d9acd086f8d483bf79c0a.tar.gz
fsf-binutils-gdb-8d01d9a97dd92245523d9acd086f8d483bf79c0a.tar.bz2
2003-11-11 Jan Hubicka <jh@suse.cz>
* config/tc-i386.c (tc_i386_fix_adjustable):
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-i386.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 81e6c1c..be1e621 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -1225,6 +1225,12 @@ tc_i386_fix_adjustable (fixP)
&& fixP->fx_pcrel)
return 0;
+ /* The x86_64 GOTPCREL are represented as 32bit PCrel relocations
+ and changed later by validate_fix. */
+ if (GOT_symbol && fixP->fx_subsy == GOT_symbol
+ && fixP->fx_r_type == BFD_RELOC_32_PCREL)
+ return 0;
+
/* adjust_reloc_syms doesn't know about the GOT. */
if (fixP->fx_r_type == BFD_RELOC_386_GOTOFF
|| fixP->fx_r_type == BFD_RELOC_386_PLT32