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 61aed4041aa gdb/MAINTAINERS: add Christina Schimpe as x86-64 and i386 m [...] new 7596c998e15 Automatic date update in version.in new 1f7e70ddd2c bfd/Dwarf: Add suitable defines to use at call and use sites new 46871224c49 ld: support most modifiers for printf() like vfinfo() forma [...] new 7dfdc927a17 x86: drop a few excess AVX512VL from opcode table new 09aeeb1ca9c [gdb/testsuite] Fix three typos in gdb.base/long_long.exp new 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 new 29e5fad6db3 gdb/testsuite: fix a few typos
The 11 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/elfxx-x86.c | 2 +- bfd/version.h | 2 +- binutils/dwarf.c | 75 ++++++++------ 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/ctf-ptype.exp | 2 +- gdb/testsuite/gdb.base/fileio.c | 12 +-- gdb/testsuite/gdb.base/jit-reader.exp | 9 ++ gdb/testsuite/gdb.base/long_long.exp | 6 +- gdb/testsuite/gdb.base/ptype.exp | 2 +- gdb/testsuite/gdb.dwarf2/ada-valprint-error.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-fixed-point.exp | 2 +- gdb/testsuite/gdb.python/py-explore.exp | 32 +++--- gdb/testsuite/lib/gdb.exp | 2 +- gdb/top.c | 26 +++-- ld/ldmisc.c | 90 +++++++++-------- ld/testsuite/ld-x86-64/pr31868a.l | 6 +- ld/testsuite/ld-x86-64/pr31868b.l | 2 +- ld/testsuite/ld-x86-64/pr31868c.l | 4 +- opcodes/i386-opc.tbl | 18 ++-- opcodes/i386-tbl.h | 8 +- 26 files changed, 377 insertions(+), 150 deletions(-) create mode 100644 gdb/block-selftests.c