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 bdc6c06e3b [MIPS/GAS] Split Loongson EXT Instructions from loongson3a. new a693765e23 [MIPS/GAS] Add Loongson EXT2 Instructions 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: bfd/ChangeLog | 4 ++++ bfd/elfxx-mips.c | 2 ++ binutils/ChangeLog | 4 ++++ binutils/readelf.c | 2 ++ gas/ChangeLog | 18 ++++++++++++++++++ gas/NEWS | 2 ++ gas/config/tc-mips.c | 17 ++++++++++++++++- gas/doc/as.texi | 8 ++++++++ gas/doc/c-mips.texi | 16 ++++++++++++++++ gas/testsuite/gas/mips/loongson-ext2.d | 28 ++++++++++++++++++++++++++++ gas/testsuite/gas/mips/loongson-ext2.s | 7 +++++++ gas/testsuite/gas/mips/mips.exp | 1 + include/ChangeLog | 6 ++++++ include/elf/mips.h | 3 ++- include/opcode/mips.h | 2 ++ opcodes/ChangeLog | 8 ++++++++ opcodes/mips-dis.c | 11 +++++++++++ opcodes/mips-opc.c | 7 +++++++ 18 files changed, 144 insertions(+), 2 deletions(-) create mode 100644 gas/testsuite/gas/mips/loongson-ext2.d create mode 100644 gas/testsuite/gas/mips/loongson-ext2.s