Fix mips/mips64 build
Add _start entry label to mips/mips64 linker begin.S (cherry picked from commit ed485347189e3dfe04a38207c416bdd8c8fac4bc) Change-Id: Id1b6bb3258f3bfbe3b7ec9491a977f56e44bed14
This commit is contained in:
parent
5febb0da6f
commit
1a5db57d5a
@ -32,7 +32,9 @@
|
|||||||
|
|
||||||
.ent __start
|
.ent __start
|
||||||
.globl __start
|
.globl __start
|
||||||
|
.globl _start
|
||||||
__start:
|
__start:
|
||||||
|
_start:
|
||||||
.set noreorder
|
.set noreorder
|
||||||
bal 1f
|
bal 1f
|
||||||
nop
|
nop
|
||||||
|
@ -46,7 +46,9 @@
|
|||||||
|
|
||||||
.ent __start
|
.ent __start
|
||||||
.globl __start
|
.globl __start
|
||||||
|
.globl _start
|
||||||
__start:
|
__start:
|
||||||
|
_start:
|
||||||
.set noreorder
|
.set noreorder
|
||||||
bal 1f
|
bal 1f
|
||||||
nop
|
nop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user