diff options
Diffstat (limited to 'ld/testsuite/ld-s390')
-rw-r--r-- | ld/testsuite/ld-s390/tlsbin.s | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlsbin_64.s | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlsbinpic.s | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlsbinpic_64.s | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlspic1.s | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlspic1_64.s | 5 |
6 files changed, 0 insertions, 30 deletions
diff --git a/ld/testsuite/ld-s390/tlsbin.s b/ld/testsuite/ld-s390/tlsbin.s index 125905e..4da50e7 100644 --- a/ld/testsuite/ld-s390/tlsbin.s +++ b/ld/testsuite/ld-s390/tlsbin.s @@ -16,11 +16,6 @@ bl5: .space 4 bl6: .space 4 bl7: .space 4 bl8: .space 4 - - .type sG6,@tls_object - .type sh6,@tls_object - .type sg3,@tls_object - .text .globl _start .type _start,@function diff --git a/ld/testsuite/ld-s390/tlsbin_64.s b/ld/testsuite/ld-s390/tlsbin_64.s index 8042f20..c40fcfc 100644 --- a/ld/testsuite/ld-s390/tlsbin_64.s +++ b/ld/testsuite/ld-s390/tlsbin_64.s @@ -16,11 +16,6 @@ bl5: .space 4 bl6: .space 4 bl7: .space 4 bl8: .space 4 - - .type sG6,@tls_object - .type sh6,@tls_object - .type sg3,@tls_object - .text .globl _start .type _start,@function diff --git a/ld/testsuite/ld-s390/tlsbinpic.s b/ld/testsuite/ld-s390/tlsbinpic.s index c89793c..e52e3a4 100644 --- a/ld/testsuite/ld-s390/tlsbinpic.s +++ b/ld/testsuite/ld-s390/tlsbinpic.s @@ -28,11 +28,6 @@ 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 diff --git a/ld/testsuite/ld-s390/tlsbinpic_64.s b/ld/testsuite/ld-s390/tlsbinpic_64.s index 0078c14..eeda6ca 100644 --- a/ld/testsuite/ld-s390/tlsbinpic_64.s +++ b/ld/testsuite/ld-s390/tlsbinpic_64.s @@ -28,11 +28,6 @@ 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 diff --git a/ld/testsuite/ld-s390/tlspic1.s b/ld/testsuite/ld-s390/tlspic1.s index a1205c6..28b9c3a 100644 --- a/ld/testsuite/ld-s390/tlspic1.s +++ b/ld/testsuite/ld-s390/tlspic1.s @@ -27,11 +27,6 @@ sh5: .long 261 sh6: .long 262 sh7: .long 263 sh8: .long 264 - - .type sH1,@tls_object - .type sH2,@tls_object - .type sH5,@tls_object - .text .globl fn1 .type fn1,@function diff --git a/ld/testsuite/ld-s390/tlspic1_64.s b/ld/testsuite/ld-s390/tlspic1_64.s index 9542c18..4e50008 100644 --- a/ld/testsuite/ld-s390/tlspic1_64.s +++ b/ld/testsuite/ld-s390/tlspic1_64.s @@ -27,11 +27,6 @@ sh5: .long 261 sh6: .long 262 sh7: .long 263 sh8: .long 264 - - .type sH1,@tls_object - .type sH2,@tls_object - .type sH5,@tls_object - .text .globl fn1 .type fn1,@function |