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 6467207116 AArch64: Fix -Werror on build new 3734320dc0 [MIPS] Add generation of PLT entries with compact jumps for MIPS R6
The 1 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 | 21 ++++ bfd/elfxx-mips.c | 127 +++++++++++++++++++-- bfd/elfxx-mips.h | 2 + ld/ChangeLog | 22 ++++ ld/emultempl/mipself.em | 26 ++++- ld/ld.texi | 7 ++ ld/testsuite/ld-mips-elf/mips-elf.exp | 13 +++ ld/testsuite/ld-mips-elf/pic-and-nonpic-1-r6.dd | 50 ++++++++ ld/testsuite/ld-mips-elf/pic-and-nonpic-1-r6.nd | 9 ++ .../testsuite/ld-mips-elf/pic-and-nonpic-1-r6.s | 0 ld/testsuite/ld-mips-elf/pic-and-nonpic-1a-r6.s | 28 +++++ ld/testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.dd | 36 ++++++ ld/testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.gd | 21 ++++ ld/testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.s | 26 +++++ 14 files changed, 374 insertions(+), 14 deletions(-) create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-r6.dd create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-r6.nd copy binutils/testsuite/binutils-all/empty => ld/testsuite/ld-mips-elf/pic-and-non [...] create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1a-r6.s create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.dd create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.gd create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.s