diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2008-11-15 12:43:16 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-11-15 12:43:16 +0000 |
commit | 708bceb76e088c312d252f394a8585c1e74056e9 (patch) | |
tree | 9c392329bfcd5a49e52398b257d6e89aac445195 /gcc/gcc.c | |
parent | a5b8aacdd2b91ccfa37825d358141bad4cba1d11 (diff) | |
download | gcc-708bceb76e088c312d252f394a8585c1e74056e9.tar.gz |
gcc.c (cc1_options): Fix comment.
* gcc.c (cc1_options): Fix comment.
ada/
* gcc-interface/lang-specs.h: Expand -coverage and reorder switches.
From-SVN: r141884
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index bb4c465a5de..5481d0d4f44 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -823,7 +823,7 @@ static const char *cpp_options = output will be used by another program. */ static const char *cpp_debug_options = "%{d*}"; -/* NB: This is shared amongst all front-ends. */ +/* NB: This is shared amongst all front-ends, except for Ada. */ 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*}\ |