diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2015-03-21 14:26:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2015-03-21 07:26:52 -0700 |
commit | 2aec4543b1eb0e438db030cefcaeb6cd180ccc57 (patch) | |
tree | b5dc2c6689cb990638bc069dde76f2a4f143d4b4 | |
parent | a79b7ec516a40f54db581dc4223ef4ebaa8e6884 (diff) | |
download | gcc-2aec4543b1eb0e438db030cefcaeb6cd180ccc57.zip gcc-2aec4543b1eb0e438db030cefcaeb6cd180ccc57.tar.gz gcc-2aec4543b1eb0e438db030cefcaeb6cd180ccc57.tar.bz2 |
Put @{xxx} in one line
* gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one
line.
From-SVN: r221552
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a9b9c16..14abd81 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2015-03-21 H.J. Lu <hongjiu.lu@intel.com> + + * gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one + line. + 2015-03-21 Tobias Burnus <burnus@net-b.de> * gfortran.texi (_gfortran_caf_sync_all, _gfortran_caf_sync_images, diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index fe1c8d2..c980fe3 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -3847,8 +3847,8 @@ an error message; may be NULL @item @var{errmsg_len} @tab the buffer size of errmsg. @end multitable -@item @emph{NOTE} A simple implementation could be a simple @code{__asm__ -__volatile__ ("":::"memory)} to prevent code movements. +@item @emph{NOTE} A simple implementation could be a simple +@code{__asm__ __volatile__ ("":::"memory)} to prevent code movements. @end table |