summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-s390
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-10-01 11:12:16 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-10-01 11:12:16 +0000
commit4fb854aeca57c1f8ca453c195e8799dfb6bf1bee (patch)
treea2abbc207f9c0ffa1c51d89be48606973bfc6e68 /ld/testsuite/ld-s390
parent5b605f47ae99c1eb41d704366e8ce055aeb61fe9 (diff)
downloadbinutils-redhat-4fb854aeca57c1f8ca453c195e8799dfb6bf1bee.tar.gz
* ld-s390/tlsbin.s: Set tls type for undefined syms.
* ld-s390/tlsbin_64.s: Likewise. * ld-s390/tlsbinpic.s: Likewise. * ld-s390/tlsbinpic_64.s: Likewise. * ld-s390/tlspic1.s: Likewise. * ld-s390/tlspic1_64.s: Likewise. * ld-sparc/tlssunbin32.s: Likewise. * ld-sparc/tlssunbinpic32.s: Likewise. * ld-sparc/tlssunnopic32.s: Likewise. * ld-sparc/tlssunpic32.s: Likewise.
Diffstat (limited to 'ld/testsuite/ld-s390')
-rw-r--r--ld/testsuite/ld-s390/tlsbin.s5
-rw-r--r--ld/testsuite/ld-s390/tlsbin_64.s5
-rw-r--r--ld/testsuite/ld-s390/tlsbinpic.s5
-rw-r--r--ld/testsuite/ld-s390/tlsbinpic_64.s5
-rw-r--r--ld/testsuite/ld-s390/tlspic1.s5
-rw-r--r--ld/testsuite/ld-s390/tlspic1_64.s5
6 files changed, 30 insertions, 0 deletions
diff --git a/ld/testsuite/ld-s390/tlsbin.s b/ld/testsuite/ld-s390/tlsbin.s
index 4da50e79cd..125905e130 100644
--- a/ld/testsuite/ld-s390/tlsbin.s
+++ b/ld/testsuite/ld-s390/tlsbin.s
@@ -16,6 +16,11 @@ 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 c40fcfc210..8042f20bf8 100644
--- a/ld/testsuite/ld-s390/tlsbin_64.s
+++ b/ld/testsuite/ld-s390/tlsbin_64.s
@@ -16,6 +16,11 @@ 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 e52e3a4a06..c89793c796 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
diff --git a/ld/testsuite/ld-s390/tlsbinpic_64.s b/ld/testsuite/ld-s390/tlsbinpic_64.s
index eeda6caaa1..0078c14b5f 100644
--- a/ld/testsuite/ld-s390/tlsbinpic_64.s
+++ b/ld/testsuite/ld-s390/tlsbinpic_64.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
diff --git a/ld/testsuite/ld-s390/tlspic1.s b/ld/testsuite/ld-s390/tlspic1.s
index 28b9c3aeb2..a1205c6554 100644
--- a/ld/testsuite/ld-s390/tlspic1.s
+++ b/ld/testsuite/ld-s390/tlspic1.s
@@ -27,6 +27,11 @@ 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 4e500080cb..9542c18d72 100644
--- a/ld/testsuite/ld-s390/tlspic1_64.s
+++ b/ld/testsuite/ld-s390/tlspic1_64.s
@@ -27,6 +27,11 @@ 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