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
This commit is contained in:
Eric Botcazou 2008-11-15 12:43:16 +00:00 committed by Eric Botcazou
parent a5b8aacdd2
commit 708bceb76e
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2008-11-15 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c (cc1_options): Fix comment.
2008-11-15 Jakub Jelinek <jakub@redhat.com>
PR c++/37561

View File

@ -1,3 +1,7 @@
2008-11-15 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/lang-specs.h: Expand -coverage and reorder switches.
2008-11-15 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Force constants

View File

@ -35,13 +35,14 @@
gnat1 %{I*} %{k8:-gnatk8} %{Wall:-gnatwa} %{w:-gnatws} %{!Q:-quiet}\
%{nostdinc*} %{nostdlib*}\
-dumpbase %{.adb:%b.adb}%{.ads:%b.ads}%{!.adb:%{!.ads:%b.ada}}\
%{O*} %{W*} %{w} %{p} %{pg:-p} %{a} %{f*} %{d*}\
%{gnatea:-gnatez} %{g*&m*} "
#if defined(TARGET_VXWORKS_RTP)
"%{fRTS=rtp:-mrtp} "
#endif
%{O*} %{W*} %{w} %{p} %{pg:-p} %{a} %{d*} %{f*}\
%{coverage:-fprofile-arcs -ftest-coverage} "
#if CONFIG_DUAL_EXCEPTIONS
"%{fRTS=sjlj:-fsjlj} "
#endif
"%{gnatea:-gnatez} %{g*&m*} "
#if defined(TARGET_VXWORKS_RTP)
"%{fRTS=rtp:-mrtp} "
#endif
"%1 %{!S:%{o*:%w%*-gnatO}} \
%i %{S:%W{o*}%{!o*:-o %b.s}} \

View File

@ -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*}\