This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/binutils-gdb.
from 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 adds 4884b57f24 Automatic date update in version.in adds f2ae8bc883 Fix GDB crash when registers cannot be modified.
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 78 ++++++ gdb/ada-lang.c | 17 +- gdb/c-exp.y | 104 +++---- 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/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/symfile.c | 2 +- gdb/testsuite/ChangeLog | 5 + .../stack-protector.c => gdb.ada/ptype_union.c} | 27 +- .../pr10770.exp => gdb.ada/ptype_union.exp} | 31 +-- gdb/top.c | 9 + gdb/type-stack.c | 2 +- gdb/type-stack.h | 2 +- 34 files changed, 488 insertions(+), 644 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%)