aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-15 04:00:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-15 04:00:48 +0000
commit0b4be7de750a66978f2244f4f2b0d9f385af192e (patch)
tree54c1715cf0f53ebc910e880eaed5a6ff8cfaae4a /gcc/doc/tm.texi
parentb2a67e419cf2a05ec160585e4d2945dd479de8df (diff)
downloadgcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.zip
gcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.tar.gz
gcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.tar.bz2
install.texi: Follow spelling conventions.
* doc/install.texi: Follow spelling conventions. * doc/tm.texi: Likewise. * config/fp-bit.c: Likewise. * config/arm/arm.c: Likewise. * config/frv/frv.c: Likewise. * config/ns32k/NOTES: Likewise. * config/ns32k/STATUS: Likewise. From-SVN: r67962
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 24775b2..b837816 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -2840,9 +2840,9 @@ value @code{STARTING_FRAME_OFFSET}.
@findex STACK_ALIGNMENT_NEEDED
@item STACK_ALIGNMENT_NEEDED
Define to zero to disable final alignment of the stack during reload.
-The non-zero default for this macro is suitable for most ports.
+The nonzero default for this macro is suitable for most ports.
-On ports where @code{STARTING_FRAME_OFFSET} is non-zero or where there
+On ports where @code{STARTING_FRAME_OFFSET} is nonzero or where there
is a register save block following the local block that doesn't require
alignment to @code{STACK_BOUNDARY}, it may be beneficial to disable
stack alignment and do it in the backend.