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 e47e48f6a7 Document 'set|show exec-file-mismatch (ask|warn|off)' adds 65e5fdc0c1 Automatic date update in version.in new b7d2fe148e Document m68k floating point feature correspondence new f6f1cebcbe Remove an include from machoread.c new 6f17252b76 Use new and delete for psymtabs new 6d94535fc6 Change some psymtab fields to bool new abaa2f2340 Do not allocate psymtabs via psymtab_storage new 32caafd02b Change allocate_psymtab to be a constructor new c3693a1d94 Turn start_psymtab_common into a constructor new 891813beaa Introduce partial_symtab::read_symtab method new 077cbab270 Consolidate psymtab "Reading" messages new 8566b89b73 Introduce partial_symtab::expand_psymtab method new 0494dbecdf Consolidate partial symtab dependency reading new 128a391fe4 Virtualize "readin" and "compunit_symtab" new 27ee3a66bf Automatic date update in version.in
The 13 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 | 177 ++++++++++++++++++++++++++++++++++++++++++++++++ gdb/ctfread.c | 71 +++++++++++-------- gdb/dbxread.c | 124 ++++++++++++--------------------- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 6 ++ gdb/dwarf-index-write.c | 29 ++++---- gdb/dwarf2read.c | 143 ++++++++++++++------------------------ gdb/dwarf2read.h | 25 ++++++- gdb/machoread.c | 1 - gdb/mdebugread.c | 93 +++++++++---------------- gdb/psympriv.h | 165 ++++++++++++++++++++++++++++++++++---------- gdb/psymtab.c | 156 +++++++++++++++++++++++------------------- gdb/psymtab.h | 11 +-- gdb/stabsread.h | 7 +- gdb/xcoffread.c | 101 ++++++++------------------- 16 files changed, 640 insertions(+), 476 deletions(-)