From 61aeb06fe596bd822b665d65a271804efdaf0053 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 5 Jul 2003 00:19:47 +0000 Subject: [PATCH] install.texi: Fix typos. * doc/install.texi: Fix typos. * doc/invoke.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r68951 --- gcc/ChangeLog | 6 ++++++ gcc/doc/install.texi | 2 +- gcc/doc/invoke.texi | 2 +- gcc/doc/tm.texi | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f393bfa..4cf39f3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2003-07-04 Kazu Hirata + * doc/install.texi: Fix typos. + * doc/invoke.texi: Likewise. + * doc/tm.texi: Likewise. + +2003-07-04 Kazu Hirata + * config/pa/fptr.c: Fix comment typos. * config/pa/pa-64.h: Likewise. * config/pa/pa.c: Likewise. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8fe1b71..620a199 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2111,7 +2111,7 @@ require GNU binutils 2.13 or newer. Such subtargets include:
@end html @heading @anchor{arm-*-coff}arm-*-coff -ARM-family processors. Note that there are two diffierent varieties +ARM-family processors. Note that there are two different varieties of PE format subtarget supported: @code{arm-wince-pe} and @code{arm-pe} as well as a standard COFF target @code{arm-*-coff}. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index eb4b696..9518e0f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3954,7 +3954,7 @@ sense when scheduling before register allocation, i.e.@: with @item -fsched2-use-superblocks @opindex fsched2-use-superblocks -When schedulilng after register allocation, do use superblock scheduling +When scheduling after register allocation, do use superblock scheduling algorithm. Superblock scheduling allows motion across basic block boundaries resulting on faster schedules. This option is experimental, as not all machine descriptions used by GCC model the CPU closely enough to avoid unreliable diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index df61b0d..9fea987 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -3256,7 +3256,7 @@ If this macro is not defined, it defaults to Define this macro if the target's representation for dwarf registers is different than the internal representation for unwind column. -Given a dwarf register, this macro should return the interal unwind +Given a dwarf register, this macro should return the internal unwind column number to use instead. See the PowerPC's SPE target for an example. -- 2.7.4