This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[g++] set __GXX_ABI_VERSION__ to 102


This patch was agreed on yesterday. I'll put something similar on the
3.2 branch.

2002-08-01  Benjamin Kosnik  <bkoz@redhat.com>

	* c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.

Index: c-common.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-common.c,v
retrieving revision 1.355
diff -c -p -r1.355 c-common.c
*** c-common.c	1 Aug 2002 09:08:38 -0000	1.355
--- c-common.c	1 Aug 2002 20:05:18 -0000
*************** cb_register_builtins (pfile)
*** 4732,4738 ****
  	cpp_define (pfile, "__EXCEPTIONS");
        if (warn_deprecated)
  	cpp_define (pfile, "__DEPRECATED");
!       cpp_define (pfile, "__GXX_ABI_VERSION__=101");
      }
  
    /* libgcc needs to know this.  */
--- 4732,4738 ----
  	cpp_define (pfile, "__EXCEPTIONS");
        if (warn_deprecated)
  	cpp_define (pfile, "__DEPRECATED");
!       cpp_define (pfile, "__GXX_ABI_VERSION__=102");
      }
  
    /* libgcc needs to know this.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]