This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/gdb.
from cb22a7c366 gdb: Add OpenRISC gdbserver and native config news adds 208eb58158 Automatic date update in version.in adds c82ebeb7e6 obcopy vs. files with silly section alignment adds c45c3dba8c ELF core file size checks adds dd6b67bec8 Re: arm: add unwinder encoding support for PACBTI adds 09854a8870 Support for a new pacbti unwind opcode. adds 91b7c7e522 Document "memory-tag-violations". adds b88e456f7e [gdb/build] Fix build with --disable-unit-tests adds 9e6978753d Avoid self-test failures on x86-linux adds 52429bbd71 Document resolve_dynamic_type oddity adds 7a72f09da5 Remove ada_value_print_inner adds d3771fe234 Add gdb.Architecture.integer_type Python function new 8d939e8ea4 gdb: remove FIELD_LOC_KIND macro new 3a543e211e gdb: remove FIELD_BITPOS macro new 5d2038e3f5 gdb: remove FIELD_ENUMVAL macro new 16654a591a gdb: remove FIELD_STATIC_PHYSNAME macro new 31a1516a81 gdb: remove FIELD_STATIC_PHYSADDR macro new d8557c3d22 gdb: remove FIELD_DWARF_BLOCK macro new 2ad53ea10c gdb: remove TYPE_FIELD_LOC_KIND new b610c04548 gdb: remove TYPE_FIELD_BITPOS new 970db51860 gdb: remove TYPE_FIELD_ENUMVAL new fcbbbd90f0 gdb: remove TYPE_FIELD_STATIC_PHYSNAME new e06c3e112e gdb: remove TYPE_FIELD_STATIC_PHYSADDR new 51e36a3aaa gdb: remove TYPE_FIELD_DWARF_BLOCK
The 12 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: ChangeLog | 5 ++ bfd/elf.c | 9 ++- bfd/elfcode.h | 5 +- bfd/elfcore.h | 39 ++++------ bfd/version.h | 2 +- binutils/readelf.c | 2 + .../testsuite/gas/arm/unwind-pacbti-m-readelf.d | 0 .../testsuite/gas/arm/unwind-pacbti-m.d | 0 .../testsuite/gas/arm/unwind-pacbti-m.s | 0 gdb/NEWS | 3 + gdb/ada-lang.c | 51 ++++++------- gdb/ada-typeprint.c | 6 +- gdb/ada-valprint.c | 37 +++------ 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/disasm-selftests.c | 21 ++++++ gdb/doc/gdb.texinfo | 12 ++- gdb/doc/python.texi | 18 +++++ gdb/dwarf2/loc.c | 8 +- gdb/dwarf2/read.c | 18 ++--- gdb/eval.c | 2 +- gdb/gdbtypes.c | 88 +++++++++++----------- gdb/gdbtypes.h | 27 +++---- 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/maint.c | 2 + gdb/mips-tdep.c | 10 +-- gdb/p-lang.c | 8 +- gdb/p-typeprint.c | 6 +- gdb/p-valprint.c | 10 +-- gdb/python/py-arch.c | 54 +++++++++++++ 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/testsuite/gdb.gdb/unittest.exp | 21 +++++- gdb/testsuite/gdb.python/py-arch.exp | 14 ++++ gdb/typeprint.c | 4 +- gdb/valops.c | 12 +-- gdb/valprint.c | 10 +-- gdb/value.c | 18 ++--- 53 files changed, 371 insertions(+), 265 deletions(-) rename unwind-pacbti-m-readelf.d => gas/testsuite/gas/arm/unwind-pacbti-m-readelf. [...] rename unwind-pacbti-m.d => gas/testsuite/gas/arm/unwind-pacbti-m.d (100%) rename unwind-pacbti-m.s => gas/testsuite/gas/arm/unwind-pacbti-m.s (100%)