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-aarch64-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 7c13f4e875 gdb: Restore old annotations behaviour when printing frame info adds 9392ebb3bb Remove obsolete declaration adds 5e33d5f4e1 gdb: add type::num_fields / type::set_num_fields adds 1f704f761b gdb: remove TYPE_NFIELDS macro adds 3cabb6b069 gdb: add type::fields / type::set_fields adds 80fc5e77f0 gdb: remove TYPE_FIELDS macro adds a3d674e022 Automatic date update in version.in adds 3f3c36087e ar many_files test adds c892b44730 Fix potential segfault adds 51e2cfa2dc Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparison
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/bfdio.c | 5 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/testsuite/binutils-all/ar.exp | 56 +++++++++ gdb/ChangeLog | 44 +++++++ gdb/aarch64-tdep.c | 4 +- gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 109 +++++++++--------- gdb/ada-typeprint.c | 18 +-- gdb/ada-valprint.c | 6 +- gdb/ada-varobj.c | 4 +- gdb/amd64-tdep.c | 6 +- gdb/arm-tdep.c | 6 +- gdb/ax-gdb.c | 6 +- gdb/buildsym.c | 9 +- gdb/c-lang.c | 2 +- gdb/c-typeprint.c | 24 ++-- gdb/c-varobj.c | 6 +- gdb/coffread.c | 36 +++--- gdb/compile/compile-c-symbols.c | 2 +- gdb/compile/compile-c-types.c | 10 +- gdb/compile/compile-cplus-types.c | 8 +- gdb/compile/compile-object-load.c | 8 +- gdb/compile/compile-object-load.h | 1 - gdb/compile/compile-object-run.c | 10 +- gdb/completer.c | 2 +- gdb/cp-valprint.c | 4 +- gdb/ctfread.c | 12 +- gdb/d-valprint.c | 2 +- gdb/dwarf2/read.c | 89 +++++++------- gdb/eval.c | 14 +-- gdb/f-typeprint.c | 4 +- gdb/f-valprint.c | 2 +- gdb/gdbtypes.c | 153 +++++++++++++------------ gdb/gdbtypes.h | 37 +++++- gdb/gnu-v2-abi.c | 2 +- gdb/gnu-v3-abi.c | 14 +-- gdb/go-lang.c | 4 +- gdb/guile/scm-type.c | 14 +-- gdb/i386-darwin-tdep.c | 2 +- gdb/i386-tdep.c | 6 +- gdb/i386-windows-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/infcall.c | 8 +- gdb/iq2000-tdep.c | 4 +- gdb/m2-typeprint.c | 16 +-- gdb/m2-valprint.c | 4 +- gdb/m32c-tdep.c | 2 +- gdb/m68k-tdep.c | 2 +- gdb/mdebugread.c | 28 ++--- gdb/mips-tdep.c | 34 +++--- gdb/mn10300-tdep.c | 4 +- gdb/nds32-tdep.c | 4 +- gdb/or1k-tdep.c | 2 +- gdb/p-lang.c | 4 +- gdb/p-typeprint.c | 8 +- gdb/p-valprint.c | 2 +- gdb/ppc-sysv-tdep.c | 6 +- gdb/python/py-type.c | 8 +- gdb/riscv-tdep.c | 8 +- gdb/rust-exp.y | 2 +- gdb/rust-lang.c | 52 ++++----- gdb/rx-tdep.c | 4 +- gdb/s390-tdep.c | 6 +- gdb/score-tdep.c | 2 +- gdb/sh-tdep.c | 10 +- gdb/sparc64-tdep.c | 8 +- gdb/stabsread.c | 37 +++--- gdb/symtab.c | 4 +- gdb/tic6x-tdep.c | 2 +- gdb/typeprint.c | 2 +- gdb/utils.c | 47 ++++---- gdb/v850-tdep.c | 8 +- gdb/valops.c | 26 ++--- gdb/valprint.c | 4 +- gdb/windows-tdep.c | 6 +- gdbserver/ChangeLog | 4 + gdbsupport/{gdb-sigmask.h => gdb-safe-ctype.h} | 43 +++---- 79 files changed, 660 insertions(+), 510 deletions(-) copy gdbsupport/{gdb-sigmask.h => gdb-safe-ctype.h} (52%)