diff options
author | Richard Henderson <rth@redhat.com> | 2003-01-22 00:41:59 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-01-22 00:41:59 +0000 |
commit | 8b0c8155b226b3baa54c9d27ae02e6687e131a43 (patch) | |
tree | d31ebdd9356a45b24b4a1ccc6c5af93baa695570 /ld/testsuite/ld-alpha/tlsbin.td | |
parent | 811daac4022c49191e0988db4a5401f54beb3a00 (diff) | |
download | gdb-8b0c8155b226b3baa54c9d27ae02e6687e131a43.zip gdb-8b0c8155b226b3baa54c9d27ae02e6687e131a43.tar.gz gdb-8b0c8155b226b3baa54c9d27ae02e6687e131a43.tar.bz2 |
New TLS tests for Alpha.
Diffstat (limited to 'ld/testsuite/ld-alpha/tlsbin.td')
-rw-r--r-- | ld/testsuite/ld-alpha/tlsbin.td | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/testsuite/ld-alpha/tlsbin.td b/ld/testsuite/ld-alpha/tlsbin.td new file mode 100644 index 0000000..4e8b2c7 --- /dev/null +++ b/ld/testsuite/ld-alpha/tlsbin.td @@ -0,0 +1,17 @@ +#source: align.s +#source: tlsbinpic.s +#source: tlsbin.s +#as: +#ld: -melf64alpha +#objdump: -sj.tdata +#target: alpha*-*-* + +.*: +file format elf64-alpha + +Contents of section .tdata: + 120012000 11000000 12000000 13000000 14000000 .* + 120012010 15000000 16000000 17000000 18000000 .* + 120012020 41000000 42000000 43000000 44000000 .* + 120012030 45000000 46000000 47000000 48000000 .* + 120012040 01010000 02010000 03010000 04010000 .* + 120012050 05010000 06010000 07010000 08010000 .* |