[ 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)
commit65263ce3238e118e24a7299df4310bb9348b4147
tree6e3a0c9effe695c82e8c6bacf9d7ac23c96528d2
parent5cffb350132d39af2aac9598d2a14c9fde260cb5
[ 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.
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/mips64-dsp.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips64-dsp.s [new file with mode: 0644]
include/opcode/mips.h
opcodes/ChangeLog
opcodes/mips-dis.c
opcodes/mips-opc.c