aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lang-specs.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2001-02-12 07:35:05 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2001-02-12 07:35:05 +0000
commitb1012f1b4ca901ced4d2ff3ccbb64887cbf42381 (patch)
tree6f2a1cf4b17fb88b401b20e98c9f46e3a7611f17 /gcc/cp/lang-specs.h
parente8eacc3f8c2a51805385fc3a12166897fc538154 (diff)
downloadgcc-b1012f1b4ca901ced4d2ff3ccbb64887cbf42381.zip
gcc-b1012f1b4ca901ced4d2ff3ccbb64887cbf42381.tar.gz
gcc-b1012f1b4ca901ced4d2ff3ccbb64887cbf42381.tar.bz2
Makefile.in (GXX_ABI_FLAG): Don't define.
* 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. From-SVN: r39595
Diffstat (limited to 'gcc/cp/lang-specs.h')
-rw-r--r--gcc/cp/lang-specs.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h
index cc0d996..54ed968 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