This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
discards 29e5fad6db3 gdb/testsuite: fix a few typos discards ffa404804e7 gdb: update is_addr_in_objfile to support "dynamic" objfiles discards 6287318dfd4 gdb: add unittests for blockvector lookup functions discards cc1fc6af415 gdb: change blockvector::contains() to handle blockvectors [...] discards 116ea63b99b gdb: update blockvector::lookup discards f8e4eb6aaac [gdb/build, c++20] Fix UTF-8 string literal usage discards 09aeeb1ca9c [gdb/testsuite] Fix three typos in gdb.base/long_long.exp discards 7dfdc927a17 x86: drop a few excess AVX512VL from opcode table discards 46871224c49 ld: support most modifiers for printf() like vfinfo() forma [...] discards 1f7e70ddd2c bfd/Dwarf: Add suitable defines to use at call and use sites discards 7596c998e15 Automatic date update in version.in
This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/master (61aed4041aa) \ O -- O -- O (29e5fad6db3)
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
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, 150 insertions(+), 377 deletions(-) delete mode 100644 gdb/block-selftests.c