Commit ed485347 authored by Dmitriy Ivanov's avatar Dmitriy Ivanov
Browse files

Fix mips/mips64 build

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

Change-Id: Idcdfc3391427b53880650798be0583a7ac022bcc
parent 337c0cef
......@@ -32,7 +32,9 @@
.ent __start
.globl __start
.globl _start
__start:
_start:
.set noreorder
bal 1f
nop
......
......@@ -46,7 +46,9 @@
.ent __start
.globl __start
.globl _start
__start:
_start:
.set noreorder
bal 1f
nop
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment