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 80c9635046 Fix typo in Russian translation for the bfd/ sub-directory w [...] new bd7ab16b45 x86-64: Generate branch with PLT32 relocation
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 | 8 +++++ bfd/elf64-x86-64.c | 45 ++++++++----------------- gas/ChangeLog | 15 +++++++++ gas/config/tc-i386.c | 49 +++++++++++++++++++++++++++- gas/testsuite/gas/i386/ilp32/reloc64.d | 2 +- gas/testsuite/gas/i386/ilp32/x86-64-branch.d | 6 ++-- gas/testsuite/gas/i386/reloc64.d | 2 +- gas/testsuite/gas/i386/x86-64-jump.d | 4 +-- gas/testsuite/gas/i386/x86-64-mpx-branch-1.d | 6 ++-- gas/testsuite/gas/i386/x86-64-mpx-branch-2.d | 6 ++-- gas/testsuite/gas/i386/x86-64-relax-2.d | 10 +++--- gas/testsuite/gas/i386/x86-64-relax-3.d | 8 ++--- ld/ChangeLog | 13 ++++++++ ld/testsuite/ld-x86-64/mpx1c.rd | 2 +- ld/testsuite/ld-x86-64/pr22791-1.err | 2 ++ ld/testsuite/ld-x86-64/pr22791-1a.c | 4 +++ ld/testsuite/ld-x86-64/pr22791-1b.s | 6 ++++ ld/testsuite/ld-x86-64/pr22791-2.rd | 6 ++++ ld/testsuite/ld-x86-64/pr22791-2a.s | 8 +++++ ld/testsuite/ld-x86-64/pr22791-2b.c | 7 ++++ ld/testsuite/ld-x86-64/pr22791-2c.s | 12 +++++++ ld/testsuite/ld-x86-64/x86-64.exp | 47 ++++++++++++++++++++++++++ 22 files changed, 212 insertions(+), 56 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/pr22791-1.err create mode 100644 ld/testsuite/ld-x86-64/pr22791-1a.c create mode 100644 ld/testsuite/ld-x86-64/pr22791-1b.s create mode 100644 ld/testsuite/ld-x86-64/pr22791-2.rd create mode 100644 ld/testsuite/ld-x86-64/pr22791-2a.s create mode 100644 ld/testsuite/ld-x86-64/pr22791-2b.c create mode 100644 ld/testsuite/ld-x86-64/pr22791-2c.s