This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from ad43ae7635a Fix "Untranslated plural in readelf.c" new 08e6af1bac9 microMIPS: Add MT ASE instruction set support
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: binutils/NEWS | 3 + .../binutils-all/mips/micromips-mt-alias.d | 634 ++++++++++++++++++++ .../binutils-all/mips/micromips-mt-noalias.d | 634 ++++++++++++++++++++ binutils/testsuite/binutils-all/mips/mips.exp | 2 + gas/config/tc-mips.c | 2 +- gas/testsuite/gas/mips/ase-errors-3.l | 15 +- gas/testsuite/gas/mips/ase-errors-3.s | 5 +- gas/testsuite/gas/mips/ase-errors-4.l | 13 +- gas/testsuite/gas/mips/ase-errors-4.s | 5 +- gas/testsuite/gas/mips/micromips@mips32-mt.d | 635 +++++++++++++++++++++ gas/testsuite/gas/mips/mips.exp | 2 +- include/opcode/mips.h | 14 +- opcodes/micromips-opc.c | 60 ++ opcodes/mips-dis.c | 2 +- 14 files changed, 2001 insertions(+), 25 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/micromips-mt-alias.d create mode 100644 binutils/testsuite/binutils-all/mips/micromips-mt-noalias.d create mode 100644 gas/testsuite/gas/mips/micromips@mips32-mt.d