aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2006-05-10 15:07:24 +0000
committerThiemo Seufer <ths@networkno.de>2006-05-10 15:07:24 +0000
commit1cb571e976a72a5a3d7b22ed4d4a2d62629c94cc (patch)
tree8516be001e4d88cd3ae32d7b081ad450db1b6e63 /ld
parent69d54b1bfa6f8eae5e940db2c77530517df1bcbe (diff)
downloadbinutils-1cb571e976a72a5a3d7b22ed4d4a2d62629c94cc.zip
binutils-1cb571e976a72a5a3d7b22ed4d4a2d62629c94cc.tar.gz
binutils-1cb571e976a72a5a3d7b22ed4d4a2d62629c94cc.tar.bz2
* ld-elf/sec64k.exp: Extend for MIPS ELF.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-elf/sec64k.exp4
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index de20832..6f8bf0a 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-10 Thiemo Seufer <ths@debian.org>
+
+ * ld-elf/sec64k.exp: Extend for MIPS ELF.
+
2006-05-05 Alan Modra <amodra@bigpond.net.au>
* ld-powerpc/tlsexetoc.r: Update for correction to tls optimization.
diff --git a/ld/testsuite/ld-elf/sec64k.exp b/ld/testsuite/ld-elf/sec64k.exp
index b4a88a0..bd66c1c 100644
--- a/ld/testsuite/ld-elf/sec64k.exp
+++ b/ld/testsuite/ld-elf/sec64k.exp
@@ -51,7 +51,9 @@ for { set i 0 } { $i < $max_sec / $secs_per_file } { incr i } {
if { $i == 0 } {
puts $ofd " .global _start"
+ puts $ofd " .global __start"
puts $ofd "_start:"
+ puts $ofd "__start:"
puts $ofd " .global foo_0"
puts $ofd "foo_0: .long 0"
}
@@ -101,7 +103,7 @@ puts $ofd " \\\[65536\\\] (.rel\[a\]?)?\\.foo\\.\[0-9\]+ .*"
puts $ofd "#..."
puts $ofd " 680..: 0+\[ \]+0\[ \]+SECTION\[ \]+LOCAL\[ \]+DEFAULT\[ \]+68... "
puts $ofd "#..."
-puts $ofd " 680..: 0+4\[ \]+0\[ \]+NOTYPE\[ \]+LOCAL\[ \]+DEFAULT\[ \]+2 bar_1"
+puts $ofd " 680..: 0+4\[ \]+0\[ \]+NOTYPE\[ \]+LOCAL\[ \]+DEFAULT\[ \]+\[23\] bar_1"
puts $ofd "#..."
puts $ofd ".* bar_34000"
puts $ofd "#..."