diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-09-11 09:51:58 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2002-09-11 09:51:58 +0000 |
commit | 9dfe7b396fd4aa139fbeda910491f4cc19cbb5a2 (patch) | |
tree | 0933951e070f0ea505b312d536877dd9d4805353 /gas/config | |
parent | 1a303dec0c9df64818f547dd5ef07701ee499e4f (diff) | |
download | gdb-9dfe7b396fd4aa139fbeda910491f4cc19cbb5a2.zip gdb-9dfe7b396fd4aa139fbeda910491f4cc19cbb5a2.tar.gz gdb-9dfe7b396fd4aa139fbeda910491f4cc19cbb5a2.tar.bz2 |
* 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.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index e79ae77..2a676d7 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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; |