OSDN Git Service

[ gas/ChangeLog ]
authorThiemo Seufer <ths@networkno.de>
Tue, 6 Jun 2006 10:49:48 +0000 (10:49 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 6 Jun 2006 10:49:48 +0000 (10:49 +0000)
commit1515b8e71e1219313da2ba063537f3db2acbe135
tree71813217c7bb09fe538fdd37ec11bf71389b9b54
parent49340e7a444ef0ce4bacf9c46837990bda504503
[ gas/ChangeLog ]
* config/tc-mips.c (ISA_SUPPORTS_DSP64): New macro.
(CPU_HAS_MIPS3D, CPU_HAS_MDMX, CPU_HAS_DSP, CPU_HAS_MT): Delete.
(macro_build): Update comment.
(mips_ip): Allow DSP64 instructions for MIPS64R2.
(mips_after_parse_args): Remove uses of CPU_HAS_MIPS3D and
CPU_HAS_MDMX.
(mips_cpu_info): Fix formatting. Add MIPS_CPU_ASE_MIPS3D and
MIPS_CPU_ASE_MDMX flags for sb1.

[ gas/testsuite/ChangeLog ]
* gas/mips/mips64-dsp.s, gas/mips/mips64-dsp.d: New DSP64 tests.
* gas/mips/mips.exp: Run DSP64 tests.

[ opcodes/ChangeLog ]
* mips-dis.c: Disassemble DSP64 instructions for MIPS64R2.
* mips-opc.c: Add DSP64 instructions.
include/opcode/mips.h
opcodes/ChangeLog
opcodes/mips-dis.c
opcodes/mips-opc.c