From 24b867d8bed5b6b49c0d371637e1021abcc08595 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 4 Jun 1996 15:05:05 +0000 Subject: [PATCH] Pass -mno-regnames to assembler. From-SVN: r12153 --- gcc/config/rs6000/sysv4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index e77e5223fe8..23eaac5b86f 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}} \ -- 2.30.2