libitm: Handle HTM fastpath in status query functions.
authorTorvald Riegel <triegel@redhat.com>
Thu, 20 Jun 2013 16:40:54 +0000 (16:40 +0000)
committerTorvald Riegel <torvald@gcc.gnu.org>
Thu, 20 Jun 2013 16:40:54 +0000 (16:40 +0000)
commit480c696bb0f3253c9a53d9c2be2e29e1e5dffdc6
treef73b28638776b1747b490781d1297b42620eb10e
parentb1db457bf9ac2c086273c8863b94b3bf814a6dd9
libitm: Handle HTM fastpath in status query functions.

* query.cc (_ITM_inTransaction): Abort when using the HTM fastpath.
(_ITM_getTransactionId): Same.
* config/x86/target.h (htm_transaction_active): New.

From-SVN: r200251
libitm/ChangeLog
libitm/config/x86/target.h
libitm/query.cc