From 30f45429dd9226e2d2f903a5e30478574f87c50b Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 1 Oct 2002 18:10:04 +0000 Subject: [PATCH] * gcc.c (cc1_options): Add space on -auxbase-strip. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57694 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/gcc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4ad8225f95..a8a44049391 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-01 Nathan Sidwell + + * gcc.c (cc1_options): Add space on -auxbase-strip. + 2002-10-01 Jim Wilson * config/v850/v850.h (EPILOGUE_USES): Define. diff --git a/gcc/gcc.c b/gcc/gcc.c index 2210e2d2ea6..f14a29cdc39 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -697,7 +697,7 @@ static const char *cpp_debug_options = "%{d*}"; static const char *cc1_options = "%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*}\ - -auxbase%{c|S:%{o*:-strip%*}%{!o*: %b}}%{!c:%{!S: %b}}\ + -auxbase%{c|S:%{o*:-strip %*}%{!o*: %b}}%{!c:%{!S: %b}}\ %{g*} %{O*} %{W*&pedantic*} %{w} %{std*} %{ansi}\ %{v:-version} %{pg:-p} %{p} %{f*} %{undef}\ %{Qn:-fno-ident} %{--help:--help}\ -- 2.11.4.GIT