This is the mail archive of the gcc-cvs@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]

r169803 - in /branches/transactional-memory/lib...


Author: rth
Date: Thu Feb  3 19:10:45 2011
New Revision: 169803

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169803
Log:
        * acinclude.m4 (LIBITM_CHECK_SIZE_T_MANGLING): New.
        * configure.ac: Use it.
        * configure, config.h.in: Rebuild.
        * alloc_cpp.cc (_ZnwX): Use MANGLE_SIZE_T in constructing the
        * name.
        (_ZnaX, _ZnwXRKSt9nothrow_t, _ZnaXRKSt9nothrow_t, _ZGTtnwX,
        _ZGTtnaX, _ZGTtnwXRKSt9nothrow_t, _ZGTtnaXRKSt9nothrow_t): Likewise.
        * libitm.map: Use wildcards to match size_t mangling.

Modified:
    branches/transactional-memory/libitm/ChangeLog
    branches/transactional-memory/libitm/acinclude.m4
    branches/transactional-memory/libitm/alloc_cpp.cc
    branches/transactional-memory/libitm/config.h.in
    branches/transactional-memory/libitm/configure
    branches/transactional-memory/libitm/configure.ac
    branches/transactional-memory/libitm/libitm.map


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