* ld-s390/tlsbin.s: Set tls type for undefined syms.
authorAlan Modra <amodra@gmail.com>
Fri, 1 Oct 2004 11:12:16 +0000 (11:12 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 1 Oct 2004 11:12:16 +0000 (11:12 +0000)
* 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.

ld/testsuite/ChangeLog
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 b42bc95..5000c85 100644 (file)
@@ -1,5 +1,18 @@
 2004-10-01  Alan Modra  <amodra@bigpond.net.au>
 
+       * 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.
+
+2004-10-01  Alan Modra  <amodra@bigpond.net.au>
+
        * ld-sparc/tlssunbin32.sd: Adjust for changed .dynamic location.
 
 2004-10-01  Nick Clifton  <nickc@redhat.com>
index 4da50e7..125905e 100644 (file)
@@ -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
index c40fcfc..8042f20 100644 (file)
@@ -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
index e52e3a4..c89793c 100644 (file)
@@ -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
index eeda6ca..0078c14 100644 (file)
@@ -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
index 28b9c3a..a1205c6 100644 (file)
@@ -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
index 4e50008..9542c18 100644 (file)
@@ -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
index 21716f3..9b0552f 100644 (file)
@@ -17,6 +17,14 @@ 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 60fb585..97f85a8 100644 (file)
@@ -30,6 +30,11 @@ 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 6c0ec33..9a43685 100644 (file)
@@ -7,6 +7,11 @@ 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 9e8a235..b4aa476 100644 (file)
@@ -30,6 +30,10 @@ 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: