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]

r149720 - in /branches/transactional-memory/gcc...


Author: aldyh
Date: Thu Jul 16 20:16:09 2009
New Revision: 149720

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149720
Log:
        * gimple-pretty-print.c:
        Include trans-mem.h
        (dump_gimple_call): Dump arguments for calls to
        _ITM_beginTransaction.
        * trans-mem.c: Include trans-mem.h
        Move PR_* macros...
        * trans-mem.h: ...here.
        * Makefile.in (gimple-pretty-print.o): Depend on TRANS_MEM_H.
        (trans-mem.o): Same.
        * config/i386/i386.c (ix86_handle_cconv_attribute): Tag unused
        arguments as so.


Added:
    branches/transactional-memory/gcc/trans-mem.h
Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/Makefile.in
    branches/transactional-memory/gcc/config/i386/i386.c
    branches/transactional-memory/gcc/gimple-pretty-print.c
    branches/transactional-memory/gcc/trans-mem.c


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