diff options
author | Alan Modra <amodra@gmail.com> | 2004-10-01 11:12:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-10-01 11:12:16 +0000 |
commit | 99f5fc1b7586022516204077e4a2065d5a689213 (patch) | |
tree | f88252ea5eb5b4cd96a194262db07ccd8aea547b /ld/testsuite/ld-sparc | |
parent | 9a910d566cbfc1c2fe8d6eada1ab50358fd690e8 (diff) | |
download | gdb-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-sparc')
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunbin32.s | 8 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunbinpic32.s | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunnopic32.s | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunpic32.s | 4 |
4 files changed, 22 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sparc/tlssunbin32.s b/ld/testsuite/ld-sparc/tlssunbin32.s index 21716f3..9b0552f 100644 --- a/ld/testsuite/ld-sparc/tlssunbin32.s +++ b/ld/testsuite/ld-sparc/tlssunbin32.s @@ -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 diff --git a/ld/testsuite/ld-sparc/tlssunbinpic32.s b/ld/testsuite/ld-sparc/tlssunbinpic32.s index 60fb585..97f85a8 100644 --- a/ld/testsuite/ld-sparc/tlssunbinpic32.s +++ b/ld/testsuite/ld-sparc/tlssunbinpic32.s @@ -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: diff --git a/ld/testsuite/ld-sparc/tlssunnopic32.s b/ld/testsuite/ld-sparc/tlssunnopic32.s index 6c0ec33..9a43685 100644 --- a/ld/testsuite/ld-sparc/tlssunnopic32.s +++ b/ld/testsuite/ld-sparc/tlssunnopic32.s @@ -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 diff --git a/ld/testsuite/ld-sparc/tlssunpic32.s b/ld/testsuite/ld-sparc/tlssunpic32.s index 9e8a235..b4aa476 100644 --- a/ld/testsuite/ld-sparc/tlssunpic32.s +++ b/ld/testsuite/ld-sparc/tlssunpic32.s @@ -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: |