mips.c (mips_use_dfa_pipeline_interface): Delete.
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 12 Jul 2004 05:21:29 +0000 (05:21 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 12 Jul 2004 05:21:29 +0000 (05:21 +0000)
commitf10107a18f1f702796c512611c6798e3eb5b56ac
tree8f0b7fa3547ea41407c7a2632b5bc34185cf60a8
parent4c59781d99282440d92d89297e58a1c2223c0f0d
mips.c (mips_use_dfa_pipeline_interface): Delete.

* config/mips/mips.c (mips_use_dfa_pipeline_interface): Delete.
(TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
* config/mips/3000.md: Add copyright notice.  Remove automota and
function units; use generic ones instead.  Only define reservations
for things that are different from generic.md.  Extend each clause
to include r3900.
* config/mips/{4000,4100,4300,4600,5000,6000,generic}.md: New files.
* config/mips/mips.md: Include them. Remove define_function_units.
(alu, imuldiv): New automata and units.

From-SVN: r84547
gcc/ChangeLog
gcc/config/mips/3000.md
gcc/config/mips/4000.md [new file with mode: 0644]
gcc/config/mips/4100.md [new file with mode: 0644]
gcc/config/mips/4300.md [new file with mode: 0644]
gcc/config/mips/4600.md [new file with mode: 0644]
gcc/config/mips/5000.md [new file with mode: 0644]
gcc/config/mips/6000.md [new file with mode: 0644]
gcc/config/mips/generic.md [new file with mode: 0644]
gcc/config/mips/mips.c
gcc/config/mips/mips.md