aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-s390
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-10-01 11:12:16 +0000
committerAlan Modra <amodra@gmail.com>2004-10-01 11:12:16 +0000
commit99f5fc1b7586022516204077e4a2065d5a689213 (patch)
treef88252ea5eb5b4cd96a194262db07ccd8aea547b /ld/testsuite/ld-s390
parent9a910d566cbfc1c2fe8d6eada1ab50358fd690e8 (diff)
downloadgdb-99f5fc1b7586022516204077e4a2065d5a689213.zip
gdb-99f5fc1b7586022516204077e4a2065d5a689213.tar.gz
gdb-99f5fc1b7586022516204077e4a2065d5a689213.tar.bz2
* 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 4da50e7..125905e 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 c40fcfc..8042f20 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 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
diff --git a/ld/testsuite/ld-s390/tlsbinpic_64.s b/ld/testsuite/ld-s390/tlsbinpic_64.s
index eeda6ca..0078c14 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 28b9c3a..a1205c6 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 4e50008..9542c18 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