OSDN Git Service

* config/mips/mips.c (mips_use_dfa_pipeline_interface): Delete.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jul 2004 05:21:29 +0000 (05:21 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jul 2004 05:21:29 +0000 (05:21 +0000)
commite8b7bebdf8cef2f6bd7204e284b93aa4e6bdbf45
tree8f0b7fa3547ea41407c7a2632b5bc34185cf60a8
parent6c06f95cc1ed2991964592b9095d456a4f21d916
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84547 138bc75d-0d04-0410-961f-82ee72b054a4
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