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-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 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 new bb68f22c8e ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functions
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/version.h | 2 +- gdb/ChangeLog | 23 ++++++++++++++++ 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/valops.c | 6 ++--- gdb/windows-tdep.c | 2 +- ld/ChangeLog | 16 +++++++++++ ld/lexsup.c | 37 +++++++++++-------------- ld/testsuite/ld-elf/dl4e.out | 6 +++++ ld/testsuite/ld-elf/shared.exp | 12 ++++++--- 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, 347 insertions(+), 114 deletions(-) create mode 100644 ld/testsuite/ld-elf/dl4e.out 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