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-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from c892b44730 Fix potential segfault adds 51e2cfa2dc Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparison adds eca1f90cf4 Add completion styling adds 26f1625454 Document the GDB 9.2 release in gdb/ChangeLog adds ceacbf6edf gdb: remove TYPE_FIELD macro adds 4636b7db71 Automatic date update in version.in adds 309cae1f7b ld: Add -Bsymbolic-functions tests
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 37 +++++++++++++++++ gdb/NEWS | 11 +++++ gdb/aarch64-tdep.c | 4 +- gdb/ada-lang.c | 2 +- gdb/amd64-tdep.c | 4 +- gdb/arm-tdep.c | 2 +- gdb/ax-gdb.c | 6 +-- gdb/c-typeprint.c | 2 +- gdb/c-varobj.c | 2 +- gdb/cli/cli-style.c | 42 +++++++++++++++++++ gdb/cli/cli-style.h | 9 ++++ gdb/coffread.c | 4 +- gdb/compile/compile-c-symbols.c | 2 +- gdb/compile/compile-cplus-types.c | 2 +- gdb/completer.c | 57 ++++++++++++++++++++++---- gdb/cp-valprint.c | 8 ++-- gdb/ctfread.c | 2 +- gdb/doc/ChangeLog | 5 +++ gdb/doc/gdb.texinfo | 20 +++++++++ gdb/dwarf2/read.c | 14 +++---- gdb/eval.c | 3 +- gdb/gdbtypes.c | 28 ++++++------- gdb/gdbtypes.h | 23 +++++------ gdb/gnu-v3-abi.c | 2 +- gdb/guile/scm-type.c | 2 +- gdb/mips-tdep.c | 2 +- gdb/p-typeprint.c | 4 +- gdb/p-valprint.c | 8 ++-- gdb/ppc-sysv-tdep.c | 2 +- gdb/python/py-type.c | 2 +- gdb/rust-lang.c | 12 +++--- gdb/s390-tdep.c | 2 +- gdb/stabsread.c | 4 +- gdb/symtab.c | 2 +- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.base/style.exp | 14 +++++++ gdb/testsuite/lib/gdb-utils.exp | 2 + gdb/typeprint.c | 2 +- gdb/utils.c | 47 ++++++++++----------- gdb/valops.c | 6 +-- gdb/windows-tdep.c | 2 +- gdbserver/ChangeLog | 4 ++ gdbsupport/{gdb-sigmask.h => gdb-safe-ctype.h} | 43 +++++++++---------- ld/ChangeLog | 9 ++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr26018.d | 16 ++++++++ ld/testsuite/ld-x86-64/pr26018.d | 15 +++++++ ld/testsuite/ld-x86-64/pr26018.s | 7 ++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 50 files changed, 374 insertions(+), 133 deletions(-) copy gdbsupport/{gdb-sigmask.h => gdb-safe-ctype.h} (52%) create mode 100644 ld/testsuite/ld-i386/pr26018.d create mode 100644 ld/testsuite/ld-x86-64/pr26018.d create mode 100644 ld/testsuite/ld-x86-64/pr26018.s