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-defconfig in repository toolchain/ci/binutils-gdb.
from 57357d9df8 Fix mingw build of gdb adds 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 new 640ab94712 gdb/testsuite: Fix race condition compiling fortran test new e76b224615 Precompute hash value for symbol_set_names new f29d7f6b83 Compute msymbol hash codes in parallel new 62e77f56f0 Turn off threaded minsym demangling by default new e49b22ff20 Add a NEWS entry for multithreaded symbol loading new 351259211a Add missing ChangeLog entry for the previous commit
The 6 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 | 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 +- bfd/version.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 +- 43 files changed, 1846 insertions(+), 496 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