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-s390 | |
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-s390')
-rw-r--r-- | ld/testsuite/ld-s390/tlsbin.rd | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlsbin_64.rd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-s390/tlsbin.rd b/ld/testsuite/ld-s390/tlsbin.rd index c4439dc..1fa3469 100644 --- a/ld/testsuite/ld-s390/tlsbin.rd +++ b/ld/testsuite/ld-s390/tlsbin.rd @@ -110,12 +110,13 @@ Symbol table '.symtab' contains 68 entries: .* TLS +LOCAL DEFAULT +10 bl6 .* TLS +LOCAL DEFAULT +10 bl7 .* TLS +LOCAL DEFAULT +10 bl8 +.* OBJECT LOCAL HIDDEN +11 _DYNAMIC +.* OBJECT LOCAL HIDDEN +12 _GLOBAL_OFFSET_TABLE_ .* TLS +GLOBAL DEFAULT UND sG3 .* TLS +GLOBAL DEFAULT +9 sg8 .* TLS +GLOBAL DEFAULT +10 bg8 .* TLS +GLOBAL DEFAULT +10 bg6 .* TLS +GLOBAL DEFAULT +10 bg3 -.* OBJECT GLOBAL HIDDEN +11 _DYNAMIC .* TLS +GLOBAL DEFAULT +9 sg3 .* TLS +GLOBAL HIDDEN +9 sh3 .* TLS +GLOBAL DEFAULT UND sG2 @@ -139,7 +140,6 @@ Symbol table '.symtab' contains 68 entries: .* TLS +GLOBAL DEFAULT +9 sg6 .* TLS +GLOBAL DEFAULT +9 sg7 .* NOTYPE GLOBAL DEFAULT ABS _edata -.* OBJECT GLOBAL HIDDEN 12 _GLOBAL_OFFSET_TABLE_ .* NOTYPE GLOBAL DEFAULT ABS _end .* TLS +GLOBAL HIDDEN +9 sh2 .* TLS +GLOBAL HIDDEN +9 sh6 diff --git a/ld/testsuite/ld-s390/tlsbin_64.rd b/ld/testsuite/ld-s390/tlsbin_64.rd index aff1eca..34e9649 100644 --- a/ld/testsuite/ld-s390/tlsbin_64.rd +++ b/ld/testsuite/ld-s390/tlsbin_64.rd @@ -110,12 +110,13 @@ Symbol table '.symtab' contains 68 entries: .* TLS +LOCAL +DEFAULT +10 bl6 .* TLS +LOCAL +DEFAULT +10 bl7 .* TLS +LOCAL +DEFAULT +10 bl8 +.* OBJECT +LOCAL +HIDDEN +11 _DYNAMIC +.* OBJECT +LOCAL +HIDDEN +12 _GLOBAL_OFFSET_TABLE_ .* TLS +GLOBAL DEFAULT +UND sG3 .* TLS +GLOBAL DEFAULT +9 sg8 .* TLS +GLOBAL DEFAULT +10 bg8 .* TLS +GLOBAL DEFAULT +10 bg6 .* TLS +GLOBAL DEFAULT +10 bg3 -.* OBJECT +GLOBAL HIDDEN +11 _DYNAMIC .* TLS +GLOBAL DEFAULT +9 sg3 .* TLS +GLOBAL HIDDEN +9 sh3 .* TLS +GLOBAL DEFAULT +UND sG2 @@ -139,7 +140,6 @@ Symbol table '.symtab' contains 68 entries: .* TLS +GLOBAL DEFAULT +9 sg6 .* TLS +GLOBAL DEFAULT +9 sg7 .* NOTYPE +GLOBAL DEFAULT +ABS _edata -.* OBJECT +GLOBAL HIDDEN +12 _GLOBAL_OFFSET_TABLE_ .* NOTYPE +GLOBAL DEFAULT +ABS _end .* TLS +GLOBAL HIDDEN +9 sh2 .* TLS +GLOBAL HIDDEN +9 sh6 |