From: Michael Meissner Date: Tue, 4 Jun 1996 15:05:05 +0000 (+0000) Subject: Pass -mno-regnames to assembler. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24b867d8bed5b6b49c0d371637e1021abcc08595;p=platform%2Fupstream%2Fgcc.git Pass -mno-regnames to assembler. From-SVN: r12153 --- diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index e77e522..23eaac5 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -909,7 +909,7 @@ do { \ /* Pass various options to the assembler */ #undef ASM_SPEC -#define ASM_SPEC "%(asm_cpu) %{mregnames} \ +#define ASM_SPEC "%(asm_cpu) %{mregnames} %{mno-regnames} \ %{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \ %{mrelocatable} %{mrelocatable-lib} \ %{memb} %{!memb: %{msdata: -memb} %{msdata=eabi: -memb}} \