From 43bfc248bab1defbeb4728343e1a6da2b0f38033 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 1 Aug 2002 20:10:25 +0000 Subject: [PATCH] c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102. 2002-08-01 Benjamin Kosnik * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102. From-SVN: r55944 --- gcc/ChangeLog | 4 ++++ gcc/c-common.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9acab5c63a..8a726d6d035 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-01 Benjamin Kosnik + + * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102. + 2002-08-01 Richard Sandiford * config/mips/mips.md: Add [!]TARGET_MIPS16 to sgtu conditions. diff --git a/gcc/c-common.c b/gcc/c-common.c index b9df2e2ee22..85a0e38ad2b 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4732,7 +4732,7 @@ cb_register_builtins (pfile) cpp_define (pfile, "__EXCEPTIONS"); if (warn_deprecated) cpp_define (pfile, "__DEPRECATED"); - cpp_define (pfile, "__GXX_ABI_VERSION__=101"); + cpp_define (pfile, "__GXX_ABI_VERSION__=102"); } /* libgcc needs to know this. */