mirror of git://gcc.gnu.org/git/gcc.git
c.opt (falt-external-templates, [...]): Mark no longer supported in help text.
* c.opt (falt-external-templates, fhuge-objects, fvtable-gc, fvtable-thunks, fxref): Mark no longer supported in help text. From-SVN: r163784
This commit is contained in:
parent
e196cc8dd9
commit
d1779886d5
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-02 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* c.opt (falt-external-templates, fhuge-objects, fvtable-gc,
|
||||||
|
fvtable-thunks, fxref): Mark no longer supported in help text.
|
||||||
|
|
||||||
2010-09-02 Joseph Myers <joseph@codesourcery.com>
|
2010-09-02 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* c.opt (Wimport, fall-virtual, falt-external-templates,
|
* c.opt (Wimport, fall-virtual, falt-external-templates,
|
||||||
|
|
|
@ -538,7 +538,7 @@ C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
||||||
|
|
||||||
falt-external-templates
|
falt-external-templates
|
||||||
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
||||||
Change when template instances are emitted
|
No longer supported
|
||||||
|
|
||||||
fasm
|
fasm
|
||||||
C ObjC C++ ObjC++ Var(flag_no_asm, 0)
|
C ObjC C++ ObjC++ Var(flag_no_asm, 0)
|
||||||
|
@ -644,7 +644,7 @@ Assume normal C execution environment
|
||||||
|
|
||||||
fhuge-objects
|
fhuge-objects
|
||||||
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
||||||
Enable support for huge objects
|
No longer supported
|
||||||
|
|
||||||
fimplement-inlines
|
fimplement-inlines
|
||||||
C++ ObjC++ Var(flag_implement_inlines) Init(1)
|
C++ ObjC++ Var(flag_implement_inlines) Init(1)
|
||||||
|
@ -843,11 +843,11 @@ Changes visibility to match Microsoft Visual Studio by default
|
||||||
|
|
||||||
fvtable-gc
|
fvtable-gc
|
||||||
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
||||||
Discard unused virtual functions
|
No longer supported
|
||||||
|
|
||||||
fvtable-thunks
|
fvtable-thunks
|
||||||
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
||||||
Implement vtables using thunks
|
No longer supported
|
||||||
|
|
||||||
fweak
|
fweak
|
||||||
C++ ObjC++ Var(flag_weak) Init(1)
|
C++ ObjC++ Var(flag_weak) Init(1)
|
||||||
|
@ -863,7 +863,7 @@ Generate a #line directive pointing at the current working directory
|
||||||
|
|
||||||
fxref
|
fxref
|
||||||
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
|
||||||
Emit cross referencing information
|
No longer supported
|
||||||
|
|
||||||
fzero-link
|
fzero-link
|
||||||
ObjC ObjC++ Var(flag_zero_link)
|
ObjC ObjC++ Var(flag_zero_link)
|
||||||
|
|
Loading…
Reference in New Issue