aboutsummaryrefslogtreecommitdiff
path: root/libitm/Makefile.am
diff options
context:
space:
mode:
authorTorvald Riegel <triegel@redhat.com>2012-02-14 13:14:27 +0000
committerTorvald Riegel <torvald@gcc.gnu.org>2012-02-14 13:14:27 +0000
commit31772c9507ed3c9f69565efa9dd80dcd8c72b0ba (patch)
tree33ebc1d0c4dd79d49df01737fd6b19d67d044a13 /libitm/Makefile.am
parent5b9cf5d2bf66a36b0716e07044d492b91dd835a2 (diff)
downloadgcc-31772c9507ed3c9f69565efa9dd80dcd8c72b0ba.zip
gcc-31772c9507ed3c9f69565efa9dd80dcd8c72b0ba.tar.gz
gcc-31772c9507ed3c9f69565efa9dd80dcd8c72b0ba.tar.bz2
libitm: Add multi-lock, write-through TM method.
libitm/ * libitm_i.h (GTM::gtm_rwlog_entry): New. (GTM::gtm_thread): Add read and write logs. (GTM::dispatch_ml_wt): Declare. * retry.cc (parse_default_method): Support ml_wt. * method-ml.cc: New file. * Makefile.am: Add method-ml.cc. * Makefile.in: Regenerate. From-SVN: r184212
Diffstat (limited to 'libitm/Makefile.am')
-rw-r--r--libitm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libitm/Makefile.am b/libitm/Makefile.am
index f1c351c2..e754ccc 100644
--- a/libitm/Makefile.am
+++ b/libitm/Makefile.am
@@ -60,7 +60,7 @@ libitm_la_SOURCES = \
aatree.cc alloc.cc alloc_c.cc alloc_cpp.cc barrier.cc beginend.cc \
clone.cc eh_cpp.cc local.cc \
query.cc retry.cc rwlock.cc useraction.cc util.cc \
- sjlj.S tls.cc method-serial.cc method-gl.cc
+ sjlj.S tls.cc method-serial.cc method-gl.cc method-ml.cc
if ARCH_ARM
libitm_la_SOURCES += hwcap.cc