c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
2002-08-01 Benjamin Kosnik <bkoz@redhat.com> * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102. From-SVN: r55944
This commit is contained in:
parent
479f2ceac0
commit
43bfc248ba
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user