This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allyesconfig in repository toolchain/binutils-gdb.
from 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 adds 8bcb520897 gdb: Add default frame methods to gdbarch
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 37 +++++++++ bfd/Makefile.am | 6 +- bfd/Makefile.in | 12 +-- 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/elf32-arm.c | 1 - bfd/elf32-avr.c | 1 - bfd/elf32-nds32.c | 2 - bfd/elf32-rl78.c | 1 - bfd/elf32-rx.c | 1 - bfd/elf32-wasm32.c | 1 - bfd/elf64-nfp.c | 1 - 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 | 22 ++++++ gdb/dummy-frame.c | 12 +++ gdb/dummy-frame.h | 6 ++ gdb/frame-unwind.c | 20 +++++ gdb/frame-unwind.h | 12 +++ gdb/frame.c | 132 +++++++++++++++------------------ gdb/gdbarch.c | 41 ++-------- gdb/gdbarch.h | 13 ++-- gdb/gdbarch.sh | 16 +++- gdb/nat/linux-ptrace.c | 4 +- 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 +- 66 files changed, 339 insertions(+), 172 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