This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 adds f4df849f1d Regenerated adds d3dacd0faf Automatic date update in version.in adds 2916e3e18f sim: igen: update options API new 8c9b6e7689 sim: delete unused BUILD_LIBS setting
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/version.h | 2 +- gdb/ChangeLog | 59 + gdb/ada-lang.c | 4 +- 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 | 6 + gdb/testsuite/gdb.dwarf2/dwznolink.exp | 60 + gdb/testsuite/lib/dwarf.exp | 4 +- gdb/xcoffread.c | 1 + 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/cr16/ChangeLog | 4 + sim/cr16/Makefile.in | 2 +- sim/d10v/ChangeLog | 4 + sim/d10v/Makefile.in | 2 +- sim/igen/ChangeLog | 15 + sim/igen/Makefile.in | 13 +- sim/igen/gen.c | 2 +- sim/igen/ld-decode.c | 2 +- sim/igen/ld-insn.c | 2 +- sim/m32c/ChangeLog | 4 + sim/m32c/Makefile.in | 2 +- sim/ppc/ChangeLog | 10 +- sim/ppc/Makefile.in | 16 +- sim/testsuite/ChangeLog | 6 + sim/testsuite/Makefile.in | 178 --- sim/testsuite/lib/sim-defs.exp | 2 +- sim/testsuite/local.mk | 34 + 42 files changed, 3996 insertions(+), 1281 deletions(-) create mode 100644 gdb/dwarf2/sect-names.h create mode 100644 gdb/testsuite/gdb.dwarf2/dwznolink.exp 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