diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2013-10-07 07:50:25 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2013-10-07 07:50:25 +0000 |
commit | ee163e721aed1e4f732ad5ca447a0797a9318e23 (patch) | |
tree | 644e37d1107cff6b03cc1ec491d9e08343ab9a94 /gcc/doc/extend.texi | |
parent | 2a1a5775d94b931c52693410393e8ec1b460ddfd (diff) | |
download | gcc-ee163e721aed1e4f732ad5ca447a0797a9318e23.zip gcc-ee163e721aed1e4f732ad5ca447a0797a9318e23.tar.gz gcc-ee163e721aed1e4f732ad5ca447a0797a9318e23.tar.bz2 |
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.
From-SVN: r203239
Diffstat (limited to 'gcc/doc/extend.texi')
-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 d722774..782c55e 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 |