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 f238781aa11 Automatic date update in version.in new 6a7a2387ade x86/APX: widen @gotpcrel and @gottpoff support (incl to MOVRS) new 4998f9ea9d3 x86-64: tighten convert-load-reloc checking
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/elf64-x86-64.c | 370 ++++++++++++++++++++++++++++++----- bfd/elfxx-x86.c | 8 +- bfd/elfxx-x86.h | 2 +- gas/config/tc-i386.c | 104 +++++++--- gas/config/tc-i386.h | 8 +- ld/testsuite/ld-x86-64/apx-load1.s | 71 +++++++ ld/testsuite/ld-x86-64/apx-load1a.d | 142 ++++++++++---- ld/testsuite/ld-x86-64/apx-load1b.d | 52 +---- ld/testsuite/ld-x86-64/apx-load1c.d | 140 +++++++++---- ld/testsuite/ld-x86-64/apx-load1d.d | 140 +++++++++---- ld/testsuite/ld-x86-64/load3.s | 22 +++ ld/testsuite/ld-x86-64/load3a.d | 21 ++ ld/testsuite/ld-x86-64/load3b.d | 21 ++ ld/testsuite/ld-x86-64/load4.d | 13 ++ ld/testsuite/ld-x86-64/load4.s | 23 +++ ld/testsuite/ld-x86-64/tlsbindesc.dd | 16 ++ ld/testsuite/ld-x86-64/tlsbindesc.rd | 36 ++-- ld/testsuite/ld-x86-64/tlsbindesc.s | 6 + ld/testsuite/ld-x86-64/tlsie5.d | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 3 + 20 files changed, 934 insertions(+), 266 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/load3.s create mode 100644 ld/testsuite/ld-x86-64/load3a.d create mode 100644 ld/testsuite/ld-x86-64/load3b.d create mode 100644 ld/testsuite/ld-x86-64/load4.d create mode 100644 ld/testsuite/ld-x86-64/load4.s