Commit dd9f93dc by Joseph Myers Committed by Joseph Myers

common.opt (N, [...]): New options.

	* common.opt (N, Q, Qn, Qy, Z, n, r, s, t): New options.
	* gcc.c (cc1_options): Add %{Qy:}.

ada:
	* gcc-interface/lang.opt (k8): New option.

java:
	* lang.opt (static-libgcj): New option.

From-SVN: r167429
parent 12b57b0f
2010-12-03 Joseph Myers <joseph@codesourcery.com> 2010-12-03 Joseph Myers <joseph@codesourcery.com>
* common.opt (N, Q, Qn, Qy, Z, n, r, s, t): New options.
* gcc.c (cc1_options): Add %{Qy:}.
2010-12-03 Joseph Myers <joseph@codesourcery.com>
* gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m. * gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.
* config/darwin.h (LINK_COMMAND_SPEC_A): Likewise. * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
* config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise. * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
2010-12-03 Joseph Myers <joseph@codesourcery.com>
* gcc-interface/lang.opt (k8): New option.
2010-12-03 Alexandre Oliva <aoliva@redhat.com> 2010-12-03 Alexandre Oliva <aoliva@redhat.com>
* gnatvsn.adb (Gnat_Version_String): Don't overrun Ver_Len_Max. * gnatvsn.adb (Gnat_Version_String): Don't overrun Ver_Len_Max.
......
...@@ -83,6 +83,9 @@ Woverlength-strings ...@@ -83,6 +83,9 @@ Woverlength-strings
Ada Ada
; Documented for C ; Documented for C
k8
Driver
nostdinc nostdinc
Ada RejectNegative Ada RejectNegative
; Don't look for source files ; Don't look for source files
......
...@@ -415,6 +415,9 @@ Driver ...@@ -415,6 +415,9 @@ Driver
L L
Driver Joined Separate Driver Joined Separate
N
Driver
O O
Common JoinedOrMissing Optimization Common JoinedOrMissing Optimization
-O<number> Set optimization level to <number> -O<number> Set optimization level to <number>
...@@ -427,6 +430,15 @@ Ofast ...@@ -427,6 +430,15 @@ Ofast
Common Optimization Common Optimization
Optimize for speed disregarding exact standards compliance Optimize for speed disregarding exact standards compliance
Q
Driver
Qn
Driver Negative(Qy)
Qy
Driver Negative(Qn)
R R
Driver Joined Separate Driver Joined Separate
...@@ -654,6 +666,9 @@ Driver Separate ...@@ -654,6 +666,9 @@ Driver Separate
Xpreprocessor Xpreprocessor
Driver Separate Driver Separate
Z
Driver
aux-info aux-info
Common Separate Var(aux_info_file_name) Common Separate Var(aux_info_file_name)
-aux-info <file> Emit declaration information into <file> -aux-info <file> Emit declaration information into <file>
...@@ -2144,6 +2159,9 @@ Common Joined Var(plugindir_string) Init(0) ...@@ -2144,6 +2159,9 @@ Common Joined Var(plugindir_string) Init(0)
l l
Driver Joined Separate Driver Joined Separate
n
Driver
no-canonical-prefixes no-canonical-prefixes
Driver Driver
...@@ -2209,12 +2227,21 @@ quiet ...@@ -2209,12 +2227,21 @@ quiet
Common Var(quiet_flag) RejectDriver Common Var(quiet_flag) RejectDriver
Do not display functions compiled or elapsed time Do not display functions compiled or elapsed time
r
Driver
s
Driver
save-temps save-temps
Driver Driver
save-temps= save-temps=
Driver Joined Driver Joined
t
Driver
time time
Driver Var(report_times) Driver Var(report_times)
......
...@@ -750,7 +750,7 @@ static const char *cc1_options = ...@@ -750,7 +750,7 @@ static const char *cc1_options =
%{!fcompare-debug-second:%{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}}%{!c:%{!S:-auxbase %b}} \ %{!fcompare-debug-second:%{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}}%{!c:%{!S:-auxbase %b}} \
%{g*} %{O*} %{W*&pedantic*} %{w} %{std*&ansi&trigraphs}\ %{g*} %{O*} %{W*&pedantic*} %{w} %{std*&ansi&trigraphs}\
%{v:-version} %{pg:-p} %{p} %{f*} %{undef}\ %{v:-version} %{pg:-p} %{p} %{f*} %{undef}\
%{Qn:-fno-ident} %{-help:--help}\ %{Qn:-fno-ident} %{Qy:} %{-help:--help}\
%{-target-help:--target-help}\ %{-target-help:--target-help}\
%{-version:--version}\ %{-version:--version}\
%{-help=*:--help=%*}\ %{-help=*:--help=%*}\
......
2010-12-03 Joseph Myers <joseph@codesourcery.com>
* lang.opt (static-libgcj): New option.
2010-12-01 Joseph Myers <joseph@codesourcery.com> 2010-12-01 Joseph Myers <joseph@codesourcery.com>
* jcf-parse.c: Don't include toplev.h. * jcf-parse.c: Don't include toplev.h.
......
...@@ -283,6 +283,9 @@ Set the target VM version ...@@ -283,6 +283,9 @@ Set the target VM version
s-bc-abi s-bc-abi
Driver Driver
static-libgcj
Driver
version version
Java RejectDriver Java RejectDriver
......
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