diff options
author | Alan Modra <amodra@gmail.com> | 2004-03-26 06:14:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-03-26 06:14:18 +0000 |
commit | d04a7507b76ae75ea626787e7f5ab6ac5bd98389 (patch) | |
tree | da788b5483a186e1a7e4c397cac8df11b761f7fc /ld | |
parent | 555cd47695349e40eb1fe06ac707d2f278d63021 (diff) | |
download | gdb-d04a7507b76ae75ea626787e7f5ab6ac5bd98389.zip gdb-d04a7507b76ae75ea626787e7f5ab6ac5bd98389.tar.gz gdb-d04a7507b76ae75ea626787e7f5ab6ac5bd98389.tar.bz2 |
* ld-powerpc/tlsexe.r: Update for changed sym type.
* ld-powerpc/tlsexetoc.r: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/tlsexe.r | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/tlsexetoc.r | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4a1cc75..f384fd0 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-03-26 Alan Modra <amodra@bigpond.net.au> + + * ld-powerpc/tlsexe.r: Update for changed sym type. + * ld-powerpc/tlsexetoc.r: Likewise. + 2004-03-22 Hans-Peter Nilsson <hp@axis.com> * ld-cris/dsofnf.s, ld-cris/dsofnf2.s, ld-cris/gotplt1.d, diff --git a/ld/testsuite/ld-powerpc/tlsexe.r b/ld/testsuite/ld-powerpc/tlsexe.r index 06ad8a3..e4a61d2 100644 --- a/ld/testsuite/ld-powerpc/tlsexe.r +++ b/ld/testsuite/ld-powerpc/tlsexe.r @@ -69,7 +69,7 @@ Symbol table '\.dynsym' contains 10 entries: +0: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND +1: 0+100104c0 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC +2: 0+ +0 TLS +GLOBAL DEFAULT +UND gd - +3: 0+ +0 NOTYPE +GLOBAL DEFAULT +UND __tls_get_addr + +3: 0+ +0 FUNC +GLOBAL DEFAULT +UND __tls_get_addr +4: 0+ +0 FUNC +GLOBAL DEFAULT +UND \.__tls_get_addr +5: 0+ +0 TLS +GLOBAL DEFAULT +UND ld +6: 0+50 +0 TLS +GLOBAL DEFAULT +11 ld2 @@ -109,7 +109,7 @@ Symbol table '\.symtab' contains 43 entries: +27: 0+100104c0 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC +28: 0+ +0 TLS +GLOBAL DEFAULT +UND gd +29: 0+60 +0 TLS +GLOBAL DEFAULT +11 le0 - +30: 0+ +0 NOTYPE +GLOBAL DEFAULT +UND __tls_get_addr + +30: 0+ +0 FUNC +GLOBAL DEFAULT +UND __tls_get_addr +31: 0+ +0 FUNC +GLOBAL DEFAULT +UND \.__tls_get_addr +32: 0+40 +0 TLS +GLOBAL DEFAULT +11 ld0 +33: 0+68 +0 TLS +GLOBAL DEFAULT +11 le1 diff --git a/ld/testsuite/ld-powerpc/tlsexetoc.r b/ld/testsuite/ld-powerpc/tlsexetoc.r index e3c4e8e..4daae33 100644 --- a/ld/testsuite/ld-powerpc/tlsexetoc.r +++ b/ld/testsuite/ld-powerpc/tlsexetoc.r @@ -68,7 +68,7 @@ Symbol table '\.dynsym' contains 9 entries: +0: 0+ +0 NOTYPE +LOCAL +DEFAULT +UND +1: 0+10010448 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC +2: 0+ +0 TLS +GLOBAL DEFAULT +UND gd - +3: 0+ +0 NOTYPE +GLOBAL DEFAULT +UND __tls_get_addr + +3: 0+ +0 FUNC +GLOBAL DEFAULT +UND __tls_get_addr +4: 0+ +0 FUNC +GLOBAL DEFAULT +UND \.__tls_get_addr +5: 0+ +0 TLS +GLOBAL DEFAULT +UND ld +6: 0+100105f0 +0 NOTYPE +GLOBAL DEFAULT +ABS __bss_start @@ -108,7 +108,7 @@ Symbol table '\.symtab' contains 44 entries: +28: 0+10010448 +0 OBJECT +GLOBAL DEFAULT +ABS _DYNAMIC +29: 0+ +0 TLS +GLOBAL DEFAULT +UND gd +30: 0+60 +0 TLS +GLOBAL DEFAULT +11 le0 - +31: 0+ +0 NOTYPE +GLOBAL DEFAULT +UND __tls_get_addr + +31: 0+ +0 FUNC +GLOBAL DEFAULT +UND __tls_get_addr +32: 0+ +0 FUNC +GLOBAL DEFAULT +UND \.__tls_get_addr +33: 0+40 +0 TLS +GLOBAL DEFAULT +11 ld0 +34: 0+68 +0 TLS +GLOBAL DEFAULT +11 le1 |