Update .MIPS.abiflags to support MIPS R6
authorMatthew Fortune <matthew.fortune@imgtec.com>
Tue, 4 Nov 2014 23:37:28 +0000 (23:37 +0000)
committerMatthew Fortune <matthew.fortune@imgtec.com>
Wed, 5 Nov 2014 10:48:38 +0000 (10:48 +0000)
commit09c14161c5bbba3a3969a48efafbff3b9a4de42a
treedb29d547e710e0ea57fbf90570926eda5faeb11e
parent7fc5ac571661cb5e5dac3fe3d2284c9d0079ff33
Update .MIPS.abiflags to support MIPS R6

bfd/

* elfxx-mips.c (update_mips_abiflags_isa): Add E_MIPS_ARCH_32R6
and E_MIPS_ARCH_64R6 support.

ld/testsuite/

* ld-mips-elf/abiflags-strip10-ph.d: New file.
* ld-mips-elf/mips-eld.exp: Run the new test.

gas/

* config/tc-mips.c (mips_elf_final_processing): Add INSN_ISA32R6
and INSN_ISA64R6 support.

gas/testsuite/

* gas/mips/elf_arch_mips32r6.d: New file.
* gas/mips/elf_arch_mips64r6.d: New file.
* gas/mips/mips.exp: Run the new tests.
bfd/ChangeLog
bfd/elfxx-mips.c
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/elf_arch_mips32r6.d [new file with mode: 0644]
gas/testsuite/gas/mips/elf_arch_mips64r6.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp
ld/testsuite/ChangeLog
ld/testsuite/ld-mips-elf/abiflags-strip10-ph.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/mips-elf.exp