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 b35334aa98 pr23658-1.d: Also xfail ft32-* and xgate-* new 3f2cf4dcd5 Remove some leftovers from complaints new 9fdd7193e7 Fix off-by-one error in complaint_internal new 22068491ad Use filtered printing when reading symbols new 6afcf761c2 Make complaint output prettier new 3453e7e409 Clean up "Reading symbols" output new e79497a160 Only print "no debugging symbols" message once new 5ca8c39f05 Simplify complaints even more
The 7 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/ChangeLog | 46 +++++++++++++ gdb/complaints.c | 47 ++----------- gdb/complaints.h | 15 +---- gdb/psymtab.c | 39 ++++------- gdb/symfile.c | 77 ++++++++++------------ gdb/testsuite/ChangeLog | 42 ++++++++++++ gdb/testsuite/gdb.base/attach.exp | 10 +-- gdb/testsuite/gdb.base/break-idempotent.exp | 2 +- gdb/testsuite/gdb.base/break-interp.exp | 2 +- gdb/testsuite/gdb.base/break-unload-file.exp | 2 +- gdb/testsuite/gdb.base/code_elim.exp | 10 +-- gdb/testsuite/gdb.base/dbx.exp | 2 +- .../gdb.base/kill-detach-inferiors-cmd.exp | 2 +- gdb/testsuite/gdb.base/print-symbol-loading.exp | 2 +- gdb/testsuite/gdb.base/readnever.exp | 2 +- gdb/testsuite/gdb.base/relocate.exp | 18 ++--- gdb/testsuite/gdb.base/sepdebug.exp | 2 +- gdb/testsuite/gdb.base/sym-file.exp | 4 +- gdb/testsuite/gdb.cp/cp-relocate.exp | 2 +- gdb/testsuite/gdb.cp/maint.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-objfile-overlap.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp | 2 +- gdb/testsuite/gdb.gdb/complaints.exp | 33 ++-------- gdb/testsuite/gdb.linespec/linespec.exp | 2 +- gdb/testsuite/gdb.mi/mi-cli.exp | 2 +- gdb/testsuite/gdb.multi/remove-inferiors.exp | 2 +- gdb/testsuite/gdb.python/py-section-script.exp | 2 +- gdb/testsuite/gdb.server/solib-list.exp | 2 +- gdb/testsuite/gdb.stabs/weird.exp | 2 +- gdb/testsuite/lib/gdb.exp | 8 +-- gdb/testsuite/lib/mi-support.exp | 4 +- 31 files changed, 195 insertions(+), 194 deletions(-)