This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/binutils-gdb.
from d3771fe234 Add gdb.Architecture.integer_type Python function adds 8d939e8ea4 gdb: remove FIELD_LOC_KIND macro adds 3a543e211e gdb: remove FIELD_BITPOS macro adds 5d2038e3f5 gdb: remove FIELD_ENUMVAL macro adds 16654a591a gdb: remove FIELD_STATIC_PHYSNAME macro adds 31a1516a81 gdb: remove FIELD_STATIC_PHYSADDR macro adds d8557c3d22 gdb: remove FIELD_DWARF_BLOCK macro adds 2ad53ea10c gdb: remove TYPE_FIELD_LOC_KIND adds b610c04548 gdb: remove TYPE_FIELD_BITPOS adds 970db51860 gdb: remove TYPE_FIELD_ENUMVAL adds fcbbbd90f0 gdb: remove TYPE_FIELD_STATIC_PHYSNAME adds e06c3e112e gdb: remove TYPE_FIELD_STATIC_PHYSADDR adds 51e36a3aaa gdb: remove TYPE_FIELD_DWARF_BLOCK adds 4a3a56c5f3 Automatic date update in version.in new 7811fa5995 gdb: add set/show commands for managing debuginfod new 3ea44f2129 gdb.texinfo: Expand documentation for debuginfod
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/version.h | 2 +- gdb/ada-lang.c | 51 ++-- gdb/ada-typeprint.c | 6 +- gdb/ada-valprint.c | 8 +- gdb/amd64-tdep.c | 4 +- gdb/arm-tdep.c | 2 +- gdb/ax-gdb.c | 12 +- gdb/c-typeprint.c | 12 +- gdb/c-valprint.c | 2 +- gdb/compile/compile-c-types.c | 4 +- gdb/compile/compile-cplus-types.c | 12 +- gdb/compile/compile-object-load.c | 2 +- gdb/cp-valprint.c | 14 +- gdb/d-valprint.c | 2 +- gdb/debuginfod-support.c | 276 ++++++++++++++++++++- gdb/doc/gdb.texinfo | 97 +++++++- gdb/dwarf2/loc.c | 8 +- gdb/dwarf2/read.c | 18 +- gdb/eval.c | 2 +- gdb/gdbtypes.c | 88 +++---- gdb/gdbtypes.h | 14 +- gdb/gnu-v2-abi.c | 2 +- gdb/gnu-v3-abi.c | 6 +- gdb/guile/scm-type.c | 6 +- gdb/m2-typeprint.c | 6 +- gdb/m2-valprint.c | 4 +- gdb/mips-tdep.c | 10 +- gdb/p-lang.c | 8 +- gdb/p-typeprint.c | 6 +- gdb/p-valprint.c | 10 +- gdb/python/py-type.c | 6 +- gdb/riscv-tdep.c | 4 +- gdb/rust-lang.c | 6 +- gdb/sparc64-tdep.c | 4 +- gdb/stabsread.c | 4 +- .../gdb.debuginfod/fetch_src_and_symbols.exp | 25 +- gdb/typeprint.c | 4 +- gdb/valops.c | 12 +- gdb/valprint.c | 10 +- gdb/value.c | 18 +- 40 files changed, 565 insertions(+), 222 deletions(-)