This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r118756 - in /branches/csl/sourcerygxx-4_1: Cha...


Author: jsm28
Date: Mon Nov 13 13:21:38 2006
New Revision: 118756

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118756
Log:
	gcc/
	* config/arm/bpapi.h (TARGET_BPABI_CPP_BUILTINS): Define
	__GXX_TYPEINFO_EQUALITY_INLINE but not
	__GXX_MERGED_TYPEINFO_NAMES.
	* config/arm/symbian.h (TARGET_OS_CPP_BUILTINS): Define
	__GXX_MERGED_TYPEINFO_NAMES.
	* config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define
	__GXX_TYPEINFO_EQUALITY_INLINE.
	* config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Define
	__GXX_TYPEINFO_EQUALITY_INLINE.

	libstdc++-v3/
	* libsupc++/typeinfo (__GXX_TYPEINFO_EQUALITY_INLINE): Define.
	Use instead of __GXX_MERGED_TYPEINFO_NAMES to condition inline
	definitions.
	* libsupc++/tinfo.cc (operator==): Condition on
	__GXX_TYPEINFO_EQUALITY_INLINE; check __GXX_MERGED_TYPEINFO_NAMES
	to determine algorithm.
	* libsupc++/tinfo2.cc (type_info::before): Likewise.

Modified:
    branches/csl/sourcerygxx-4_1/libstdc++-v3/libsupc++/tinfo.cc
    branches/csl/sourcerygxx-4_1/libstdc++-v3/libsupc++/tinfo2.cc
    branches/csl/sourcerygxx-4_1/libstdc++-v3/libsupc++/typeinfo

Changes in other areas also in this revision:
Modified:
    branches/csl/sourcerygxx-4_1/ChangeLog.csl
    branches/csl/sourcerygxx-4_1/gcc/config/arm/bpabi.h
    branches/csl/sourcerygxx-4_1/gcc/config/arm/symbian.h
    branches/csl/sourcerygxx-4_1/gcc/config/i386/cygming.h
    branches/csl/sourcerygxx-4_1/gcc/config/m68k/uclinux.h


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