diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-02 16:35:14 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-02 16:35:14 +0000 |
commit | 9604e070fc0d70df0bfb0fb64bd60ee13670aa2c (patch) | |
tree | 269a0844002936b2ced103e4bc0e1f07871556dc /gcc/c-family/c.opt | |
parent | a8d590cc33558d3206f928213bb06f32184b464e (diff) | |
download | gcc-9604e070fc0d70df0bfb0fb64bd60ee13670aa2c.tar.gz |
* c.opt (falt-external-templates, fhuge-objects, fvtable-gc,
fvtable-thunks, fxref): Mark no longer supported in help text.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r-- | gcc/c-family/c.opt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index f10cc48d756..68d59296e43 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -538,7 +538,7 @@ C++ ObjC++ Ignore Warn(switch %qs is no longer supported) falt-external-templates C++ ObjC++ Ignore Warn(switch %qs is no longer supported) -Change when template instances are emitted +No longer supported fasm C ObjC C++ ObjC++ Var(flag_no_asm, 0) @@ -644,7 +644,7 @@ Assume normal C execution environment fhuge-objects C++ ObjC++ Ignore Warn(switch %qs is no longer supported) -Enable support for huge objects +No longer supported fimplement-inlines C++ ObjC++ Var(flag_implement_inlines) Init(1) @@ -843,11 +843,11 @@ Changes visibility to match Microsoft Visual Studio by default fvtable-gc C++ ObjC++ Ignore Warn(switch %qs is no longer supported) -Discard unused virtual functions +No longer supported fvtable-thunks C++ ObjC++ Ignore Warn(switch %qs is no longer supported) -Implement vtables using thunks +No longer supported fweak C++ ObjC++ Var(flag_weak) Init(1) @@ -863,7 +863,7 @@ Generate a #line directive pointing at the current working directory fxref C++ ObjC++ Ignore Warn(switch %qs is no longer supported) -Emit cross referencing information +No longer supported fzero-link ObjC ObjC++ Var(flag_zero_link) |