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-arm-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 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 new 309cae1f7b ld: Add -Bsymbolic-functions tests
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/ChangeLog | 4 ++ bfd/bfdio.c | 5 ++- bfd/version.h | 2 +- binutils/ChangeLog | 4 ++ binutils/testsuite/binutils-all/ar.exp | 56 +++++++++++++++++++++++++ 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 + 54 files changed, 441 insertions(+), 135 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