diff options
Diffstat (limited to 'ld/testsuite/ld-sparc/tlsnopic.s')
-rw-r--r-- | ld/testsuite/ld-sparc/tlsnopic.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sparc/tlsnopic.s b/ld/testsuite/ld-sparc/tlsnopic.s new file mode 100644 index 0000000..648660a --- /dev/null +++ b/ld/testsuite/ld-sparc/tlsnopic.s @@ -0,0 +1,8 @@ + .section ".tbss" + .align 4 + .globl sh1, sh2, sh3, sh4 + .hidden sh1, sh2, sh3, sh4 +sh1: .word 0 +sh2: .word 0 +sh3: .word 0 +sh4: .word 0 |