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 6207ed2877 Prevent more potential illegal memory accesses in the RX dis [...] new 7bb4305982 Store the mangled name as a string_view new 1a6ff1a96b Add a fast_hash function in common-utils new ccb1ba6229 Use libxxhash for hashing, if present
The 3 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 | 27 +++ gdb/Makefile.in | 8 +- gdb/config.in | 3 + gdb/configure | 497 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/configure.ac | 23 +++ gdb/symtab.c | 16 +- gdb/utils.c | 4 + gdb/utils.h | 14 ++ 8 files changed, 583 insertions(+), 9 deletions(-)