* testutils.inc (setup): __start is also a valid start symbol.

This commit is contained in:
Thiemo Seufer 2006-08-29 12:18:43 +00:00
parent 68bbb9f788
commit 6b637da758
2 changed files with 6 additions and 0 deletions

View file

@ -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,

View file

@ -47,8 +47,10 @@
.macro setup
.global _start
.global __start
.ent _start
_start:
__start:
.set push
.set noreorder
j DIAG