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 89424b1d69 RISC-V/GAS: Correct an `expr' global shadowing error for pre [...] new b8df6ca79e Use visitors for make_gdb_type new cd04836359 x86: Remove the unused _GLOBAL_OFFSET_TABLE_
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/ChangeLog | 13 + bfd/elf32-i386.c | 16 +- bfd/elf64-x86-64.c | 4 + bfd/elfxx-x86.c | 17 +- bfd/elfxx-x86.h | 3 + gdb/ChangeLog | 14 + gdb/target-descriptions.c | 482 +++++++++++++++++++---------------- 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 + 23 files changed, 644 insertions(+), 466 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