This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 6d1823dc899 LoongArch: Fix disassembly option parsing stopping at the f [...] new b2eb2b00dc5 gdb/dwarf: remove redundant read of dwo_name new 861d98ffcea gdb/dwarf: update comment of cutu_reader::cutu_reader (the [...] new ad172865ca6 gdb/dwarf: use reference in cutu_reader::cutu_reader interface new 62c95db2a18 gdb: Remove compile-related attributes from struct language new c4375bc51c8 gdb: add configure option to disable compile
The 5 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: gdb/Makefile.in | 3 +- gdb/NEWS | 4 + gdb/README | 3 + gdb/c-lang.c | 32 ----- gdb/c-lang.h | 38 ------ gdb/cli/cli-script.c | 4 + gdb/compile/compile-internal.h | 39 ++++++ gdb/compile/compile.c | 81 ++++++++++-- gdb/config.in | 3 + gdb/configure | 39 +++++- gdb/configure.ac | 20 +++ gdb/dwarf2/cooked-indexer.c | 2 +- gdb/dwarf2/loc.c | 12 ++ gdb/dwarf2/read.c | 142 ++++++++++----------- gdb/dwarf2/read.h | 12 +- gdb/language.c | 8 -- gdb/language.h | 32 ----- gdb/testsuite/gdb.base/filename-completion.exp | 14 +- .../gdb.compile/compile-cplus-anonymous.exp | 2 + .../gdb.compile/compile-cplus-array-decay.exp | 2 + .../gdb.compile/compile-cplus-inherit.exp | 2 + gdb/testsuite/gdb.compile/compile-cplus-member.exp | 2 + gdb/testsuite/gdb.compile/compile-cplus-method.exp | 2 + .../gdb.compile/compile-cplus-namespace.exp | 2 + gdb/testsuite/gdb.compile/compile-cplus-nested.exp | 2 + gdb/testsuite/gdb.compile/compile-cplus-print.exp | 2 + .../gdb.compile/compile-cplus-virtual.exp | 2 + gdb/testsuite/gdb.compile/compile-cplus.exp | 2 + gdb/testsuite/gdb.compile/compile-ifunc.exp | 2 + gdb/testsuite/gdb.compile/compile-ops.exp | 2 + gdb/testsuite/gdb.compile/compile-print.exp | 2 + gdb/testsuite/gdb.compile/compile-setjmp.exp | 2 + gdb/testsuite/gdb.compile/compile-tls.exp | 2 + gdb/testsuite/gdb.compile/compile.exp | 2 + gdb/testsuite/lib/compile-support.exp | 3 + gdb/testsuite/lib/gdb.exp | 6 + 36 files changed, 319 insertions(+), 210 deletions(-)