gas/
authorRichard Sandiford <rdsandiford@googlemail.com>
Tue, 18 Jun 2013 19:34:17 +0000 (19:34 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Tue, 18 Jun 2013 19:34:17 +0000 (19:34 +0000)
commitd16afab6dd809d0bfca4975f8d6dd2ddce5fde20
tree76b0b168f7ffe787390a868592b668595aa21f0e
parent56a72329b234c318bed2962a4fcb4922722eaa54
gas/
* config/tc-mips.c (mips_cpu_info): Add an "ase" field.
(MIPS_CPU_ASE_SMARTMIPS, MIPS_CPU_ASE_DSP, MIPS_CPU_ASE_MT)
(MIPS_CPU_ASE_MIPS3D, MIPS_CPU_ASE_MDMX, MIPS_CPU_ASE_DSPR2)
(MIPS_CPU_ASE_MCU, MIPS_CPU_ASE_VIRT, MIPS_CPU_ASE_EVA): Delete.
(mips_after_parse_args): Use the new "ase" field to choose
the default ASEs.
(mips_cpu_info_table): Move ASEs from the "flags" field to the
"ase" field.
gas/ChangeLog
gas/config/tc-mips.c