aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2000-02-14 10:37:13 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2000-02-14 10:37:13 +0000
commit89bcce1b025dc9dcc9930d734398206402c2016a (patch)
tree28f41d1e8a06720e93a98fe161e9e3806e16d206
parent34540fe35ebce1d18cf6a43983c669db5df61b36 (diff)
downloadgcc-89bcce1b025dc9dcc9930d734398206402c2016a.zip
gcc-89bcce1b025dc9dcc9930d734398206402c2016a.tar.gz
gcc-89bcce1b025dc9dcc9930d734398206402c2016a.tar.bz2
gcc.texi (Passes): Fix typo.
* gcc.texi (Passes): Fix typo. * md.texi (Standard Names): Ditto. * tm.texi (Storage Layout): Ditto. From-SVN: r31967
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/gcc.texi2
-rw-r--r--gcc/md.texi4
-rw-r--r--gcc/tm.texi2
4 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0f0b435..989e1c08 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 14 11:24:44 2000 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * gcc.texi (Passes): Fix typo.
+ * md.texi (Standard Names): Ditto.
+ * tm.texi (Storage Layout): Ditto.
+
2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
* cpplib.c (do_define): Only free the old definition if it
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 5e29909..5122e0c1 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -3434,7 +3434,7 @@ to the input file name.
@item
Register movement (@file{regmove.c}). This pass looks for cases where
matching constraints would force an instruction to need a reload, and
-this reload would be a register to register move. It them attempts
+this reload would be a register to register move. It then attempts
to change the registers used by the instruction to avoid the move
instruction.
diff --git a/gcc/md.texi b/gcc/md.texi
index 58d5919..bd706a3 100644
--- a/gcc/md.texi
+++ b/gcc/md.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 1988, 89, 92, 93, 94, 96, 1998 Free Software Foundation, Inc.
+@c Copyright (C) 1988, 89, 92, 93, 94, 96, 1998, 2000 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -2545,7 +2545,7 @@ nonlocal goto after the code already generated by GNU CC. You will not
normally need to define this pattern. A typical reason why you might
need this pattern is if some value, such as a pointer to a global table,
must be restored when the frame pointer is restored. Note that a nonlocal
-goto only ocurrs within a unit-of-translation, so a global table pointer
+goto only occurs within a unit-of-translation, so a global table pointer
that is shared by all functions of a given module need not be restored.
There are no arguments.
diff --git a/gcc/tm.texi b/gcc/tm.texi
index f56c860..14365ce 100644
--- a/gcc/tm.texi
+++ b/gcc/tm.texi
@@ -1097,7 +1097,7 @@ implementation by default. The ``thunk'' implementation is more efficient
(especially if you have provided an implementation of
@code{ASM_OUTPUT_MI_THUNK}, see @ref{Function Entry}), but is not binary
compatible with code compiled using the traditional implementation.
-If you are writing a new ports, define @code{DEFAULT_VTABLE_THUNKS} to 1.
+If you are writing a new port, define @code{DEFAULT_VTABLE_THUNKS} to 1.
If you do not define this macro, the default for @samp{-fvtable-thunk} is 0.
@end table