aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/standards.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-01-18 11:57:17 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2004-01-18 11:57:17 +0000
commitdaf2f1299bf45f7d71b927151eed91db8dea6d96 (patch)
tree724288cd7e8211ba33316c9a033537487ba945b0 /gcc/doc/standards.texi
parentbbad4221eca55eaf1c24f64596db20cf7633e289 (diff)
downloadgcc-daf2f1299bf45f7d71b927151eed91db8dea6d96.zip
gcc-daf2f1299bf45f7d71b927151eed91db8dea6d96.tar.gz
gcc-daf2f1299bf45f7d71b927151eed91db8dea6d96.tar.bz2
c-tree.texi, [...]: Remove trailing whitespace.
* doc/c-tree.texi, doc/cpp.texi, doc/extend.texi, doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi, doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi, doc/trouble.texi: Remove trailing whitespace. From-SVN: r76098
Diffstat (limited to 'gcc/doc/standards.texi')
-rw-r--r--gcc/doc/standards.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index 098c925..9fba4b0 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -145,10 +145,10 @@ GNU C library). @xref{Standard Libraries,,Standard Libraries}.
Most of the compiler support routines used by GCC are present in
@file{libgcc}, but there are a few exceptions. GCC requires the
freestanding environment provide @code{memcpy}, @code{memmove},
-@code{memset} and @code{memcmp}. Some older ports of GCC are
+@code{memset} and @code{memcmp}. Some older ports of GCC are
configured to use the BSD @code{bcopy}, @code{bzero} and @code{bcmp}
functions instead, but this is deprecated for new ports.
-Finally, if @code{__builtin_trap} is used, and the target does
+Finally, if @code{__builtin_trap} is used, and the target does
not implement the @code{trap} pattern, then GCC will emit a call
to @code{abort}.