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 ce04ca31231 Use sha256 for hashes in the release process new 1b00ef063f8 [gdb/symtab] Fix language of frame without debug info new f93b8760308 [gdb/testsuite] Fix gdb.dwarf2/dw2-error.exp with -readnow new 32a5f98aa4b [gdb/testsuite] Fix gdb.base/relocate.exp with -readnow new 6b68fd45a80 [gdb/testsuite] Fix gdb.rust/traits.exp with -readnow new efe9b873931 [gdb/testsuite] Fix re-read FAILs with -readnow new 99cc6b2abf5 [gdb/testsuite] Fix gdb.python/py-symbol.exp with -readnow
The 6 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 | 6 +++ gdb/symtab.c | 8 ++++ gdb/testsuite/ChangeLog | 29 ++++++++++++ gdb/testsuite/gdb.ada/exec_changed.exp | 8 ++++ gdb/testsuite/gdb.base/relocate.exp | 9 ++-- gdb/testsuite/gdb.base/reread.exp | 8 ++++ gdb/testsuite/gdb.dwarf2/dw2-error.exp | 9 ++++ .../{main-foo.c => dw2-ranges-overlap.c} | 22 ++++----- ...-extended-opcode.exp => dw2-ranges-overlap.exp} | 52 ++++++++++++---------- gdb/testsuite/gdb.python/py-symbol.exp | 32 +++++++++++-- gdb/testsuite/gdb.rust/traits.exp | 8 ++++ gdb/testsuite/lib/gdb.exp | 9 +++- 12 files changed, 157 insertions(+), 43 deletions(-) copy gdb/testsuite/gdb.dwarf2/{main-foo.c => dw2-ranges-overlap.c} (83%) copy gdb/testsuite/gdb.dwarf2/{dw2-vendor-extended-opcode.exp => dw2-ranges-overla [...]