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 1736a7b gdb: Remove support for obsolete OSABIs and a.out new 55af478 MIPS16/opcodes: Reformat raw EXTEND and undecoded output new f17ecb4 MIPS16/opcodes: Use hexadecimal interpretation for the `e' op [...] new 64c1118 MIPS16: Remove unused `>' operand code
The 3 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 | 7 +++++ binutils/testsuite/binutils-all/mips/mips.exp | 1 + .../binutils-all/mips/mips16-extend-noinsn.d | 33 ++++++++++++++++++++++ .../binutils-all/mips/mips16-extend-noinsn.s | 25 ++++++++++++++++ gas/ChangeLog | 10 +++++++ gas/config/tc-mips.c | 1 - gas/testsuite/gas/mips/mips.exp | 1 + gas/testsuite/gas/mips/mips16-extend.d | 16 +++++++++++ gas/testsuite/gas/mips/mips16-extend.s | 23 +++++++++++++++ include/ChangeLog | 4 +++ include/opcode/mips.h | 3 +- opcodes/ChangeLog | 16 +++++++++++ opcodes/mips-dis.c | 8 +++--- opcodes/mips16-opc.c | 4 +-- 14 files changed, 142 insertions(+), 10 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.d create mode 100644 binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.s create mode 100644 gas/testsuite/gas/mips/mips16-extend.d create mode 100644 gas/testsuite/gas/mips/mips16-extend.s