diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-17 10:04:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-17 10:04:33 +0000 |
commit | 8d1d654fb401245cefa690a03e61f56cf953999e (patch) | |
tree | 44b27e48ddbe743fbe28ea8678f19cfc5444c3e6 /ld/testsuite/ld-sparc | |
parent | 11eec5fc78980381aed0ef238ce353096c940baa (diff) | |
download | gdb-8d1d654fb401245cefa690a03e61f56cf953999e.zip gdb-8d1d654fb401245cefa690a03e61f56cf953999e.tar.gz gdb-8d1d654fb401245cefa690a03e61f56cf953999e.tar.bz2 |
bfd/
* elf32-cris.c (elf_cris_adjust_gotplt_to_got): Move assert later.
* elfxx-mips.c (_bfd_mips_elf_hide_symbol): Cope with being called
without any got section.
ld/testsuite/
* ld-alpha/tlsbin.rd: Update.
* ld-alpha/tlsbinr.rd: Update.
* ld-cris/locref1.d: Update.
* ld-cris/locref2.d: Update.
* ld-i386/tlsbin.rd: Update.
* ld-ia64/tlsbin.rd: Update.
* ld-powerpc/tlsexe.r: Update.
* ld-powerpc/tlsexe32.r: Update.
* ld-powerpc/tlsexetoc.r: Update.
* ld-s390/tlsbin.rd: Update.
* ld-s390/tlsbin_64.rd: Update.
* ld-sparc/tlssunbin32.rd: Update.
* ld-sparc/tlssunbin64.rd: Update.
* ld-x86-64/tlsbin.rd: Update.
Diffstat (limited to 'ld/testsuite/ld-sparc')
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunbin32.rd | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunbin64.rd | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ld/testsuite/ld-sparc/tlssunbin32.rd b/ld/testsuite/ld-sparc/tlssunbin32.rd index 912d760..4869131 100644 --- a/ld/testsuite/ld-sparc/tlssunbin32.rd +++ b/ld/testsuite/ld-sparc/tlssunbin32.rd @@ -90,18 +90,19 @@ Symbol table '.symtab' contains 67 entries: .* TLS +LOCAL +DEFAULT +8 bl6 .* TLS +LOCAL +DEFAULT +8 bl7 .* TLS +LOCAL +DEFAULT +8 bl8 +.* OBJECT +LOCAL +HIDDEN +9 _DYNAMIC +.* OBJECT +LOCAL +HIDDEN +ABS _PROCEDURE_LINKAGE_TABLE_ +.* OBJECT +LOCAL +HIDDEN +10 _GLOBAL_OFFSET_TABLE_ .* TLS +GLOBAL DEFAULT +7 sg8 .* TLS +GLOBAL DEFAULT +8 bg8 .* TLS +GLOBAL DEFAULT +8 bg6 .* TLS +GLOBAL DEFAULT +UND sG5 .* TLS +GLOBAL DEFAULT +8 bg3 -.* OBJECT +GLOBAL HIDDEN +9 _DYNAMIC .* TLS +GLOBAL DEFAULT +7 sg3 .* TLS +GLOBAL HIDDEN +7 sh3 .* TLS +GLOBAL DEFAULT +UND sG2 .* TLS +GLOBAL DEFAULT +7 sg4 .* TLS +GLOBAL DEFAULT +7 sg5 -.* OBJECT +GLOBAL HIDDEN +ABS _PROCEDURE_LINKAGE_TABLE_ .* TLS +GLOBAL DEFAULT +8 bg5 .* FUNC +GLOBAL DEFAULT +UND __tls_get_addr .* TLS +GLOBAL HIDDEN +7 sh7 @@ -120,7 +121,6 @@ Symbol table '.symtab' contains 67 entries: .* TLS +GLOBAL DEFAULT +7 sg6 .* TLS +GLOBAL DEFAULT +7 sg7 .* NOTYPE +GLOBAL DEFAULT +ABS _edata -.* OBJECT +GLOBAL +HIDDEN +10 _GLOBAL_OFFSET_TABLE_ .* NOTYPE +GLOBAL DEFAULT +ABS _end .* TLS +GLOBAL HIDDEN +7 sh2 .* TLS +GLOBAL HIDDEN +7 sh6 diff --git a/ld/testsuite/ld-sparc/tlssunbin64.rd b/ld/testsuite/ld-sparc/tlssunbin64.rd index 8a3a168..4ce130b 100644 --- a/ld/testsuite/ld-sparc/tlssunbin64.rd +++ b/ld/testsuite/ld-sparc/tlssunbin64.rd @@ -90,18 +90,19 @@ Symbol table '.symtab' contains 67 entries: .* TLS +LOCAL +DEFAULT +8 bl6 .* TLS +LOCAL +DEFAULT +8 bl7 .* TLS +LOCAL +DEFAULT +8 bl8 +.* OBJECT +LOCAL +HIDDEN +9 _DYNAMIC +.* OBJECT +LOCAL +HIDDEN +ABS _PROCEDURE_LINKAGE_TABLE_ +.* OBJECT +LOCAL +HIDDEN +10 _GLOBAL_OFFSET_TABLE_ .* TLS +GLOBAL DEFAULT +7 sg8 .* TLS +GLOBAL DEFAULT +8 bg8 .* TLS +GLOBAL DEFAULT +8 bg6 .* TLS +GLOBAL DEFAULT +UND sG5 .* TLS +GLOBAL DEFAULT +8 bg3 -.* OBJECT +GLOBAL HIDDEN +9 _DYNAMIC .* TLS +GLOBAL DEFAULT +7 sg3 .* TLS +GLOBAL HIDDEN +7 sh3 .* TLS +GLOBAL DEFAULT +UND sG2 .* TLS +GLOBAL DEFAULT +7 sg4 .* TLS +GLOBAL DEFAULT +7 sg5 -.* OBJECT +GLOBAL HIDDEN +ABS _PROCEDURE_LINKAGE_TABLE_ .* TLS +GLOBAL DEFAULT +8 bg5 .* FUNC +GLOBAL DEFAULT +UND __tls_get_addr .* TLS +GLOBAL HIDDEN +7 sh7 @@ -120,7 +121,6 @@ Symbol table '.symtab' contains 67 entries: .* TLS +GLOBAL DEFAULT +7 sg6 .* TLS +GLOBAL DEFAULT +7 sg7 .* NOTYPE +GLOBAL DEFAULT +ABS _edata -.* OBJECT +GLOBAL +HIDDEN +10 _GLOBAL_OFFSET_TABLE_ .* NOTYPE +GLOBAL DEFAULT +ABS _end .* TLS +GLOBAL HIDDEN +7 sh2 .* TLS +GLOBAL HIDDEN +7 sh6 |