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-cris | |
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-cris')
-rw-r--r-- | ld/testsuite/ld-cris/locref1.d | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-cris/locref2.d | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ld/testsuite/ld-cris/locref1.d b/ld/testsuite/ld-cris/locref1.d index c3e60a1..e38c642 100644 --- a/ld/testsuite/ld-cris/locref1.d +++ b/ld/testsuite/ld-cris/locref1.d @@ -11,11 +11,10 @@ SYMBOL TABLE: #... +0+82084 l O \.got 0+ \.hidden _GLOBAL_OFFSET_TABLE_ 0+80076 g F \.text 0+2 expfn 0+82090 g O \.data 0+4 expobj #... -0+82084 g O \.got 0+ \.hidden _GLOBAL_OFFSET_TABLE_ -#... Disassembly of section \.text: #... 0+80078 <y>: diff --git a/ld/testsuite/ld-cris/locref2.d b/ld/testsuite/ld-cris/locref2.d index c68b6e8..8b51d45 100644 --- a/ld/testsuite/ld-cris/locref2.d +++ b/ld/testsuite/ld-cris/locref2.d @@ -11,11 +11,10 @@ SYMBOL TABLE: #... +0+82088 l O \.got 0+ \.hidden _GLOBAL_OFFSET_TABLE_ 0+ w \*UND\* 0+ expfn 0+ w \*UND\* 0+ expobj #... -0+82088 g O \.got 0+ \.hidden _GLOBAL_OFFSET_TABLE_ -#... Disassembly of section \.text: #... 0+8007c <y>: |