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 c1fc2d7 ld: aarch64: fix TLS relaxation where TCB_SIZE is used new 63e014f MIPS16/opcodes: Fix and clarify MIPS16e commentary new 353abf7 MIPS16: Fix SP-relative SD instruction annotation new eefc336 MIPS16/GAS: Fix assertion failures with relocations on 16-bit [...] new 8184783 MIPS/opcodes: Reorder ELF file header flag handling in disassembler new 5e7fc73 MIPS/opcodes: Also set disassembler's ASE flags from ELF structures new cadf97c MAINTAINERS: Add myself as a MIPS maintainer
The 6 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 | 7 +++ bfd/bfd-in.h | 4 ++ bfd/bfd-in2.h | 4 ++ bfd/elfxx-mips.c | 10 ++++ binutils/ChangeLog | 9 +++ binutils/testsuite/binutils-all/mips/mips-ase-1.d | 29 ++++++++++ binutils/testsuite/binutils-all/mips/mips-ase-1.s | 12 ++++ binutils/testsuite/binutils-all/mips/mips-ase-2.d | 29 ++++++++++ binutils/testsuite/binutils-all/mips/mips-ase-2.s | 12 ++++ binutils/testsuite/binutils-all/mips/mips-ase-3.d | 18 ++++++ binutils/testsuite/binutils-all/mips/mips.exp | 3 + gas/ChangeLog | 19 +++++++ gas/config/tc-mips.c | 9 ++- gas/testsuite/gas/mips/mips.exp | 4 ++ .../gas/mips/mips16-branch-unextended-1.d | 3 + .../gas/mips/mips16-branch-unextended-1.s | 8 +++ .../gas/mips/mips16-branch-unextended-2.d | 3 + .../gas/mips/mips16-branch-unextended-2.s | 8 +++ gas/testsuite/gas/mips/mips16-branch-unextended.l | 6 ++ gas/testsuite/gas/mips/mips16-sprel-swap.d | 20 +++++++ gas/testsuite/gas/mips/mips16-sprel-swap.s | 24 ++++++++ include/ChangeLog | 5 ++ include/elf/mips.h | 2 +- opcodes/ChangeLog | 21 +++++++ opcodes/mips-dis.c | 66 +++++++++++++++++----- opcodes/mips16-opc.c | 12 ++-- sim/ChangeLog | 5 ++ sim/MAINTAINERS | 1 + 28 files changed, 330 insertions(+), 23 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/mips-ase-1.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-ase-1.s create mode 100644 binutils/testsuite/binutils-all/mips/mips-ase-2.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-ase-2.s create mode 100644 binutils/testsuite/binutils-all/mips/mips-ase-3.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-unextended-1.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-unextended-1.s create mode 100644 gas/testsuite/gas/mips/mips16-branch-unextended-2.d create mode 100644 gas/testsuite/gas/mips/mips16-branch-unextended-2.s create mode 100644 gas/testsuite/gas/mips/mips16-branch-unextended.l create mode 100644 gas/testsuite/gas/mips/mips16-sprel-swap.d create mode 100644 gas/testsuite/gas/mips/mips16-sprel-swap.s