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 debed3db48 Fix build on gcc < 5 (std::is_trivially_copyable missing) new adc1273cb2 MIPS/GAS: Correct BFD_RELOC_MIPS16_16_PCREL_S1 fixup size new 6e3d1f0728 MIPS16/opcodes: Annotate instruction aliases new 0348fd79d4 MIPS16/opcodes: Add `-M no-aliases' disassembler option help text
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 | 2 ++ .../testsuite/binutils-all/mips/mips16-alias.d | 15 +++++++++++ .../testsuite/binutils-all/mips/mips16-alias.s | 20 +++++++++++++++ .../testsuite/binutils-all/mips/mips16-noalias.d | 16 ++++++++++++ gas/ChangeLog | 12 +++++++++ gas/config/tc-mips.c | 6 +---- gas/testsuite/gas/mips/mips.exp | 2 ++ gas/testsuite/gas/mips/mips16-branch-addend-4.d | 30 ++++++++++++++++++++++ gas/testsuite/gas/mips/mips16-branch-addend-4.s | 24 +++++++++++++++++ gas/testsuite/gas/mips/mips16-branch-addend-5.d | 4 +++ gas/testsuite/gas/mips/mips16-branch-addend-5.l | 11 ++++++++ gas/testsuite/gas/mips/mips16-branch-addend-5.s | 24 +++++++++++++++++ opcodes/ChangeLog | 11 ++++++++ opcodes/mips-dis.c | 3 +++ opcodes/mips16-opc.c | 12 +++++---- 16 files changed, 189 insertions(+), 10 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/mips16-alias.d create mode 100644 binutils/testsuite/binutils-all/mips/mips16-alias.s create mode 100644 binutils/testsuite/binutils-all/mips/mips16-noalias.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-4.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-4.s create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-5.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-5.l create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-5.s