]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-02-20 Bo Thorsen <bo@suse.de>
authorAndreas Jaeger <aj@suse.de>
Tue, 20 Feb 2001 09:50:50 +0000 (09:50 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 20 Feb 2001 09:50:50 +0000 (09:50 +0000)
* config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT
  entry.

gas/ChangeLog
gas/config/tc-i386.c

index ab59ed6e3828057b58d1da770033ac6f838bf251..ab95ceab4ca7396d36195861bb45fde2087c9163 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-20  Bo Thorsen  <bo@suse.de>
+
+       * config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT
+       entry.
+
 001-02-18  David O'Brien  <obrien@FreeBSD.org>
 
        * configure.in (cpu_type, arch): Add a generic FreeBSD specification as
@@ -100,7 +105,7 @@ Mon Feb 12 17:44:08 CET 2001  Jan Hubicka  <jh@suse.cz>
 2001-02-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * config/tc-m68hc11.c (relaxable_symbol): Relax externally visible
-       symbols because there is no support for shared libraries and these 
+       symbols because there is no support for shared libraries and these
        symbols can't be overridden (unless they are weak).
 
 2001-02-01  Momchil Velikov  <velco@fadata.bg>
@@ -119,7 +124,7 @@ Mon Feb 12 17:44:08 CET 2001  Jan Hubicka  <jh@suse.cz>
        still set.  Issue an error message instead.
        (md_estimate_size_before_relax): Delete unused variable
        'buffer_address'.  Fixup parentheses around if statement.
-       
+
 2001-01-23  Kazu Hirata  <kazu@hxi.com>
 
        * as.c: Fix formatting.
index c6e288e6941cfca8f8a82926e9a89678f2594826..dc1d5bd8e9e2b004df011dd0f35cfb3f23da16d8 100644 (file)
@@ -1152,6 +1152,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;