This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from b2668f28ee gdb/riscv: write CSRs into baremetal core dumps adds 019989fdf1 Automatic date update in version.in adds 844be3f240 CTF: set up debug info for function arguments adds dd99cf0c58 CTF: add all members of an enum type to psymtab adds b0a8c2ff9c Make valgrind tests more robust by adding --wait=1 to vgdb i [...] adds 8c0546e928 elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASE adds 4444f40757 Micro-optimize abbrev reading and storage adds c2a62a3d88 Create new file dwarf2/sect-names.h adds fbedd54644 Change section_is_p to a method on dwarf2_section_names adds a7308ce01e Avoid crash on missing dwz file adds 1803565556 Include scoped_fd.h in debuginfod-support.h adds 9938d15a01 Move dwarf2_get_dwz_file to dwarf2/dwz.h adds 01573d7360 Fix build bug in ada-lang.c adds 7ce45db691 Automatic date update in version.in adds 6bddc3e8b4 sim: switch top level to automake adds 6c57b87fc4 sim: testsuite: merge into toplevel automake new f4df849f1d Regenerated
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 | 15 + bfd/bfd.c | 11 + bfd/coff-x86_64.c | 35 +- bfd/elf-bfd.h | 4 + bfd/libbfd-in.h | 2 + bfd/libbfd.h | 2 + bfd/pe-x86_64.c | 32 +- bfd/version.h | 2 +- gdb/ChangeLog | 68 + gdb/ada-lang.c | 4 +- gdb/ctfread.c | 171 ++- gdb/debuginfod-support.h | 2 + gdb/dwarf2/abbrev.c | 71 +- gdb/dwarf2/abbrev.h | 42 +- gdb/dwarf2/dwz.c | 242 ++++ gdb/dwarf2/dwz.h | 11 + gdb/dwarf2/macro.c | 6 +- gdb/dwarf2/read.c | 370 +----- gdb/dwarf2/read.h | 6 - gdb/dwarf2/sect-names.h | 78 ++ gdb/symfile.h | 46 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.base/ctf-ptype.exp | 19 +- gdb/testsuite/gdb.dwarf2/dwznolink.exp | 60 + gdb/testsuite/lib/dwarf.exp | 4 +- gdb/testsuite/lib/valgrind.exp | 2 +- gdb/xcoffread.c | 1 + ld/ChangeLog | 18 + ld/emultempl/elf.em | 2 +- ld/ldelf.c | 8 + ld/ldelf.h | 1 + ld/testsuite/ld-x86-64/pe-x86-64-1.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-2.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-3.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-4.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-5.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-5.rd | 3 +- ld/testsuite/ld-x86-64/pe-x86-64-6.obj.bz2 | Bin 0 -> 1366 bytes ld/testsuite/ld-x86-64/pe-x86-64-6.od | 91 ++ ld/testsuite/ld-x86-64/pe-x86-64.exp | 9 + sim/ChangeLog | 14 + sim/Makefile.am | 38 + sim/Makefile.in | 818 ++++++++---- sim/aclocal.m4 | 1152 +++++++++++++++++ sim/common/ChangeLog | 4 + sim/common/Make-common.in | 1 - sim/configure | 1928 ++++++++++++++++++++++------ sim/configure.ac | 14 +- sim/igen/ChangeLog | 4 + sim/igen/Makefile.in | 1 + sim/ppc/ChangeLog | 5 +- sim/ppc/Makefile.in | 2 + sim/testsuite/ChangeLog | 6 + sim/testsuite/Makefile.in | 178 --- sim/testsuite/lib/sim-defs.exp | 2 +- sim/testsuite/local.mk | 34 + 56 files changed, 4325 insertions(+), 1333 deletions(-) create mode 100644 gdb/dwarf2/sect-names.h create mode 100644 gdb/testsuite/gdb.dwarf2/dwznolink.exp create mode 100644 ld/testsuite/ld-x86-64/pe-x86-64-6.obj.bz2 create mode 100644 ld/testsuite/ld-x86-64/pe-x86-64-6.od create mode 100644 sim/Makefile.am create mode 100644 sim/aclocal.m4 delete mode 100644 sim/testsuite/Makefile.in create mode 100644 sim/testsuite/local.mk