Pass -mno-regnames to assembler.

From-SVN: r12153
This commit is contained in:
Michael Meissner 1996-06-04 15:05:05 +00:00
parent f7856bbc82
commit 24b867d8be

View File

@ -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}} \