This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 8dddb06c59 Remove dwarf2_per_cu_data::v adds a09520cdd9 gdbsupport: use result_of_t instead of result_of in parallel-for.h adds 30bf8e1ce4 gdb: use decltype instead of typeof in dwarf2/read.c adds 71bc95ed20 gdb: allocate subfile with new adds ebd4e6d017 gdb: change subfile::name and buildsym_compunit::m_comp_dir [...] adds b08c778be9 gdb: use std::vector for temporary linetable_entry array in [...] adds 558802e4d1 gdb: change subfile::line_vector to an std::vector adds a8b7a13911 gdb: fix "passing NULL to memcpy" UBsan error in dwarf2/cook [...] adds 36baf73637 Fix bug in Ada number lexing adds 1b35e577c3 Automatic date update in version.in adds 10c0005660 ubsan: member access within null pointer of union adds d095eb4e87 Tidy gdb.base/parse_number.exp adds 50b032ebc0 Make intrusive_list_node's next/prev private new f5e7605006 binutils: enable PE on 32bit haiku build
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/config.bfd | 1 + bfd/version.h | 2 +- gdb/ada-lex.l | 4 +- gdb/buildsym.c | 195 +++++++++++++------------------- gdb/buildsym.h | 26 +++-- gdb/dwarf2/cooked-index.c | 6 +- gdb/dwarf2/read.c | 12 +- gdb/testsuite/gdb.ada/literals.exp | 3 + gdb/testsuite/gdb.base/parse_number.exp | 8 +- gdb/xcoffread.c | 179 ++++++++--------------------- gdbsupport/intrusive_list.h | 13 ++- gdbsupport/parallel-for.h | 6 +- ld/ldlang.c | 2 +- 14 files changed, 184 insertions(+), 277 deletions(-)