cygming.h (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES to 0.

* config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define
	__GXX_MERGED_TYPEINFO_NAMES to 0.

From-SVN: r89196
This commit is contained in:
Danny Smith 2004-10-18 03:48:57 +00:00 committed by Danny Smith
parent 0dc48e8995
commit 535306d0de
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-10-18 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define
__GXX_MERGED_TYPEINFO_NAMES to 0.
2004-10-17 Hans-Peter Nilsson <hp@bitrange.com> 2004-10-17 Hans-Peter Nilsson <hp@bitrange.com>
* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb, * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,

View file

@ -86,6 +86,9 @@ Boston, MA 02111-1307, USA. */
builtin_define ("_fastcall=__attribute__((__fastcall__))"); \ builtin_define ("_fastcall=__attribute__((__fastcall__))"); \
builtin_define ("_cdecl=__attribute__((__cdecl__))"); \ builtin_define ("_cdecl=__attribute__((__cdecl__))"); \
} \ } \
/* Even though linkonce works with static libs, this is needed \
to compare typeinfo symbols across dll boundaries. */ \
builtin_define ("__GXX_MERGED_TYPEINFO_NAMES=0"); \
MAYBE_UWIN_CPP_BUILTINS (); \ MAYBE_UWIN_CPP_BUILTINS (); \
EXTRA_OS_CPP_BUILTINS (); \ EXTRA_OS_CPP_BUILTINS (); \
} \ } \