* config/tc-i386.c (md_apply_fix3): Allow addend for
authorJakub Jelinek <jakub@redhat.com>
Wed, 11 Sep 2002 09:51:58 +0000 (09:51 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 11 Sep 2002 09:51:58 +0000 (09:51 +0000)
BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
BFD_RELOC_386_TLS_LE_32.

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

index f8b9d76926048c621ff0de1340de1b6bdb36666e..f2cc4c4da3b850c6324e6240febcdb3d4d6dfe09 100644 (file)
@@ -1,3 +1,9 @@
+2002-09-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/tc-i386.c (md_apply_fix3): Allow addend for
+       BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
+       BFD_RELOC_386_TLS_LE_32.
+
 2002-09-05  Jeff Law  <law@redhat.com>
 
         * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
index e79ae77dfb3d48fb1d34016571febf929ad53040..2a676d738bd06acaa15ae01ec9a3cd65c64ba455 100644 (file)
@@ -4657,10 +4657,7 @@ md_apply_fix3 (fixP, valP, seg)
       case BFD_RELOC_386_GOT32:
       case BFD_RELOC_386_TLS_GD:
       case BFD_RELOC_386_TLS_LDM:
-      case BFD_RELOC_386_TLS_LDO_32:
       case BFD_RELOC_386_TLS_IE_32:
-      case BFD_RELOC_386_TLS_LE_32:
-      case BFD_RELOC_386_TLS_LE:
       case BFD_RELOC_X86_64_GOT32:
        value = 0; /* Fully resolved at runtime.  No addend.  */
        break;