diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-04-17 22:21:15 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-04-17 22:21:15 -0400 |
commit | 19bcdeeb1ebef6d209dfa938011c856bc3444a92 (patch) | |
tree | 1b7d57ff88efe774e860e2ee91cfb3768f91ecac /arch/mips | |
parent | 8b0d66d21cc6934de16d909050c97962edb33788 (diff) | |
download | musl-19bcdeeb1ebef6d209dfa938011c856bc3444a92.tar.gz musl-19bcdeeb1ebef6d209dfa938011c856bc3444a92.tar.bz2 musl-19bcdeeb1ebef6d209dfa938011c856bc3444a92.tar.xz musl-19bcdeeb1ebef6d209dfa938011c856bc3444a92.zip |
fix missing quotation mark in mips crt_arch.h that broke build
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/crt_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/crt_arch.h b/arch/mips/crt_arch.h index 33bde4e6..9a60be03 100644 --- 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" |