diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-11-04 23:37:28 +0000 |
---|---|---|
committer | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-11-05 10:48:38 +0000 |
commit | 09c14161c5bbba3a3969a48efafbff3b9a4de42a (patch) | |
tree | db29d547e710e0ea57fbf90570926eda5faeb11e /gas/testsuite/ChangeLog | |
parent | 7fc5ac571661cb5e5dac3fe3d2284c9d0079ff33 (diff) | |
download | gdb-09c14161c5bbba3a3969a48efafbff3b9a4de42a.zip gdb-09c14161c5bbba3a3969a48efafbff3b9a4de42a.tar.gz gdb-09c14161c5bbba3a3969a48efafbff3b9a4de42a.tar.bz2 |
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.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1b41cc4..4c69862 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2014-05-11 Matthew Fortune <matthew.fortune@imgtec.com> + + * gas/mips/elf_arch_mips32r6.d: New file. + * gas/mips/elf_arch_mips64r6.d: New file. + * gas/mips/mips.exp: Run the new tests. + 2014-10-31 Andrew Pinski <apinski@cavium.com> Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com> |