invoke.texi: Replace -march=24kf with -march=24kf2_1 and -march=24kx with -march...
commitbdd77024de587f1761dfbffc96d7b8392f855986
authorRichard Sandiford <richard@codesourcery.com>
Tue, 3 Jul 2007 17:34:59 +0000 (3 17:34 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 3 Jul 2007 17:34:59 +0000 (3 17:34 +0000)
tree12e5ea7d383c8e132aebfcee43b712ed039b3df7
parentfbaeb717be672acdb109f85765eedc647628d855
invoke.texi: Replace -march=24kf with -march=24kf2_1 and -march=24kx with -march=24kf1_1.

gcc/
2007-07-03  Richard Sandiford  <richard@codesourcery.com>
    David Ung  <davidu@mips.com>

* doc/invoke.texi: Replace -march=24kf with -march=24kf2_1 and
-march=24kx with -march=24kf1_1.  Likewise 24ke[fx], 34k[fx]
and 74k[fx].  Document aliases for the new options.
* config/mips/mips.h (PROCESSOR_24KF): Rename to...
(PROCESSOR_24KF2_1): ...this.
(PROCESSOR_24KX): Rename to...
(PROCESSOR_24KF1_1): ...this.
(PROCESSOR_74KF): Rename to...
(PROCESSOR_74KF2_1): ...this.
(PROCESSOR_74KX): Rename to...
(PROCESSOR_74KF1_1): ...this.
(TUNE_74K): Update PROCESSOR_* names.
* config/mips/mips.c (mips_cpu_info): Add 24kf2_1 as a synonym
for 24kf.  Add 24kf1_1 and 24kfx as synonyms for 24kx.  Likewise
the 24ke*, 34k* and 74k* processors.  Update PROCESSOR_* names.
(mips_rtx_cost_data): Update processor names in comments.
(mips_issue_rate): Update PROCESSOR_* names.
* config/mips/mips.md (cpu): Rename 24kf to 24kf2_1, 24kx to
24kf1_1, 74kf to 74kf2_1 and 74kx to 74kf1_1.
* config/mips/24k.md: Rename FPU-related r24k_* insn reservations
to r24kf2_1_*.  Rename r24kx_* insn reservations to r24kf1_1_*.
Update cpu attribute names.
(r24k_fpu_iss): Rename this reservation to...
(r24kf2_1_fpu_iss): ...this and update all uses.
(r24kx_fpu_iss): Rename this reservation to...
(r24kf1_1_fpu_iss): ...this and update all uses.
* config/mips/74k.md: Rename FPU-related r74kf_* insn reservations
to r74kf2_1_*.  Rename r74kx_* insn reservations to r74kf1_1_*.
Update cpu attribute names.

Co-Authored-By: David Ung <davidu@mips.com>
From-SVN: r126266
gcc/ChangeLog
gcc/config/mips/24k.md
gcc/config/mips/74k.md
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/doc/invoke.texi