]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[MIPS] Add i6500 CPU and fix i6400 default ASEs
authorMatthew Fortune <matthew.fortune@mips.com>
Tue, 9 Apr 2019 20:40:00 +0000 (20:40 +0000)
committerFaraz Shahbazker <fshahbazker@wavecomp.com>
Sat, 13 Apr 2019 17:15:56 +0000 (10:15 -0700)
commitbdc8beb41b656e8071af275ef0e98c4f2d05e564
tree780b0a4e90ead94a2fb16eba201d54b66e080645
parent3315614d19a7fb409227298ead9b356bdbcca3bc
[MIPS] Add i6500 CPU and fix i6400 default ASEs

gas/
* config/tc-mips.c (mips_cpu_info_table): Add i6500.  Update
default ASEs for i6400.
* doc/c-mips.texi (-march): Document i6500.
* testsuite/gas/mips/elf_mach_i6400.d: New test.
* testsuite/gas/mips/elf_mach_i6500.d: New test.
* testsuite/gas/mips/mips.exp: Run the new tests.
gas/ChangeLog
gas/config/tc-mips.c
gas/doc/c-mips.texi
gas/testsuite/gas/mips/elf_mach_i6400.d [new file with mode: 0644]
gas/testsuite/gas/mips/elf_mach_i6500.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp