diff options
author | Jakub Jelinek <jakub@redhat.com> | 2003-01-16 21:31:18 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2003-01-16 21:31:18 +0000 |
commit | b3dfd7fe24f18648d4cc8e044219a734c9a82fc1 (patch) | |
tree | 08c43a53da426285393a789b044d9e65577ab41b /ld/testsuite/ld-ia64/tlsg.sd | |
parent | 837fd61c26f79a84459b9d12ad1e8838c048cd33 (diff) | |
download | gdb-b3dfd7fe24f18648d4cc8e044219a734c9a82fc1.zip gdb-b3dfd7fe24f18648d4cc8e044219a734c9a82fc1.tar.gz gdb-b3dfd7fe24f18648d4cc8e044219a734c9a82fc1.tar.bz2 |
* elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
self_dtpmod_done and self_dtpmod_offset.
(allocate_global_data_got): Only use one got entry for all
dtpmod relocs against local symbols.
(allocate_dynrel_entries): Only need .rela.got entry for
dtpmod against global symbol.
(elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
Reserve space in .rela.got for the local dtpmod entry.
(set_got_entry): Initialize the common local dtpmod .got entry.
(elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
and R_IA_64_DTPREL64MSB.
* config/tc-ia64.c (ia64_cons_fix_new): Handle @dtprel() in data.
* ld-ia64/ia64.exp: New.
* ld-ia64/tlsbin.dd: New test.
* ld-ia64/tlsbinpic.s: New test.
* ld-ia64/tlsbin.rd: New test.
* ld-ia64/tlsbin.s: New test.
* ld-ia64/tlsbin.sd: New test.
* ld-ia64/tlsbin.td: New test.
* ld-ia64/tlsg.s: New test.
* ld-ia64/tlsg.sd: New test.
* ld-ia64/tlslib.s: New test.
* ld-ia64/tlspic1.s: New test.
* ld-ia64/tlspic2.s: New test.
* ld-ia64/tlspic.dd: New test.
* ld-ia64/tlspic.rd: New test.
* ld-ia64/tlspic.sd: New test.
* ld-ia64/tlspic.td: New test.
Diffstat (limited to 'ld/testsuite/ld-ia64/tlsg.sd')
-rw-r--r-- | ld/testsuite/ld-ia64/tlsg.sd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ia64/tlsg.sd b/ld/testsuite/ld-ia64/tlsg.sd new file mode 100644 index 0000000..c426a99 --- /dev/null +++ b/ld/testsuite/ld-ia64/tlsg.sd @@ -0,0 +1,10 @@ +#source: tlsg.s +#as: +#ld: -melf64_ia64 +#objdump: -sj.debug_foobar +#target: ia64-*-* + +.*: +file format elf64-ia64-little + +Contents of section .debug_foobar: + 0+ 18000000 0+ +.* |