diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-20 09:48:45 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-20 09:48:45 +0000 |
commit | 80b3ee89ae0907b4224ebfbbc6654b90973a01c7 (patch) | |
tree | c7f18cf22aeb274e35f04520c5c10d08f7243cd8 /gas/config | |
parent | 05aa1441bb42bdddacd51c2d959be57308de3c07 (diff) | |
download | gdb-80b3ee89ae0907b4224ebfbbc6654b90973a01c7.zip gdb-80b3ee89ae0907b4224ebfbbc6654b90973a01c7.tar.gz gdb-80b3ee89ae0907b4224ebfbbc6654b90973a01c7.tar.bz2 |
2001-02-20 Bo Thorsen <bo@suse.de>
* config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT
entry.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 75daec6..105848d 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1188,6 +1188,7 @@ tc_i386_fix_adjustable (fixP) || fixP->fx_r_type == BFD_RELOC_386_GOT32 || fixP->fx_r_type == BFD_RELOC_X86_64_PLT32 || fixP->fx_r_type == BFD_RELOC_X86_64_GOT32 + || fixP->fx_r_type == BFD_RELOC_X86_64_GOTPCREL || fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY) return 0; |