Pass -mno-regnames to assembler.
authorMichael Meissner <meissner@gcc.gnu.org>
Tue, 4 Jun 1996 15:05:05 +0000 (15:05 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 4 Jun 1996 15:05:05 +0000 (15:05 +0000)
From-SVN: r12153

gcc/config/rs6000/sysv4.h

index e77e522..23eaac5 100644 (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}} \