From: Nathan Sidwell Date: Fri, 7 Jan 2000 12:01:53 +0000 (+0000) Subject: * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=272c0b10f37c59d3991c72d2ee8b31f01ef3ff52;p=gcc.git * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro. From-SVN: r31272 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 377be4783a1..f434ab19bd3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-01-07 Nathan Sidwell + + * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro. + 2000-01-06 Jason Merrill * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT. diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 692583ccc8f..558480e4944 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -49,6 +49,7 @@ Boston, MA 02111-1307, USA. */ -D__GNUC_MINOR__=%v2} -D__cplusplus\ %{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\ %{!fno-exceptions:-D__EXCEPTIONS}\ + %{fnew-abi:-D__GXX_ABI_VERSION=100}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\ %{ffast-math:-D__FAST_MATH__}\ %{fshort-wchar:-D__WCHAR_TYPE__=short\\ unsigned\\ int}\ @@ -71,6 +72,7 @@ Boston, MA 02111-1307, USA. */ -D__cplusplus\ %{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\ %{!fno-exceptions:-D__EXCEPTIONS}\ + %{fnew-abi:-D__GXX_ABI_VERSION=100}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}} %{trigraphs}\ %{ffast-math:-D__FAST_MATH__}\ %{fshort-wchar:-D__WCHAR_TYPE__=short\\ unsigned\\ int}\