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 17e9c56 Automatic date update in version.in new 7795a8f MIPS/GAS/testsuite: Convert branch local list tests to dump tests new 8b10b0b MIPS: Add options to control branch ISA checks
The 2 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 | 14 ++++ bfd/elfxx-mips.c | 48 +++++++------ bfd/elfxx-mips.h | 4 +- gas/ChangeLog | 39 ++++++++++ gas/config/tc-mips.c | 22 ++++++ gas/doc/as.texinfo | 12 ++++ gas/doc/c-mips.texi | 31 ++++++++ gas/testsuite/gas/mips/branch-local-2.d | 3 + gas/testsuite/gas/mips/branch-local-3.d | 3 + gas/testsuite/gas/mips/branch-local-ignore-2.d | 29 ++++++++ gas/testsuite/gas/mips/branch-local-ignore-3.d | 23 ++++++ gas/testsuite/gas/mips/branch-local-ignore-n32-2.d | 29 ++++++++ gas/testsuite/gas/mips/branch-local-ignore-n32-3.d | 23 ++++++ gas/testsuite/gas/mips/branch-local-ignore-n64-2.d | 37 ++++++++++ gas/testsuite/gas/mips/branch-local-ignore-n64-3.d | 27 +++++++ gas/testsuite/gas/mips/branch-local-n32-2.d | 3 + gas/testsuite/gas/mips/branch-local-n32-3.d | 3 + gas/testsuite/gas/mips/branch-local-n64-2.d | 3 + gas/testsuite/gas/mips/branch-local-n64-3.d | 3 + gas/testsuite/gas/mips/mips.exp | 24 +++---- ld/ChangeLog | 30 ++++++++ ld/emultempl/mipself.em | 25 ++++++- ld/ld.texinfo | 30 +++++++- ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d | 6 ++ ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d | 6 ++ ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore.d | 22 ++++++ ld/testsuite/ld-mips-elf/mips-elf.exp | 11 +++ .../ld-mips-elf/unaligned-branch-ignore-2.d | 64 +++++++++++++++++ .../unaligned-branch-ignore-micromips.d | 84 ++++++++++++++++++++++ .../ld-mips-elf/unaligned-branch-ignore-mips16.d | 36 ++++++++++ .../ld-mips-elf/unaligned-branch-ignore-r6-1.d | 72 +++++++++++++++++++ 31 files changed, 729 insertions(+), 37 deletions(-) create mode 100644 gas/testsuite/gas/mips/branch-local-2.d create mode 100644 gas/testsuite/gas/mips/branch-local-3.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-2.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-3.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-n32-2.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-n32-3.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-n64-2.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-n64-3.d create mode 100644 gas/testsuite/gas/mips/branch-local-n32-2.d create mode 100644 gas/testsuite/gas/mips/branch-local-n32-3.d create mode 100644 gas/testsuite/gas/mips/branch-local-n64-2.d create mode 100644 gas/testsuite/gas/mips/branch-local-n64-3.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore.d create mode 100644 ld/testsuite/ld-mips-elf/unaligned-branch-ignore-2.d create mode 100644 ld/testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d create mode 100644 ld/testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d create mode 100644 ld/testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d