diff options
| author | torvald <torvald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-20 16:40:54 +0000 |
|---|---|---|
| committer | torvald <torvald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-20 16:40:54 +0000 |
| commit | 27ca454e9b64ef2b79d0747ab581c88bcb16e28c (patch) | |
| tree | f73b28638776b1747b490781d1297b42620eb10e /libitm/ChangeLog | |
| parent | 00b76ca9c06e131110fb83e1de821d7d69f46bd2 (diff) | |
| download | ppe42-gcc-27ca454e9b64ef2b79d0747ab581c88bcb16e28c.tar.gz ppe42-gcc-27ca454e9b64ef2b79d0747ab581c88bcb16e28c.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200251 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/ChangeLog')
| -rw-r--r-- | libitm/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 26001b670bd..81e5b6f447b 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,5 +1,11 @@ 2013-06-20 Torvald Riegel <triegel@redhat.com> + * query.cc (_ITM_inTransaction): Abort when using the HTM fastpath. + (_ITM_getTransactionId): Same. + * config/x86/target.h (htm_transaction_active): New. + +2013-06-20 Torvald Riegel <triegel@redhat.com> + PR libitm/57643 * beginend.cc (gtm_thread::begin_transaction): Handle reentrancy in the HTM fastpath. |

