This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 321d0cd7e7 gdb/testsuite: use -gdwarf-4 in simavr board adds 458620aabb Fix syntax error in Rust test adds 3cbc7ac344 Rewrite the Rust expression parser adds 1b348b6b67 Automatic date update in version.in adds e357e9904c Add block_search_flags adds df35e6262d Let expand_symtabs_matching short-circuit adds 03a8ea51c3 Add search_flags to expand_symtabs_matching adds 3bfa51a75f Add 'domain' parameter to expand_symtabs_matching adds 84d865e39c Remove quick_symbol_functions::lookup_symbol adds 536a40f3a8 Remove quick_symbol_functions::map_symtabs_matching_filename adds 7089bd886e Remove quick_symbol_functions::expand_symtabs_for_function adds 90160b5703 Remove quick_symbol_functions::expand_symtabs_with_fullname adds 0b7b2c2adf Simplify quick_symbol_functions::map_matching_symbols adds da314dd397 Avoid crash in write_psymtabs_to_index adds 42c2c69462 Handle unaligned mapping of .gdb_index adds 100cfce897 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 229 ++ gdb/Makefile.in | 7 +- gdb/ada-lang.c | 43 +- gdb/dwarf2/index-common.h | 21 +- gdb/dwarf2/index-write.c | 44 +- gdb/dwarf2/read.c | 699 ++--- gdb/linespec.c | 3 + gdb/objfiles.h | 40 +- gdb/psympriv.h | 22 +- gdb/psymtab.c | 269 +- gdb/python/py-symbol.c | 4 +- gdb/quick-symbol.h | 88 +- gdb/rust-exp.y | 2884 -------------------- gdb/rust-parse.c | 2351 ++++++++++++++++ gdb/symfile-debug.c | 146 +- gdb/symfile.c | 16 +- gdb/symfile.h | 3 +- gdb/symmisc.c | 2 + gdb/symtab.c | 4 + gdb/testsuite/ChangeLog | 13 + .../gdb-index-nodebug.exp} | 17 +- gdb/testsuite/gdb.rust/expr.exp | 6 +- gdb/testsuite/gdb.rust/simple.exp | 4 +- 24 files changed, 3135 insertions(+), 3782 deletions(-) delete mode 100644 gdb/rust-exp.y create mode 100644 gdb/rust-parse.c copy gdb/testsuite/{gdb.base/align-c++.exp => gdb.dwarf2/gdb-index-nodebug.exp} (64%)