diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-06 16:21:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-06 16:21:17 +0000 |
commit | 95ea367d2d2d54e8e45725538f99eb71ec301487 (patch) | |
tree | bb9be66d0f5aef46a4779646a29642265e4e7fee | |
parent | a023ec34d16439ff80aadb540ae7dd14d0c7b137 (diff) | |
download | gcc-95ea367d2d2d54e8e45725538f99eb71ec301487.zip gcc-95ea367d2d2d54e8e45725538f99eb71ec301487.tar.gz gcc-95ea367d2d2d54e8e45725538f99eb71ec301487.tar.bz2 |
install.texi: Fix typos.
* doc/install.texi: Fix typos.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
From-SVN: r75474
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 | ||||
-rw-r--r-- | gcc/doc/md.texi | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8abdbb..185d63d 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 4691b3a..305ce41 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 a14d484..c6504c5 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 33706a3..b7de9ce 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 |