* testutils.inc (setup): __start is also a valid start symbol.
This commit is contained in:
parent
68bbb9f788
commit
6b637da758
@ -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,
|
||||
|
||||
@ -47,8 +47,10 @@
|
||||
.macro setup
|
||||
|
||||
.global _start
|
||||
.global __start
|
||||
.ent _start
|
||||
_start:
|
||||
__start:
|
||||
.set push
|
||||
.set noreorder
|
||||
j DIAG
|
||||
|
||||
Loading…
Reference in New Issue
Block a user