diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-10-01 09:10:46 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2002-10-01 09:10:46 +0000 |
commit | a45bb67df201470589b4adc8b50190bdbec903cb (patch) | |
tree | 48ee43725910b197400b5ec6fc0cfd60ae20b95a /ld/testsuite/ld-i386/tlsbin.dd | |
parent | 97724570fe57a08d93c7c61269848e2326cf4efc (diff) | |
download | gdb-a45bb67df201470589b4adc8b50190bdbec903cb.zip gdb-a45bb67df201470589b4adc8b50190bdbec903cb.tar.gz gdb-a45bb67df201470589b4adc8b50190bdbec903cb.tar.bz2 |
bfd/
* elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
to st_value + addend in non-code sections.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
ld/testsuite/
* ld-i386/i386.exp: Add tlsg test.
* ld-i386/tlsg.s: New test.
* ld-i386/tlsg.sd: New test.
* ld-i386/tlsbin.dd: Change LD into LD -> LE in comments.
* ld-i386/tlsbinpic.s: Likewise.
* ld-x86-64/x86-64.exp: Add tlsg test.
* ld-x86-64/tlsg.s: New test.
* ld-x86-64/tlsg.sd: New test.
* ld-x86-64/tlsbin.dd: Change LD into LD -> LE in comments.
* ld-x86-64/tlsbinpic.s: Likewise.
Diffstat (limited to 'ld/testsuite/ld-i386/tlsbin.dd')
-rw-r--r-- | ld/testsuite/ld-i386/tlsbin.dd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-i386/tlsbin.dd b/ld/testsuite/ld-i386/tlsbin.dd index 9ad0cc3..83c3409 100644 --- a/ld/testsuite/ld-i386/tlsbin.dd +++ b/ld/testsuite/ld-i386/tlsbin.dd @@ -89,7 +89,7 @@ Disassembly of section .text: 8049082: 90[ ]+nop * 8049083: 90[ ]+nop * 8049084: 90[ ]+nop * -# LD +# LD -> LE 8049085: 65 a1 00 00 00 00[ ]+mov %gs:0x0,%eax 804908b: 90[ ]+nop * 804908c: 8d 74 26 00[ ]+lea 0x0\(%esi,1\),%esi @@ -105,7 +105,7 @@ Disassembly of section .text: 80490a1: 90[ ]+nop * 80490a2: 90[ ]+nop * 80490a3: 90[ ]+nop * -# LD against hidden variables +# LD -> LE against hidden variables 80490a4: 65 a1 00 00 00 00[ ]+mov %gs:0x0,%eax 80490aa: 90[ ]+nop * 80490ab: 8d 74 26 00[ ]+lea 0x0\(%esi,1\),%esi |