2004-10-01 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Oct 2004 20:11:40 +0000 (20:11 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Oct 2004 20:11:40 +0000 (20:11 +0000)
* 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.

14 files changed:
ld/testsuite/ChangeLog
ld/testsuite/ld-powerpc/tls.s
ld/testsuite/ld-powerpc/tls32.s
ld/testsuite/ld-powerpc/tlstoc.s
ld/testsuite/ld-s390/tlsbin.s
ld/testsuite/ld-s390/tlsbin_64.s
ld/testsuite/ld-s390/tlsbinpic.s
ld/testsuite/ld-s390/tlsbinpic_64.s
ld/testsuite/ld-s390/tlspic1.s
ld/testsuite/ld-s390/tlspic1_64.s
ld/testsuite/ld-sparc/tlssunbin32.s
ld/testsuite/ld-sparc/tlssunbinpic32.s
ld/testsuite/ld-sparc/tlssunnopic32.s
ld/testsuite/ld-sparc/tlssunpic32.s

index 5000c85..dd58a7d 100644 (file)
@@ -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.
index a19b20f..5ad9f3d 100644 (file)
@@ -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
index 4ba7f15..b8d0e3d 100644 (file)
@@ -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
index 268cb9f..5008d89 100644 (file)
@@ -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
index 125905e..4da50e7 100644 (file)
@@ -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
index 8042f20..c40fcfc 100644 (file)
@@ -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
index c89793c..e52e3a4 100644 (file)
@@ -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
index 0078c14..eeda6ca 100644 (file)
@@ -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
index a1205c6..28b9c3a 100644 (file)
@@ -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
index 9542c18..4e50008 100644 (file)
@@ -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
index 9b0552f..21716f3 100644 (file)
@@ -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
index 97f85a8..60fb585 100644 (file)
@@ -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:
index 9a43685..6c0ec33 100644 (file)
@@ -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
index b4aa476..9e8a235 100644 (file)
@@ -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: