mips.c (symbol_operand): New function.
authorEric Christopher <echristo@redhat.com>
Wed, 19 Jun 2002 23:18:00 +0000 (23:18 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Wed, 19 Jun 2002 23:18:00 +0000 (23:18 +0000)
commit8f2e3902df05cd786280fa561b9b448de4547583
treef5a12fcb17f46b0537b1d83585d230821421755e
parentba3292dbb7ccbe4941d2fd1661f99d1d4da5e75d
mips.c (symbol_operand): New function.

2002-06-19  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.c (symbol_operand): New function.
(mips_emit_prefetch): Ditto.
* config/mips/mips-protos.h: Define.
* config/mips/mips.h (ISA_HAS_PREFETCH): Define.
(CONSTANT_ADDRESS_P): Adjust, use TARGET_GAS.
(LEGITIMIZE_ADDRESS): Ditto.
* config/mips/mips.md (prefetch, prefetch_si_address,
prefetch_si, prefetch_di_address, prefetch_di): New patterns.

From-SVN: r54805
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md