summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-01 20:10:25 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-01 20:10:25 +0000
commit29d069c0a622940560ddb7c795fb709dc82c4d7f (patch)
tree9477c3bad0cc56fa2e7741bf612aa7b4cc2e1571
parent412a762488b3bdeef90dd7fe518446d894e0b3fe (diff)
downloadppe42-gcc-29d069c0a622940560ddb7c795fb709dc82c4d7f.tar.gz
ppe42-gcc-29d069c0a622940560ddb7c795fb709dc82c4d7f.zip
2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
* c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55944 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c-common.c2
2 files changed, 5 insertions, 1 deletions
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 <bkoz@redhat.com>
+
+ * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
+
2002-08-01 Richard Sandiford <rsandifo@redhat.com>
* 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. */
OpenPOWER on IntegriCloud