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 d820a652a6d When computing section link order for a relocateable link, [...] new 87ed972dc34 x86: minor improvements to optimize_imm() new 9aac24b1a83 x86: move register check in immediate operand parsing new 98da05bf269 x86: don't mix disp and imm processing new 17c6c3b9915 x86-64/ELF: clear src_mask for all reloc types
The 4 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 | 5 ++ bfd/elf64-x86-64.c | 132 +++++++++++++++++++------------------- gas/ChangeLog | 21 ++++++ gas/config/tc-i386.c | 30 ++++----- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/rela.d | 13 ++++ gas/testsuite/gas/i386/rela.s | 14 ++++ ld/ChangeLog | 5 ++ ld/testsuite/ld-x86-64/rela.d | 10 +++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 10 files changed, 149 insertions(+), 83 deletions(-) create mode 100644 gas/testsuite/gas/i386/rela.d create mode 100644 gas/testsuite/gas/i386/rela.s create mode 100644 ld/testsuite/ld-x86-64/rela.d