OSDN Git Service

* gcc.c (cc1_options): Add space on -auxbase-strip.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Oct 2002 18:10:04 +0000 (18:10 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Oct 2002 18:10:04 +0000 (18:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57694 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index f4ad822..a8a4404 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.c (cc1_options): Add space on -auxbase-strip.
+
 2002-10-01  Jim Wilson  <wilson@redhat.com>
 
        * config/v850/v850.h (EPILOGUE_USES): Define.
index 2210e2d..f14a29c 100644 (file)
--- 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}\