From f7e466a3fe46dbd49a604e5a64749fec3758e3c5 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 1 Oct 2002 18:10:04 +0000 Subject: [PATCH] * gcc.c (cc1_options): Add space on -auxbase-strip. From-SVN: r57694 --- 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.30.2