aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-06-04 15:05:05 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-06-04 15:05:05 +0000
commit24b867d8bed5b6b49c0d371637e1021abcc08595 (patch)
tree5554793178c5717d054080795c0ea2d74738b0ef /gcc
parentf7856bbc82a9a321fba2ec0f475776ef03fcbbff (diff)
downloadgcc-24b867d8bed5b6b49c0d371637e1021abcc08595.zip
gcc-24b867d8bed5b6b49c0d371637e1021abcc08595.tar.gz
gcc-24b867d8bed5b6b49c0d371637e1021abcc08595.tar.bz2
Pass -mno-regnames to assembler.
From-SVN: r12153
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/sysv4.h2
1 files changed, 1 insertions, 1 deletions
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}} \