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 3f8f9745c75 PR 31283 windmc: Parse input correctly on big endian hosts new 5bc71c2a6b8 x86-64: Add R_X86_64_CODE_6_GOTTPOFF
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/bfd-in2.h | 6 ++ bfd/elf64-x86-64.c | 113 ++++++++++++++++++++++++++++++- bfd/libbfd.h | 6 ++ bfd/reloc.c | 12 ++++ elfcpp/x86_64.h | 24 +++++++ gas/config/tc-i386.c | 102 ++++++++++++++++++++++------ gas/testsuite/gas/i386/x86-64-gottpoff.d | 4 ++ gas/testsuite/gas/i386/x86-64-gottpoff.s | 10 +++ gold/testsuite/x86_64_ie_to_le.s | 2 + gold/testsuite/x86_64_ie_to_le.sh | 2 + gold/x86_64.cc | 47 +++++++++++-- include/elf/x86-64.h | 20 ++++++ ld/testsuite/ld-x86-64/tlsbindesc.dd | 24 +++++++ ld/testsuite/ld-x86-64/tlsbindesc.rd | 36 +++++----- ld/testsuite/ld-x86-64/tlsbindesc.s | 8 +++ 15 files changed, 371 insertions(+), 45 deletions(-)