projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b0d66d
)
fix missing quotation mark in mips crt_arch.h that broke build
author
Rich Felker
<dalias@aerifal.cx>
Sat, 18 Apr 2015 02:21:15 +0000
(22:21 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 18 Apr 2015 02:21:15 +0000
(22:21 -0400)
arch/mips/crt_arch.h
patch
|
blob
|
history
diff --git
a/arch/mips/crt_arch.h
b/arch/mips/crt_arch.h
index 33bde4e69d3fe209ff7624acc6869ef51fe866dc..9a60be035eb431781cd15242927d2de9b2ec9c04 100644
(file)
--- a/
arch/mips/crt_arch.h
+++ b/
arch/mips/crt_arch.h
@@
-10,7
+10,7
@@
__asm__(
" bal 1f \n"
" move $fp, $0 \n"
"2: .gpword 2b \n"
-
.gpword " START "_c \n"
+
"
.gpword " START "_c \n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
" .gpword _DYNAMIC \n"