From d1a4872d76d14c7a2b93e07db95f4ef32b8af645 Mon Sep 17 00:00:00 2001 From: Adrian Straetling Date: Tue, 6 Dec 2005 15:15:36 +0000 Subject: [PATCH] md.texi: Adapt to implementation. 2005-12-06 Adrian Straetling * doc/md.texi: Adapt to implementation. From-SVN: r108121 --- gcc/ChangeLog | 4 ++++ gcc/doc/md.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e2025a687d..f65ed230794 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-06 Adrian Straetling + + * doc/md.texi: Adapt to implementation. + 2005-12-06 Andreas Schwab * opts.c (decode_options): Fix typo in message. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 5bbeaa05b38..5933cc8f5e3 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -4200,7 +4200,7 @@ These patterns emit code for an atomic operation on memory. Operand 0 is the memory on which the atomic operation is performed. Operand 1 is the second operand to the binary operator. -The ``nand'' operation is @code{op0 & ~op1}. +The ``nand'' operation is @code{~op0 & op1}. This pattern must issue any memory barrier instructions such that all memory operations before the atomic operation occur before the atomic