mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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:
parent
a5b8aacdd2
commit
708bceb76e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}} \
|
||||
|
@ -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*}\
|
||||
|
Loading…
Reference in New Issue
Block a user