summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2004-10-01 20:11:40 +0000
committerH.J. Lu <hjl@lucon.org>2004-10-01 20:11:40 +0000
commit8ff7433ce3c985d33e0ba52d7a06fd0abe919a19 (patch)
treea32056e958c310b93ce2ab5ea8c5371367ebbf58 /ld
parent91858250b9cc376292bf03d8894fdd7c05b4210c (diff)
downloadbinutils-redhat-8ff7433ce3c985d33e0ba52d7a06fd0abe919a19.tar.gz
2004-10-01 H.J. Lu <hongjiu.lu@intel.com>
* ld-powerpc/tls.s: Don't set tls type for undefined syms. * ld-powerpc/tls32.s: Likewise. * ld-powerpc/tlstoc.s: Likewise. * ld-s390/tlsbin.s: Likewise. * 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')
-rw-r--r--ld/testsuite/ChangeLog16
-rw-r--r--ld/testsuite/ld-powerpc/tls.s3
-rw-r--r--ld/testsuite/ld-powerpc/tls32.s3
-rw-r--r--ld/testsuite/ld-powerpc/tlstoc.s3
-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
-rw-r--r--ld/testsuite/ld-sparc/tlssunbin32.s8
-rw-r--r--ld/testsuite/ld-sparc/tlssunbinpic32.s5
-rw-r--r--ld/testsuite/ld-sparc/tlssunnopic32.s5
-rw-r--r--ld/testsuite/ld-sparc/tlssunpic32.s4
14 files changed, 16 insertions, 61 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 5000c85e6b..dd58a7d75e 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2004-10-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-powerpc/tls.s: Don't set tls type for undefined syms.
+ * ld-powerpc/tls32.s: Likewise.
+ * ld-powerpc/tlstoc.s: Likewise.
+ * ld-s390/tlsbin.s: Likewise.
+ * 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.
+
2004-10-01 Alan Modra <amodra@bigpond.net.au>
* ld-s390/tlsbin.s: Set tls type for undefined syms.
diff --git a/ld/testsuite/ld-powerpc/tls.s b/ld/testsuite/ld-powerpc/tls.s
index a19b20f927..5ad9f3d64c 100644
--- a/ld/testsuite/ld-powerpc/tls.s
+++ b/ld/testsuite/ld-powerpc/tls.s
@@ -19,9 +19,6 @@ ie4: .quad 0x56789abcdef01234
le4: .quad 0x6789abcdef012345
le5: .quad 0x789abcdef0123456
- .type gd,@tls_object
- .type ld,@tls_object
-
.text
_start:
#extern syms
diff --git a/ld/testsuite/ld-powerpc/tls32.s b/ld/testsuite/ld-powerpc/tls32.s
index 4ba7f1575b..b8d0e3d11c 100644
--- a/ld/testsuite/ld-powerpc/tls32.s
+++ b/ld/testsuite/ld-powerpc/tls32.s
@@ -19,9 +19,6 @@ ie4: .long 0x56789abc
le4: .long 0x6789abcd
le5: .long 0x789abcde
- .type gd,@tls_object
- .type ld,@tls_object
-
.text
_start:
#extern syms
diff --git a/ld/testsuite/ld-powerpc/tlstoc.s b/ld/testsuite/ld-powerpc/tlstoc.s
index 268cb9f997..5008d89f07 100644
--- a/ld/testsuite/ld-powerpc/tlstoc.s
+++ b/ld/testsuite/ld-powerpc/tlstoc.s
@@ -19,9 +19,6 @@ ie4: .quad 0x56789abcdef01234
le4: .quad 0x6789abcdef012345
le5: .quad 0x789abcdef0123456
- .type gd,@tls_object
- .type ld,@tls_object
-
.text
_start:
#extern syms
diff --git a/ld/testsuite/ld-s390/tlsbin.s b/ld/testsuite/ld-s390/tlsbin.s
index 125905e130..4da50e79cd 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 8042f20bf8..c40fcfc210 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 c89793c796..e52e3a4a06 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 0078c14b5f..eeda6caaa1 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 a1205c6554..28b9c3aeb2 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 9542c18d72..4e500080cb 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
diff --git a/ld/testsuite/ld-sparc/tlssunbin32.s b/ld/testsuite/ld-sparc/tlssunbin32.s
index 9b0552fb27..21716f36b2 100644
--- a/ld/testsuite/ld-sparc/tlssunbin32.s
+++ b/ld/testsuite/ld-sparc/tlssunbin32.s
@@ -17,14 +17,6 @@ bl5: .word 0
bl6: .word 0
bl7: .word 0
bl8: .word 0
-
- .type sg2,@tls_object
- .type sg3,@tls_object
- .type sG6,@tls_object
- .type sh2,@tls_object
- .type sh3,@tls_object
- .type sh6,@tls_object
-
.text
.globl _start
.type _start,#function
diff --git a/ld/testsuite/ld-sparc/tlssunbinpic32.s b/ld/testsuite/ld-sparc/tlssunbinpic32.s
index 97f85a8cab..60fb5857cd 100644
--- a/ld/testsuite/ld-sparc/tlssunbinpic32.s
+++ b/ld/testsuite/ld-sparc/tlssunbinpic32.s
@@ -30,11 +30,6 @@ sh5: .word 261
sh6: .word 262
sh7: .word 263
sh8: .word 264
-
- .type sG1,@tls_object
- .type sG2,@tls_object
- .type sG5,@tls_object
-
.text
.align 4096
.LLGETPC0:
diff --git a/ld/testsuite/ld-sparc/tlssunnopic32.s b/ld/testsuite/ld-sparc/tlssunnopic32.s
index 9a436855e8..6c0ec33947 100644
--- a/ld/testsuite/ld-sparc/tlssunnopic32.s
+++ b/ld/testsuite/ld-sparc/tlssunnopic32.s
@@ -7,11 +7,6 @@ bl2: .word 0
bl3: .word 0
bl4: .word 0
bl5: .word 0
-
- .type sh1,@tls_object
- .type sh2,@tls_object
- .type sh3,@tls_object
-
.text
.align 4096
.globl fn3
diff --git a/ld/testsuite/ld-sparc/tlssunpic32.s b/ld/testsuite/ld-sparc/tlssunpic32.s
index b4aa47698a..9e8a235751 100644
--- a/ld/testsuite/ld-sparc/tlssunpic32.s
+++ b/ld/testsuite/ld-sparc/tlssunpic32.s
@@ -30,10 +30,6 @@ sh6: .word 262
sh7: .word 263
sh8: .word 264
- .type sH1,@tls_object
- .type sH2,@tls_object
- .type sH5,@tls_object
-
.text
.align 4096
.LLGETPC0: