aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2006-08-29 12:18:43 +0000
committerThiemo Seufer <ths@networkno.de>2006-08-29 12:18:43 +0000
commit6b637da758f8bbead190b6e95c2c4b79fc312f0c (patch)
tree6c89b253e99788de4c0e40ea0198481b2e4ab183 /sim
parent68bbb9f788d0e5206f4ec106746a388b52c141c1 (diff)
downloadbinutils-6b637da758f8bbead190b6e95c2c4b79fc312f0c.zip
binutils-6b637da758f8bbead190b6e95c2c4b79fc312f0c.tar.gz
binutils-6b637da758f8bbead190b6e95c2c4b79fc312f0c.tar.bz2
* testutils.inc (setup): __start is also a valid start symbol.
Diffstat (limited to 'sim')
-rw-r--r--sim/testsuite/sim/mips/ChangeLog4
-rw-r--r--sim/testsuite/sim/mips/testutils.inc2
2 files changed, 6 insertions, 0 deletions
diff --git a/sim/testsuite/sim/mips/ChangeLog b/sim/testsuite/sim/mips/ChangeLog
index 9c7b789..07a765a 100644
--- a/sim/testsuite/sim/mips/ChangeLog
+++ b/sim/testsuite/sim/mips/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-08 Chris Dearman <chris@mips.com>
+
+ * testutils.inc (setup): __start is also a valid start symbol.
+
2006-05-15 Chao-ying Fu <fu@mips.com>
* mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w,
diff --git a/sim/testsuite/sim/mips/testutils.inc b/sim/testsuite/sim/mips/testutils.inc
index f111f79..1d4b732 100644
--- a/sim/testsuite/sim/mips/testutils.inc
+++ b/sim/testsuite/sim/mips/testutils.inc
@@ -47,8 +47,10 @@
.macro setup
.global _start
+ .global __start
.ent _start
_start:
+__start:
.set push
.set noreorder
j DIAG