From eeb9edcbc5e790c7c0a10ce65d5061e1103f2af1 Mon Sep 17 00:00:00 2001 From: kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 6 Jan 2004 16:21:17 +0000 Subject: [PATCH] * doc/install.texi: Fix typos. * doc/invoke.texi: Likewise. * doc/md.texi: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75474 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/doc/install.texi | 2 +- gcc/doc/invoke.texi | 4 ++-- gcc/doc/md.texi | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8abdbbcd40a..185d63d4351d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-01-06 Kazu Hirata <kazu@cs.umass.edu> + + * doc/install.texi: Fix typos. + * doc/invoke.texi: Likewise. + * doc/md.texi: Likewise. + 2004-01-06 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 4691b3af2770..305ce41eb616 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1089,7 +1089,7 @@ enable optimization. When coverage is enabled, the default level is without optimization. @item --enable-gather-detailed-mem-stats -When this option is specfied more detailed information on memory +When this option is specified more detailed information on memory allocation is gathered. This information is printed when using @option{-fmem-report}. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a14d4845d9d8..c6504c50a198 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6882,7 +6882,7 @@ or 2. @item -mbranch-cost=@var{number} @opindex mbranch-cost=@var{number} @var{number} can only be 1 or 2. If it is 1 then branches will be -prefered over conditional code, if it is 2, then the opposite will +preferred over conditional code, if it is 2, then the opposite will apply. @item -mflush-trap=@var{number} @@ -7326,7 +7326,7 @@ following values: according to the scheduler's grouping. @var{regroup_exact}: Insert nops to force costly dependent insns into separate groups. Insert exactly as many nops as needed to force an insn -to a new group, according to the estimatied processor grouping. +to a new group, according to the estimated processor grouping. @var{number}: Insert nops to force costly dependent insns into separate groups. Insert @var{number} nops to force an insn to a new group. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 33706a350100..b7de9cea408a 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1828,11 +1828,11 @@ Non-pointer registers (not @samp{SP}, @samp{DP}, @samp{IP}) Non-SP registers (everything except @samp{SP}) @item R -Indirect thru @samp{IP} - Avoid this except for @code{QImode}, since we +Indirect through @samp{IP} - Avoid this except for @code{QImode}, since we can't access extra bytes @item S -Indirect thru @samp{SP} or @samp{DP} with short displacement (0..127) +Indirect through @samp{SP} or @samp{DP} with short displacement (0..127) @item T Data-section immediate value -- GitLab