diff options
author | James E Wilson <wilson@specifixinc.com> | 2005-10-07 16:57:36 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-10-07 16:57:36 -0700 |
commit | 7f9dc8236e0832d7c7314c7e2f3ba77b6bd901d9 (patch) | |
tree | 4889fb2e9a410425ad16f41f1fbd2c268547fedd | |
parent | 0dc434615966c14944fb1e22dfc645091b98e557 (diff) | |
download | gcc-7f9dc8236e0832d7c7314c7e2f3ba77b6bd901d9.zip gcc-7f9dc8236e0832d7c7314c7e2f3ba77b6bd901d9.tar.gz gcc-7f9dc8236e0832d7c7314c7e2f3ba77b6bd901d9.tar.bz2 |
Fix typo in docs.
PR target/23644
* doc/invoke.texi (IA-64 Options, item -mtune): Renamed from
-mtune-arch.
From-SVN: r105105
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5033c48..a160294 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2005-10-07 James E. Wilson <wilson@specifix.com> + PR target/23644 + * doc/invoke.texi (IA-64 Options, item -mtune): Renamed from + -mtune-arch. + PR target/24193 * config/ia64/ia64.md (movbi, movti_internal, gr_spill_internal, fr_spill): Use destination_operand for operand 0. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7717e94..bc4d178 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9514,8 +9514,8 @@ specified separated by a comma. Specify bit size of immediate TLS offsets. Valid values are 14, 22, and 64. -@item -mtune-arch=@var{cpu-type} -@opindex mtune-arch +@item -mtune=@var{cpu-type} +@opindex mtune Tune the instruction scheduling for a particular CPU, Valid values are itanium, itanium1, merced, itanium2, and mckinley. |