This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/linux/master in repository binutils-gdb.
from abdd5ed412 Updated thunk patches against master branch adds 097b3e5087 Automatic date update in version.in adds 7ff6138b00 Minor gdb/Makefile.in cleanups adds 76d2760bc3 Automatic date update in version.in adds a65f68357f Factorize killing the children in linux-ptrace.c, and fix a [...] adds 40b9228581 Automatic date update in version.in adds 3a551c7a1b PR23994, libbfd integer overflow adds 4ef5dbe493 OBVIOUS: Fix ARI warning by removing warning trailing new line adds 51b4f73a37 AArch64: Fix the gdb build with musl libc adds 87469ba2d2 PR23980, powerpc64 ld segfault adds 9068261f1c gdb/dwarf: Convert some predicates from int to bool adds b55a479709 Automatic date update in version.in adds c5ebe0ff70 sim: Don't overwrite stored errno in sim_syscall_multi adds 7af5d5c4dd PR23980, assertion fail adds a529dcc854 [GOLD] Tweak keep_text_section_prefix test for PowerPC64 ELFv1 adds 2d5d5a8f0a Include bfd_stdint.h in bfd.h adds ebb8004a18 Automatic date update in version.in adds 7406a50077 Fix build with latest GCC 9.0 tree adds fc999e8020 Rename PR ld/22842 run-time test to "Run pr22842" adds b9519cfe98 x86: Properly handle PLT expression in directive new 5361a215af Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
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/ChangeLog | 69 +++++++++++++++++++++++++++++ bfd/Makefile.am | 6 +-- bfd/Makefile.in | 12 ++--- bfd/aoutx.h | 40 +++++++++-------- bfd/arc-plt.h | 2 - bfd/bfd-in.h | 1 + bfd/bfd-in2.h | 1 + bfd/cache.c | 1 - bfd/coff-rs6000.c | 1 - bfd/coff64-rs6000.c | 1 - bfd/elf-nacl.h | 2 - bfd/elf.c | 32 ++++++++++---- bfd/elf32-arm.c | 1 - bfd/elf32-avr.c | 1 - bfd/elf32-i386.c | 6 ++- bfd/elf32-nds32.c | 2 - bfd/elf32-ppc.c | 6 +++ bfd/elf32-rl78.c | 1 - bfd/elf32-rx.c | 1 - bfd/elf32-s390.c | 6 ++- bfd/elf32-sh.c | 6 ++- bfd/elf32-wasm32.c | 1 - bfd/elf32-xtensa.c | 6 ++- bfd/elf64-nfp.c | 1 - bfd/elf64-ppc.c | 9 +++- bfd/elf64-s390.c | 6 ++- bfd/elf64-x86-64.c | 6 ++- bfd/elflink.c | 1 - bfd/elfnn-aarch64.c | 1 - bfd/elfnn-ia64.c | 1 - bfd/elfxx-aarch64.c | 2 + bfd/elfxx-aarch64.h | 4 -- bfd/elfxx-ia64.c | 1 - bfd/elfxx-riscv.c | 1 - bfd/elfxx-x86.h | 1 - bfd/mach-o-aarch64.c | 2 +- bfd/mach-o-arm.c | 2 +- bfd/mach-o-i386.c | 2 +- bfd/mach-o-x86-64.c | 2 +- bfd/mach-o.c | 2 +- bfd/mach-o.h | 1 - bfd/sysdep.h | 3 -- bfd/version.h | 2 +- bfd/wasm-module.c | 2 - gas/ChangeLog | 14 ++++++ gas/config/tc-i386.c | 17 +++++-- gas/testsuite/gas/i386/ilp32/reloc64.l | 1 + gas/testsuite/gas/i386/ilp32/reloc64.s | 1 + gas/testsuite/gas/i386/reloc32.l | 1 + gas/testsuite/gas/i386/reloc32.s | 1 + gas/testsuite/gas/i386/reloc64.l | 1 + gas/testsuite/gas/i386/reloc64.s | 1 + gdb/ChangeLog | 49 ++++++++++++++++++++ gdb/Makefile.in | 8 +--- gdb/dwarf2read.c | 58 ++++++++++++------------ gdb/nat/aarch64-sve-linux-ptrace.h | 2 +- gdb/nat/linux-ptrace.c | 81 ++++++++++++++++++---------------- gold/ChangeLog | 6 +++ gold/testsuite/Makefile.am | 2 +- gold/testsuite/Makefile.in | 2 +- ld/ChangeLog | 14 ++++++ ld/testsuite/ld-i386/i386.exp | 9 ++++ ld/testsuite/ld-x86-64/pr23997a.s | 6 +++ ld/testsuite/ld-x86-64/pr23997b.c | 25 +++++++++++ ld/testsuite/ld-x86-64/pr23997c.c | 7 +++ ld/testsuite/ld-x86-64/x86-64.exp | 10 ++++- opcodes/ChangeLog | 10 +++++ opcodes/aarch64-opc.c | 2 +- opcodes/arm-dis.c | 1 + opcodes/csky-dis.c | 2 +- opcodes/nds32-asm.c | 2 +- opcodes/riscv-dis.c | 2 +- opcodes/s12z-dis.c | 2 +- opcodes/wasm32-dis.c | 2 +- sim/common/ChangeLog | 5 +++ sim/common/sim-syscall.c | 5 --- 76 files changed, 433 insertions(+), 173 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/pr23997a.s create mode 100644 ld/testsuite/ld-x86-64/pr23997b.c create mode 100644 ld/testsuite/ld-x86-64/pr23997c.c