diff options
Diffstat (limited to 'ld/testsuite/ld-alpha/tlsg.s')
-rw-r--r-- | ld/testsuite/ld-alpha/tlsg.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-alpha/tlsg.s b/ld/testsuite/ld-alpha/tlsg.s new file mode 100644 index 0000000..99fb84a --- /dev/null +++ b/ld/testsuite/ld-alpha/tlsg.s @@ -0,0 +1,14 @@ + .section .tbss,"awT",@nobits + .align 4 + .skip 24 + .type a,@object + .size a,4 +a: + .long 0 + .text + .globl _start + .ent _start +_start: + .end _start + .section .debug_foobar + .quad a !dtprel |