* testutils.inc (setup): __start is also a valid start symbol.
This commit is contained in:
parent
68bbb9f788
commit
6b637da758
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
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,
|
* mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w,
|
||||||
|
|
|
@ -47,8 +47,10 @@
|
||||||
.macro setup
|
.macro setup
|
||||||
|
|
||||||
.global _start
|
.global _start
|
||||||
|
.global __start
|
||||||
.ent _start
|
.ent _start
|
||||||
_start:
|
_start:
|
||||||
|
__start:
|
||||||
.set push
|
.set push
|
||||||
.set noreorder
|
.set noreorder
|
||||||
j DIAG
|
j DIAG
|
||||||
|
|
Loading…
Add table
Reference in a new issue