This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch in repository binutils-gdb.
from 0e6f43ae9c Automatic date update in version.in new 5cd720ad5b x86: Remove the unused _GLOBAL_OFFSET_TABLE_ new e5c08148cf x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for Solaris new 52c3bf9e1e x86: Add is_solaris to elf_x86_target_os
The 3 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 | 58 +++++++++++++++++++++++++ bfd/elf32-i386.c | 32 +++++++++++++- bfd/elf64-x86-64.c | 20 +++++++-- bfd/elfxx-x86.c | 19 +++++++- bfd/elfxx-x86.h | 4 ++ ld/ChangeLog | 20 +++++++++ ld/testsuite/ld-i386/discarded1.s | 2 +- ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/load1-nacl.d | 84 ++++++++++++++++++------------------ ld/testsuite/ld-i386/load1.d | 84 ++++++++++++++++++------------------ ld/testsuite/ld-i386/pr22782.d | 10 +++++ ld/testsuite/ld-i386/pr22782.s | 15 +++++++ ld/testsuite/ld-x86-64/discarded1.s | 2 +- ld/testsuite/ld-x86-64/load1a-nacl.d | 76 ++++++++++++++++---------------- ld/testsuite/ld-x86-64/load1a.d | 76 ++++++++++++++++---------------- ld/testsuite/ld-x86-64/load1b-nacl.d | 76 ++++++++++++++++---------------- ld/testsuite/ld-x86-64/load1b.d | 76 ++++++++++++++++---------------- ld/testsuite/ld-x86-64/pr22782.s | 15 +++++++ ld/testsuite/ld-x86-64/pr22782a.d | 11 +++++ ld/testsuite/ld-x86-64/pr22782b.d | 11 +++++ ld/testsuite/ld-x86-64/x86-64.exp | 2 + 21 files changed, 449 insertions(+), 245 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr22782.d create mode 100644 ld/testsuite/ld-i386/pr22782.s create mode 100644 ld/testsuite/ld-x86-64/pr22782.s create mode 100644 ld/testsuite/ld-x86-64/pr22782a.d create mode 100644 ld/testsuite/ld-x86-64/pr22782b.d