From: Rich Felker Date: Sat, 18 Apr 2015 02:21:15 +0000 (-0400) Subject: fix missing quotation mark in mips crt_arch.h that broke build X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=19bcdeeb1ebef6d209dfa938011c856bc3444a92;p=musl fix missing quotation mark in mips crt_arch.h that broke build --- 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"