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 f98b2e334f Remove references to ada_name_for_lookup (deleted) new 451875b4f9 x86-64: Use PLT address for PC-relative reloc
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 | 19 ++++++++ bfd/elf32-i386.c | 2 +- bfd/elf64-x86-64.c | 24 ++++++++++- bfd/elfxx-x86.c | 22 +++++++--- bfd/elfxx-x86.h | 50 ++++++++++++++-------- ld/ChangeLog | 12 ++++++ ld/testsuite/ld-i386/i386.exp | 16 +++++++ ld/testsuite/ld-i386/pr22842a.c | 20 +++++++++ ld/testsuite/ld-i386/{pr17689b.S => pr22842b.S} | 21 ++++----- ld/testsuite/ld-x86-64/pr22842a.c | 20 +++++++++ .../ld-x86-64/{copyreloc-main2.rd => pr22842a.rd} | 0 ld/testsuite/ld-x86-64/pr22842b.S | 20 +++++++++ ld/testsuite/ld-x86-64/pr22842b.rd | 4 ++ ld/testsuite/ld-x86-64/x86-64.exp | 25 +++++++++++ 14 files changed, 215 insertions(+), 40 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr22842a.c copy ld/testsuite/ld-i386/{pr17689b.S => pr22842b.S} (75%) create mode 100644 ld/testsuite/ld-x86-64/pr22842a.c copy ld/testsuite/ld-x86-64/{copyreloc-main2.rd => pr22842a.rd} (100%) create mode 100644 ld/testsuite/ld-x86-64/pr22842b.S create mode 100644 ld/testsuite/ld-x86-64/pr22842b.rd