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 8d011e87df Automatic date update in version.in new 9785fc2a4d MIPS: Fix XPA base and Virtualization ASE instruction handling new f5b2fd523f MIPS: Add microMIPS R5 support new 909b4e3d5f MIPS: Add microMIPS XPA support new 4151f68428 MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supp [...]
The 4 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/ChangeLog | 17 ++++++++ binutils/NEWS | 6 +++ .../testsuite/binutils-all/mips/mips-xpa-virt-1.d | 13 ++++++ .../testsuite/binutils-all/mips/mips-xpa-virt-2.d | 13 ++++++ .../testsuite/binutils-all/mips/mips-xpa-virt-3.d | 13 ++++++ .../testsuite/binutils-all/mips/mips-xpa-virt-4.d | 13 ++++++ .../testsuite/binutils-all/mips/mips-xpa-virt.s | 14 +++++++ binutils/testsuite/binutils-all/mips/mips.exp | 4 ++ gas/ChangeLog | 28 +++++++++++++ gas/config/tc-mips.c | 12 +++++- gas/testsuite/gas/mips/micromips@r5.d | 9 ++++ gas/testsuite/gas/mips/micromips@xpa.d | 25 +++++++++++ gas/testsuite/gas/mips/mips.exp | 6 ++- gas/testsuite/gas/mips/xpa-err.d | 3 ++ gas/testsuite/gas/mips/xpa-err.l | 2 + gas/testsuite/gas/mips/xpa-err.s | 8 ++++ gas/testsuite/gas/mips/xpa-virt-err.d | 3 ++ gas/testsuite/gas/mips/xpa-virt-err.l | 3 ++ gas/testsuite/gas/mips/xpa-virt-err.s | 15 +++++++ gas/testsuite/gas/mips/xpa.d | 4 +- include/ChangeLog | 5 +++ include/opcode/mips.h | 3 ++ opcodes/ChangeLog | 27 +++++++++++- opcodes/micromips-opc.c | 14 +++++++ opcodes/mips-dis.c | 48 ++++++++++++++-------- opcodes/mips-opc.c | 17 ++++---- 26 files changed, 294 insertions(+), 31 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/mips-xpa-virt-1.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-xpa-virt-2.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-xpa-virt-3.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-xpa-virt-4.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-xpa-virt.s create mode 100644 gas/testsuite/gas/mips/micromips@r5.d create mode 100644 gas/testsuite/gas/mips/micromips@xpa.d create mode 100644 gas/testsuite/gas/mips/xpa-err.d create mode 100644 gas/testsuite/gas/mips/xpa-err.l create mode 100644 gas/testsuite/gas/mips/xpa-err.s create mode 100644 gas/testsuite/gas/mips/xpa-virt-err.d create mode 100644 gas/testsuite/gas/mips/xpa-virt-err.l create mode 100644 gas/testsuite/gas/mips/xpa-virt-err.s