Commit 95ea367d by Kazu Hirata Committed by Kazu Hirata

install.texi: Fix typos.

	* doc/install.texi: Fix typos.
	* doc/invoke.texi: Likewise.
	* doc/md.texi: Likewise.

From-SVN: r75474
parent a023ec34
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> 2004-01-06 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
......
...@@ -1089,7 +1089,7 @@ enable optimization. When coverage is enabled, the default level is ...@@ -1089,7 +1089,7 @@ enable optimization. When coverage is enabled, the default level is
without optimization. without optimization.
@item --enable-gather-detailed-mem-stats @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 allocation is gathered. This information is printed when using
@option{-fmem-report}. @option{-fmem-report}.
......
...@@ -6882,7 +6882,7 @@ or 2. ...@@ -6882,7 +6882,7 @@ or 2.
@item -mbranch-cost=@var{number} @item -mbranch-cost=@var{number}
@opindex 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 @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. apply.
@item -mflush-trap=@var{number} @item -mflush-trap=@var{number}
...@@ -7326,7 +7326,7 @@ following values: ...@@ -7326,7 +7326,7 @@ following values:
according to the scheduler's grouping. according to the scheduler's grouping.
@var{regroup_exact}: Insert nops to force costly dependent insns into @var{regroup_exact}: Insert nops to force costly dependent insns into
separate groups. Insert exactly as many nops as needed to force an insn 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 @var{number}: Insert nops to force costly dependent insns into
separate groups. Insert @var{number} nops to force an insn to a new group. separate groups. Insert @var{number} nops to force an insn to a new group.
......
...@@ -1828,11 +1828,11 @@ Non-pointer registers (not @samp{SP}, @samp{DP}, @samp{IP}) ...@@ -1828,11 +1828,11 @@ Non-pointer registers (not @samp{SP}, @samp{DP}, @samp{IP})
Non-SP registers (everything except @samp{SP}) Non-SP registers (everything except @samp{SP})
@item R @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 can't access extra bytes
@item S @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 @item T
Data-section immediate value Data-section immediate value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment