Commit 09828811 by Richard Henderson Committed by Richard Henderson

re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH)

        PR debug/37033
        * gcc.c (cpp_options): Pass along -g*.

From-SVN: r138850
parent 98b45309
2008-08-07 Richard Henderson <rth@redhat.com>
PR debug/37033
* gcc.c (cpp_options): Pass along -g*.
2008-08-07 Joseph Myers <joseph@codesourcery.com> 2008-08-07 Joseph Myers <joseph@codesourcery.com>
* config/arm/arm.c (output_move_neon): Update comment describing * config/arm/arm.c (output_move_neon): Update comment describing
......
...@@ -819,7 +819,7 @@ static const char *cpp_unique_options = ...@@ -819,7 +819,7 @@ static const char *cpp_unique_options =
in turn cause preprocessor symbols to be defined specially. */ in turn cause preprocessor symbols to be defined specially. */
static const char *cpp_options = static const char *cpp_options =
"%(cpp_unique_options) %1 %{m*} %{std*&ansi&trigraphs} %{W*&pedantic*} %{w}\ "%(cpp_unique_options) %1 %{m*} %{std*&ansi&trigraphs} %{W*&pedantic*} %{w}\
%{f*} %{g*:%{!g0:%{!fno-working-directory:-fworking-directory}}} %{O*}\ %{f*} %{g*:%{!g0:%{g*} %{!fno-working-directory:-fworking-directory}}} %{O*}\
%{undef} %{save-temps:-fpch-preprocess}"; %{undef} %{save-temps:-fpch-preprocess}";
/* This contains cpp options which are not passed when the preprocessor /* This contains cpp options which are not passed when the preprocessor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment