diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-12 07:35:05 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-12 07:35:05 +0000 |
commit | 1281920d8125800fa0b42862576cbacd30a880c0 (patch) | |
tree | 6f2a1cf4b17fb88b401b20e98c9f46e3a7611f17 /gcc/cp/lang-specs.h | |
parent | 1287c9190541b04889b4ed09298aa1372826b9c1 (diff) | |
download | gcc-1281920d8125800fa0b42862576cbacd30a880c0.tar.gz |
* Makefile.in (GXX_ABI_FLAG): Don't define.
* configure.in (--enable-new-gxx-abi): Remove option.
* config.in: Regenerated.
* configure: Likewise.
* decl2.c (flag_vtable_thunks): Always set it to 1.
(flag_new_abi): Likewise.
* lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lang-specs.h')
-rw-r--r-- | gcc/cp/lang-specs.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index cc0d996802f..54ed9684425 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -31,7 +31,6 @@ Boston, MA 02111-1307, USA. */ {"@c++", /* cc1plus has an integrated ISO C preprocessor. We should invoke the external preprocessor if -save-temps is given. */ -#if ENABLE_NEW_GXX_ABI "%{E|M|MM:cpp0 -lang-c++ -D_GNU_SOURCE %{!no-gcc:-D__GNUG__=%v1}\ %{!fno-exceptions:-D__EXCEPTIONS}\ %{!fno-new-abi:-D__GXX_ABI_VERSION=100}\ @@ -50,26 +49,6 @@ Boston, MA 02111-1307, USA. */ %{ansi:-trigraphs -$}\ %(cc1_options) %2 %{+e1*}\ %{!fsyntax-only:%(invoke_as)}}}}" -#else - "%{E|M|MM:cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\ - %{!fno-exceptions:-D__EXCEPTIONS}\ - %{fnew-abi:-D__GXX_ABI_VERSION=100}\ - %{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\ - %{!E:%{!M:%{!MM:\ - %{save-temps:cpp0 -lang-c++ \ - %{!no-gcc:-D__GNUG__=%v1}\ - %{fnew-abi:-D__GXX_ABI_VERSION=100}\ - %{ansi:-D__STRICT_ANSI__ -trigraphs -$}\ - %(cpp_options) %b.ii \n}\ - cc1plus %{save-temps:-fpreprocessed %b.ii}\ - %{!save-temps:%(cpp_options)\ - %{!no-gcc:-D__GNUG__=%v1}\ - %{fnew-abi:-D__GXX_ABI_VERSION=100}\ - %{ansi:-D__STRICT_ANSI__}}\ - %{ansi:-trigraphs -$}\ - %(cc1_options) %2 %{+e*}\ - %{!fsyntax-only:%(invoke_as)}}}}" -#endif #ifdef CPLUSPLUS_CPP_SPEC , CPLUSPLUS_CPP_SPEC #endif |