Changeset 2696


Ignore:
Timestamp:
Apr 15, 2006, 7:18:41 PM (19 years ago)
Author:
bird
Message:

Fixes #100: On OS/2 we don't do weak symbols across module boundraries. So, typeinfo compare has to involve strcmp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gcc/libstdc++-v3/libsupc++/typeinfo

    r1392 r2696  
    4545} // namespace __cxxabiv1
    4646
    47 #if !__GXX_WEAK__
     47#if !__GXX_WEAK__ || (defined(__OS2__) && defined(__EMX__)) /* bird */
    4848  // If weak symbols are not supported, typeinfo names are not merged.
    4949  #define __GXX_MERGED_TYPEINFO_NAMES 0
Note: See TracChangeset for help on using the changeset viewer.