From ee163e721aed1e4f732ad5ca447a0797a9318e23 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Mon, 7 Oct 2013 07:50:25 +0000 Subject: 2013-10-07 Andreas Krebbel * 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 * gcc.target/s390/htm-1.c: Add more tests to cover different operand types. From-SVN: r203239 --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') 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 -- cgit v1.1