gcc.texi (Passes): Fix typo.
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 14 Feb 2000 10:37:13 +0000 (10:37 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 14 Feb 2000 10:37:13 +0000 (10:37 +0000)
* gcc.texi (Passes): Fix typo.
* md.texi (Standard Names): Ditto.
* tm.texi (Storage Layout): Ditto.

From-SVN: r31967

gcc/ChangeLog
gcc/gcc.texi
gcc/md.texi
gcc/tm.texi

index 0f0b4350f5b12e671fde1ff9ce595e8ebacffdd4..989e1c0895fc10891662a9a97657bb716ca18fcc 100644 (file)
@@ -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
index 5e29909b75d256d15abec48f4ff68cecfe3fe24b..5122e0c1d5ddead653bc8208591f6613cb5d87b1 100644 (file)
@@ -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.
 
index 58d59191c92731708ad3786584fa9570d2b278d2..bd706a36e62f2f9552d2a0b6ca0a34b380e33457 100644 (file)
@@ -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.
 
index f56c860b82220294191de321f65a689adae21f0a..14365ce0c2427e9917f694a83de8e77eff4e024e 100644 (file)
@@ -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