diff options
author | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-07 07:50:25 +0000 |
---|---|---|
committer | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-07 07:50:25 +0000 |
commit | 758fd97f396ce3c913a777d4256378963236cdef (patch) | |
tree | 644e37d1107cff6b03cc1ec491d9e08343ab9a94 /gcc/doc | |
parent | 8906a533456b990c3923b0c7b85938807c276d81 (diff) | |
download | gcc-758fd97f396ce3c913a777d4256378963236cdef.tar.gz |
2013-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md ("tbegin", "tbegin_nofloat", "tbegin_retry")
("tbegin_retry_nofloat", "tend", "tabort", "tx_assist"): Remove
constraint letters from expanders.
("tbegin_retry", "tbegin_retry_nofloat"): Change predicate of the
retry count to general_operand.
("tabort"): Give operand 0 a mode.
("tabort_1"): Add mode and constraint letter for operand 0.
* doc/extend.texi: Fix protoype of __builtin_non_tx_store.
2013-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.target/s390/htm-1.c: Add more tests to cover different
operand types.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203239 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index d7227743160..782c55e2fa6 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -15046,7 +15046,7 @@ depth is returned as integer value. For a nesting depth of 0 the code is not executed as part of an transaction. @end deftypefn -@deftypefn {Built-in Function} void __builtin_non_tx_store (unsigned long long *, unsigned long long) +@deftypefn {Built-in Function} void __builtin_non_tx_store (uint64_t *, uint64_t) Generates the @code{ntstg} machine instruction. The second argument is written to the first arguments location. The store operation will |