diff options
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 878f4a3..3fdf5e3 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -66,7 +66,7 @@ include it in @code{libc}. The Ada runtime library. @item libatomic -The runtime support library for atomic operations (e.g. for @code{__sync} +The runtime support library for atomic operations (e.g.@: for @code{__sync} and @code{__atomic}). @item libcpp @@ -2111,7 +2111,7 @@ Target uses a dummy @code{wcsftime} function that always returns zero. @item fd_truncate Target can truncate a file from a file descriptor, as used by -@file{libgfortran/io/unix.c:fd_truncate}; i.e. @code{ftruncate} or +@file{libgfortran/io/unix.c:fd_truncate}; i.e.@: @code{ftruncate} or @code{chsize}. @item freestanding @@ -2159,8 +2159,8 @@ time) should be run on this target. This can be enabled by setting the @env{GCC_TEST_RUN_EXPENSIVE} environment variable to a non-empty string. @item simulator -Test system runs executables on a simulator (i.e. slowly) rather than -hardware (i.e. fast). +Test system runs executables on a simulator (i.e.@: slowly) rather than +hardware (i.e.@: fast). @item signal Target has @code{signal.h}. @@ -3221,7 +3221,7 @@ bb_5: The @code{startwith} argument indicates at which pass to begin. -Use the dump modifier @code{-gimple} (e.g. @option{-fdump-tree-all-gimple}) +Use the dump modifier @code{-gimple} (e.g.@: @option{-fdump-tree-all-gimple}) to make tree dumps more closely follow the format accepted by the GIMPLE parser. |