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 f8e4eb6aaac [gdb/build, c++20] Fix UTF-8 string literal usage new 116ea63b99b gdb: update blockvector::lookup new cc1fc6af415 gdb: change blockvector::contains() to handle blockvectors [...] new 6287318dfd4 gdb: add unittests for blockvector lookup functions new ffa404804e7 gdb: update is_addr_in_objfile to support "dynamic" objfiles
The 4 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 | 1 + gdb/block-selftests.c | 128 ++++++++++++++++++++++++++++++++++ gdb/block.c | 59 ++++++++++++---- gdb/objfiles.c | 24 +++++-- gdb/objfiles.h | 2 +- gdb/symtab.c | 8 +++ gdb/symtab.h | 3 + gdb/testsuite/gdb.base/jit-reader.exp | 9 +++ 8 files changed, 215 insertions(+), 19 deletions(-) create mode 100644 gdb/block-selftests.c