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 855bae2c96 Automatic date update in version.in adds 96e2dbda08 Correct R_SH_IND12W handling adds e76790600a PR23652, Use symbols from debug bfd for _bfd_elf_find_function adds 7f3bf38453 PR23652, Use symbols from debug bfd for _bfd_elf_find_functi [...] adds 470c0b1c9a gdb: Introduce global_symbol_searcher adds 5f512a7dd0 gdb: Split print_symbol_info into two parts adds 7dc4206609 gdb/mi: Add new commands -symbol-info-{functions,variables,types} adds db5960b4d2 gdb/mi: Add -symbol-info-modules command adds 43678b0afe Replace SYMBOL_SET_LINKAGE_NAME with a member function adds fad03f6e5b Remove some unnecessary backslashes adds 8d9a256865 Fix BZ 25065 - Ensure that physnames are computed for inheri [...] adds d22670f078 Test case for BZ 25065 adds 640ab94712 gdb/testsuite: Fix race condition compiling fortran test adds e76b224615 Precompute hash value for symbol_set_names adds f29d7f6b83 Compute msymbol hash codes in parallel adds 62e77f56f0 Turn off threaded minsym demangling by default adds e49b22ff20 Add a NEWS entry for multithreaded symbol loading adds 351259211a Add missing ChangeLog entry for the previous commit
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 41 ++++ bfd/coff-sh.c | 16 +- bfd/dwarf2.c | 71 +++++- bfd/elf.c | 9 +- bfd/elf32-arm.c | 141 +++-------- bfd/elf32-sh.c | 14 +- bfd/elf64-alpha.c | 3 +- bfd/elfnn-aarch64.c | 143 +++--------- bfd/elfxx-mips.c | 29 +-- bfd/libbfd-in.h | 2 +- bfd/libbfd.h | 2 +- gdb/ChangeLog | 108 +++++++++ gdb/NEWS | 13 +- gdb/ada-exp.y | 3 +- gdb/coffread.c | 2 +- gdb/cp-support.c | 2 +- gdb/doc/ChangeLog | 11 + gdb/doc/gdb.texinfo | 322 +++++++++++++++++++++++++- gdb/dwarf2read.c | 3 + gdb/dwarf2read.h | 4 +- gdb/maint.c | 7 +- gdb/maint.h | 2 + gdb/mdebugread.c | 5 +- gdb/mi/mi-cmds.c | 4 + gdb/mi/mi-cmds.h | 4 + gdb/mi/mi-symbol-cmds.c | 246 ++++++++++++++++++++ gdb/minsyms.c | 85 +++++-- gdb/python/python.c | 35 +-- gdb/stabsread.c | 17 +- gdb/symtab.c | 260 ++++++++++----------- gdb/symtab.h | 105 +++++++-- gdb/testsuite/ChangeLog | 22 ++ gdb/testsuite/gdb.dwarf2/imported-unit.c | 56 +++++ gdb/testsuite/gdb.dwarf2/imported-unit.exp | 157 +++++++++++++ gdb/testsuite/gdb.fortran/info-modules.exp | 2 +- gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90 | 33 +++ gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 52 +++++ gdb/testsuite/gdb.mi/mi-fortran-modules.f90 | 87 +++++++ gdb/testsuite/gdb.mi/mi-sym-info-1.c | 48 ++++ gdb/testsuite/gdb.mi/mi-sym-info-2.c | 43 ++++ gdb/testsuite/gdb.mi/mi-sym-info.exp | 129 +++++++++++ gdb/xcoffread.c | 2 +- 42 files changed, 1845 insertions(+), 495 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit.c create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit.exp create mode 100644 gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90 create mode 100644 gdb/testsuite/gdb.mi/mi-fortran-modules.exp create mode 100644 gdb/testsuite/gdb.mi/mi-fortran-modules.f90 create mode 100644 gdb/testsuite/gdb.mi/mi-sym-info-1.c create mode 100644 gdb/testsuite/gdb.mi/mi-sym-info-2.c create mode 100644 gdb/testsuite/gdb.mi/mi-sym-info.exp