Fix mips/mips64 build

Add _start entry label to mips/mips64 linker begin.S

Change-Id: Idcdfc3391427b53880650798be0583a7ac022bcc
This commit is contained in:
Dmitriy Ivanov 2014-07-28 17:53:29 -07:00
parent 337c0cefdc
commit ed48534718
2 changed files with 4 additions and 0 deletions

View File

@ -32,7 +32,9 @@
.ent __start
.globl __start
.globl _start
__start:
_start:
.set noreorder
bal 1f
nop

View File

@ -46,7 +46,9 @@
.ent __start
.globl __start
.globl _start
__start:
_start:
.set noreorder
bal 1f
nop