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 2a172ea63d2 MIPS/opcodes: Discard unused OP_SH, OP_MASK, and OP_OP macros new 31bd9f4682d MIPS/opcodes: Output thread context registers numerically w [...] new 73a833412e2 MIPS/opcodes: Remove the regular MIPS "+t" operand code new ef5ddeb1705 MIPS/opcodes: Rename the AL membership shorthand to ALX new f7808b86011 MIPS/opcodes: Make AL a shorthand for INSN2_ALIAS new 6b34e39c39e MIPS/opcodes: Reorder coprocessor moves alphabetically new ad781af697d MIPS/GAS/testsuite: Run the MT ASE test across architectures new d8b73b41a20 MIPS/opcodes: Mark PAUSE as an alias new 0ffc7246996 MIPS/opcodes: Mark MT thread context move assembly idioms a [...] new b39807cc93b MIPS/opcodes: Replace "y" microMIPS operand code with "x"
The 9 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/testsuite/binutils-all/mips/mips.exp | 2 + .../testsuite/binutils-all/mips/mips32-mt-alias.d | 634 +++++++++++++++++++++ .../binutils-all/mips/mips32-mt-noalias.d | 634 +++++++++++++++++++++ gas/testsuite/gas/mips/mips.exp | 3 +- gas/testsuite/gas/mips/mips32-mt.d | 66 +-- include/opcode/mips.h | 7 +- opcodes/micromips-opc.c | 70 +-- opcodes/mips-opc.c | 403 ++++++------- 8 files changed, 1548 insertions(+), 271 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/mips32-mt-alias.d create mode 100644 binutils/testsuite/binutils-all/mips/mips32-mt-noalias.d