diff options
author | Ricardo Catalinas Jiménez <jimenezrick@gmail.com> | 2012-08-25 22:55:27 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2012-08-25 22:55:27 +0000 |
commit | 81ea3024cac22aa75bd589fa455b132895e1a82f (patch) | |
tree | 54c70afc7924e831fa844d7b0920d660ce3b40c4 | |
parent | ca97b221ce77e693274135e3dbba50221bf298a3 (diff) | |
download | gcc-81ea3024cac22aa75bd589fa455b132895e1a82f.zip gcc-81ea3024cac22aa75bd589fa455b132895e1a82f.tar.gz gcc-81ea3024cac22aa75bd589fa455b132895e1a82f.tar.bz2 |
* doc/extend.texi (__atomic Builtins): Remove space before comma.
From-SVN: r190671
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bdddb2d..e1ae3c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-08-26 Ricardo Catalinas Jiménez <jimenezrick@gmail.com> + + * doc/extend.texi (__atomic Builtins): Remove space before comma. + 2012-08-25 Richard Sandiford <rdsandiford@googlemail.com> Andrew Pinski <apinski@cavium.com> diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 615321f..cea5dda 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 |