From 81ea3024cac22aa75bd589fa455b132895e1a82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Catalinas=20Jim=C3=A9nez?= Date: Sat, 25 Aug 2012 22:55:27 +0000 Subject: [PATCH] * doc/extend.texi (__atomic Builtins): Remove space before comma. From-SVN: r190671 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bdddb2ddf7ab..e1ae3c90bf25 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-08-26 Ricardo Catalinas Jiménez + + * doc/extend.texi (__atomic Builtins): Remove space before comma. + 2012-08-25 Richard Sandiford Andrew Pinski diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 615321fcf837..cea5ddabd281 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -7175,7 +7175,7 @@ Full barrier in both directions and synchronizes with acquire loads and release stores in all threads. @end table -When implementing patterns for these built-in functions , the memory model +When implementing patterns for these built-in functions, the memory model parameter can be ignored as long as the pattern implements the most restrictive @code{__ATOMIC_SEQ_CST} model. Any of the other memory models will execute correctly with this memory model but they may not execute as