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 c4c2b3bd171 Automatic date update in version.in new e6dc0920387 ix86: tighten convert-load-reloc checking new 922fe9449a0 x86/APX: use CS: in place of ES: in @gotpcrel and @gottpoff [...] new 11c28524498 x86: widen @got{,pcrel} support to PUSH and APX IMUL new 010a8fd4090 x86-64: further tighten convert-load-reloc checking new 5649b9dc865 ix86: restrict use of GOT32X relocs new 30b64be054a ix86: drop dead part of a conditional in elf_i386_convert_l [...] new 0e79ff9f50a x86: GOT is an ELF-only entity new 2b0a62b17f9 IQ2000: drop maintainer
The 8 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/elf32-i386.c | 54 ++++++-- bfd/elf64-x86-64.c | 145 +++++++++++++++++---- binutils/MAINTAINERS | 1 - gas/config/tc-i386.c | 25 +++- gas/config/tc-i386.h | 1 + ld/testsuite/ld-i386/i386.exp | 5 + ld/testsuite/ld-i386/load4c.d | 4 + ld/testsuite/ld-i386/load5c.d | 4 + ld/testsuite/ld-i386/load8.d | 14 ++ ld/testsuite/ld-i386/load8.s | 21 +++ ld/testsuite/ld-i386/{pr20244-1.s => load9.s} | 9 +- ld/testsuite/ld-i386/load9a.d | 14 ++ ld/testsuite/ld-i386/load9b.d | 13 ++ ld/testsuite/ld-x86-64/apx-load1.s | 6 + ld/testsuite/ld-x86-64/apx-load1a.d | 5 + ld/testsuite/ld-x86-64/apx-load1c.d | 5 + ld/testsuite/ld-x86-64/apx-load1d.d | 5 + ld/testsuite/ld-x86-64/load3a.d | 16 +-- ld/testsuite/ld-x86-64/load3b.d | 16 +-- ld/testsuite/ld-x86-64/load4.d | 9 +- ld/testsuite/ld-x86-64/load4.s | 6 + .../{ld-i386/pr20244-1.s => ld-x86-64/load5.s} | 6 +- ld/testsuite/ld-x86-64/load5a.d | 15 +++ ld/testsuite/ld-x86-64/load5b.d | 15 +++ ld/testsuite/ld-x86-64/tlsbindesc.dd | 8 +- ld/testsuite/ld-x86-64/x86-64.exp | 2 + 26 files changed, 349 insertions(+), 75 deletions(-) create mode 100644 ld/testsuite/ld-i386/load4c.d create mode 100644 ld/testsuite/ld-i386/load5c.d create mode 100644 ld/testsuite/ld-i386/load8.d create mode 100644 ld/testsuite/ld-i386/load8.s copy ld/testsuite/ld-i386/{pr20244-1.s => load9.s} (64%) create mode 100644 ld/testsuite/ld-i386/load9a.d create mode 100644 ld/testsuite/ld-i386/load9b.d copy ld/testsuite/{ld-i386/pr20244-1.s => ld-x86-64/load5.s} (66%) create mode 100644 ld/testsuite/ld-x86-64/load5a.d create mode 100644 ld/testsuite/ld-x86-64/load5b.d