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 a567769 DWARF-5: testcase new c1556ec MIPS/BFD: Discard ineligible JALR relocations right away new 5d58c73 MIPS/BFD: Remove duplicate NewABI JALR relocation handling
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 | 13 ++ bfd/elf64-mips.c | 1 - bfd/elfn32-mips.c | 1 - bfd/elfxx-mips.c | 167 +---------------------- bfd/elfxx-mips.h | 2 - gas/ChangeLog | 8 ++ gas/testsuite/gas/mips/jalr4-n32.d | 5 + gas/testsuite/gas/mips/jalr4-n64.d | 42 ++++++ gas/testsuite/gas/mips/jalr4.d | 30 ++++ gas/testsuite/gas/mips/jalr4.s | 63 +++++++++ gas/testsuite/gas/mips/mips.exp | 8 ++ ld/ChangeLog | 13 ++ ld/testsuite/ld-mips-elf/jalr4.dd | 19 +++ ld/testsuite/ld-mips-elf/mips-elf.exp | 9 +- ld/testsuite/ld-mips-elf/relax-jalr-n32-shared.d | 2 +- ld/testsuite/ld-mips-elf/relax-jalr-n32.d | 2 +- ld/testsuite/ld-mips-elf/relax-jalr-n64-shared.d | 2 +- ld/testsuite/ld-mips-elf/relax-jalr-n64.d | 2 +- 18 files changed, 219 insertions(+), 170 deletions(-) create mode 100644 gas/testsuite/gas/mips/jalr4-n32.d create mode 100644 gas/testsuite/gas/mips/jalr4-n64.d create mode 100644 gas/testsuite/gas/mips/jalr4.d create mode 100644 gas/testsuite/gas/mips/jalr4.s create mode 100644 ld/testsuite/ld-mips-elf/jalr4.dd