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-aarch64-next-defconfig in repository toolchain/ci/binutils-gdb.
from e7da54fcdb Automatic date update in version.in adds fce9773608 s12z and h8300 no-print-map-discarded fails adds 5ce032bdfc RX Assembler: Ensure that the internal limit on the number o [...] adds d563b95314 OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com [...] adds ee3c5f8968 Fix GDB crash when registers cannot be modified. adds 62160ec954 Fix "list" when control characters are seen adds 8ecb59f856 Print non-Ada unions without crashing adds 189b8c2e10 gdb/configure.ac: add --enable-source-highlight adds 61f4b35041 Make copy_name return std::string adds cf250e3679 Make objfile::static_links an htab_up adds b494cdff69 Use std::list for event notifications in gdbserver adds 97dfbaddad Use std::list for remote_notif_state::notif_queue adds 8732db6ceb Remove an include of common/queue.h adds fb88198679 Remove common/queue.h new 4884b57f24 Automatic date update in version.in
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 | 4 + bfd/elf32-s12z.c | 1 - bfd/version.h | 2 +- gas/ChangeLog | 9 + gas/config/tc-rx.c | 19 +- gas/config/tc-rx.h | 11 +- gdb/ChangeLog | 84 ++++++ gdb/ada-lang.c | 17 +- gdb/c-exp.y | 104 +++---- gdb/cli/cli-cmds.c | 4 +- gdb/common/queue.h | 298 --------------------- gdb/configure | 38 ++- gdb/configure.ac | 33 ++- gdb/cp-abi.c | 3 +- gdb/d-exp.y | 31 ++- gdb/event-loop.c | 1 - gdb/f-exp.y | 12 +- gdb/gdbserver/ChangeLog | 23 ++ gdb/gdbserver/notif.c | 37 +-- gdb/gdbserver/notif.h | 17 +- gdb/gdbserver/server.c | 80 +++--- gdb/gdbtypes.c | 5 +- gdb/gdbtypes.h | 14 +- gdb/go-exp.y | 45 ++-- gdb/inferior.h | 13 +- gdb/m2-exp.y | 31 +-- gdb/objfiles.c | 16 +- gdb/objfiles.h | 2 +- gdb/p-exp.y | 69 ++--- gdb/parse.c | 37 +-- gdb/parser-defs.h | 2 +- gdb/remote-notif.c | 27 +- gdb/remote-notif.h | 30 ++- gdb/remote.c | 2 +- gdb/source.c | 8 +- gdb/symfile.c | 2 +- gdb/testsuite/ChangeLog | 10 + .../stack-protector.c => gdb.ada/ptype_union.c} | 27 +- .../pr10770.exp => gdb.ada/ptype_union.exp} | 31 +-- gdb/testsuite/gdb.base/list0.h | 2 +- gdb/top.c | 9 + gdb/type-stack.c | 2 +- gdb/type-stack.h | 2 +- ld/ChangeLog | 6 + ld/testsuite/ld-gc/skip-map-discarded.s | 5 +- ld/testsuite/lib/ld-lib.exp | 1 + 46 files changed, 565 insertions(+), 661 deletions(-) delete mode 100644 gdb/common/queue.h copy gdb/testsuite/{gdb.base/stack-protector.c => gdb.ada/ptype_union.c} (83%) copy gdb/testsuite/{gdb.dwarf2/pr10770.exp => gdb.ada/ptype_union.exp} (61%)