Put @{xxx} in one line
* gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one line. From-SVN: r221552
This commit is contained in:
parent
a79b7ec516
commit
2aec4543b1
2 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue