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]

r149955 - in /branches/transactional-memory: Ch...


Author: rth
Date: Wed Jul 22 18:43:35 2009
New Revision: 149955

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149955
Log:
libitm/
        * eh_cpp.c: New file.
        * Makefile.am (libitm_la_SOURCES): Add it.
        * Makefile.in: Rebuild.
        * beginend.c (GTM_rollback_transaction): Undo exception state.
        (GTM_trycommit_transaction): Mark inline.
        (GTM_trycommit_and_finalize_transaction): Split out from ...
        (_ITM_commitTransaction): ... here.
        (_ITM_commitTransactionEH): New function.
        * libitm.h (struct gtm_transaction): Add cxa_catch_count,
        cxa_unthrown, eh_in_flight; reorder.

        * testsuite/libitm.c++/c++.exp: New.
        * testsuite/libitm.c++/eh-1.C: New.
        
        * aatree.c (aa_free): Remove REGPARM.
        * aatree.h: Remove all REGPARM.

/
        * libstdc++-v3/libsupc++/eh_tm.cc: New file.
        * libstdc++-v3/libsupc++/unwind-cxx.h (__cxa_tm_cleanup): Declare.
        * libstdc++-v3/config/abi/pre/gnu.ver: Export __cxa_tm_cleanup.
        * libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver: Likewise.
        * libstdc++-v3/libsupc++/Makefile.am (sources): Add eh_tm.cc.
        * libstdc++-v3/libsupc++/Makefile.in: Rebuild.

Added:
    branches/transactional-memory/libstdc++-v3/libsupc++/eh_tm.cc
Modified:
    branches/transactional-memory/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/transactional-memory/libstdc++-v3/config/abi/pre/gnu.ver
    branches/transactional-memory/libstdc++-v3/libsupc++/Makefile.am
    branches/transactional-memory/libstdc++-v3/libsupc++/Makefile.in
    branches/transactional-memory/libstdc++-v3/libsupc++/unwind-cxx.h

Changes in other areas also in this revision:
Added:
    branches/transactional-memory/libitm/eh_cpp.c
    branches/transactional-memory/libitm/testsuite/libitm.c++/
    branches/transactional-memory/libitm/testsuite/libitm.c++/c++.exp
    branches/transactional-memory/libitm/testsuite/libitm.c++/eh-1.C
Modified:
    branches/transactional-memory/ChangeLog.tm
    branches/transactional-memory/libitm/ChangeLog
    branches/transactional-memory/libitm/Makefile.am
    branches/transactional-memory/libitm/Makefile.in
    branches/transactional-memory/libitm/aatree.c
    branches/transactional-memory/libitm/aatree.h
    branches/transactional-memory/libitm/beginend.c
    branches/transactional-memory/libitm/libitm.h


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