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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 2219ae0b0e COFF: Check for symbols defined in discarded section adds 3db066bcd5 Slightly simplify minsym creation adds 1b7a07cba0 Use bitset for demangled_hash_languages adds 788c80d1af Remove some unneeded initializations in minimal_symbol_reader adds 741d7538b7 Remove minsym termination adds d6797f465c Simplify per-BFD storage management adds db92718b54 Use htab_up for demangled hash adds 042d75e42c Allocate minimal symbols with malloc adds 0de2420c4b Use memcpy in minimal_symbol_reader::install adds eefba3da27 Change minimal_symbol inheritance adds fdc01131eb Automatic date update in version.in adds 6835821be8 PR24337, segfault in _bfd_elf_rela_local_sym, again adds 798e1c302a Revert "Use wclrtoeol in tui_show_source_line" adds 8d8c087f34 OBVIOUS: fix several occurrences of 'This options has' to 'T [...] new ab42892fb7 Fix vertical scrolling of TUI source window
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 | 8 ++++ bfd/elf.c | 9 ++--- bfd/elflink.c | 5 +-- bfd/version.h | 2 +- gdb/ChangeLog | 93 ++++++++++++++++++++++++++++++++++++++++++ gdb/auto-load.c | 6 +-- gdb/coffread.c | 3 +- gdb/jit.c | 2 - gdb/linux-thread-db.c | 2 +- gdb/minsyms.c | 105 +++++++++++++++--------------------------------- gdb/minsyms.h | 20 ++++----- gdb/objfiles.c | 46 ++++++--------------- gdb/objfiles.h | 21 +++++----- gdb/solib.c | 3 +- gdb/source-cache.c | 7 ++++ gdb/symfile.c | 1 - gdb/symtab.c | 6 +-- gdb/symtab.h | 49 +++++++++------------- gdb/tui/tui-winsource.c | 8 +++- 19 files changed, 211 insertions(+), 185 deletions(-)