diff options
Diffstat (limited to 'ld/testsuite/ld-s390/tlsbinpic.s')
-rw-r--r-- | ld/testsuite/ld-s390/tlsbinpic.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-s390/tlsbinpic.s b/ld/testsuite/ld-s390/tlsbinpic.s index e52e3a4..c89793c 100644 --- a/ld/testsuite/ld-s390/tlsbinpic.s +++ b/ld/testsuite/ld-s390/tlsbinpic.s @@ -28,6 +28,11 @@ sh5: .long 261 sh6: .long 262 sh7: .long 263 sh8: .long 264 + + .type sG1,@tls_object + .type sG2,@tls_object + .type sG3,@tls_object + .text .globl fn2 .type fn2,@function |