diff options
Diffstat (limited to 'ld/testsuite/ld-sparc/tlsg32.s')
-rw-r--r-- | ld/testsuite/ld-sparc/tlsg32.s | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sparc/tlsg32.s b/ld/testsuite/ld-sparc/tlsg32.s new file mode 100644 index 0000000..0339f50c --- /dev/null +++ b/ld/testsuite/ld-sparc/tlsg32.s @@ -0,0 +1,12 @@ + .section .tbss + .align 4 + .word 0, 0, 0, 0, 0, 0 + .type a,#tls_object + .size a,4 +a: + .word 0 + .text + .globl _start +_start: + .section .debug_foobar + .word %r_tls_dtpoff32(a) |