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 cabd67874a6 gdb/testsuite: add back needed -re clause in gdb_breakpoint new 2b16913cdca gdb: make gdbarch_alloc take ownership of the tdep new 8b35ed1febd gdbsupport: move libxxhash configure check to gdbsupport new 72127b193c9 gdbsupport: move fast_hash to gdbsupport/common-utils.h new 1a8605a8c79 gdbsupport: add gdb::string_view_hash
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/aarch64-tdep.c | 5 +- gdb/alpha-tdep.c | 7 +- gdb/arc-tdep.c | 6 +- gdb/arch-utils.c | 2 +- gdb/arm-tdep.c | 6 +- gdb/avr-tdep.c | 6 +- gdb/bfin-tdep.c | 6 +- gdb/bpf-tdep.c | 4 +- gdb/configure | 5994 ++++++++++++++++++++++----------------------- gdb/configure.ac | 23 - gdb/cris-tdep.c | 6 +- gdb/csky-tdep.c | 7 +- gdb/frv-tdep.c | 15 +- gdb/ft32-tdep.c | 6 +- gdb/gdbarch.c | 6 +- gdb/gdbarch.h | 5 +- gdb/hppa-tdep.c | 7 +- gdb/i386-tdep.c | 7 +- gdb/ia64-tdep.c | 7 +- gdb/lm32-tdep.c | 6 +- gdb/loongarch-tdep.c | 6 +- gdb/m32c-tdep.c | 5 +- gdb/m32r-tdep.c | 6 +- gdb/m68hc11-tdep.c | 7 +- gdb/m68k-tdep.c | 7 +- gdb/mep-tdep.c | 7 +- gdb/microblaze-tdep.c | 5 +- gdb/mips-tdep.c | 7 +- gdb/mn10300-tdep.c | 6 +- gdb/moxie-tdep.c | 6 +- gdb/msp430-tdep.c | 7 +- gdb/nds32-tdep.c | 8 +- gdb/nios2-tdep.c | 6 +- gdb/or1k-tdep.c | 7 +- gdb/riscv-tdep.c | 7 +- gdb/rl78-tdep.c | 7 +- gdb/rs6000-tdep.c | 8 +- gdb/rx-tdep.c | 7 +- gdb/s12z-tdep.c | 4 +- gdb/s390-tdep.c | 13 +- gdb/s390-tdep.h | 2 + gdb/sh-tdep.c | 6 +- gdb/sparc-tdep.c | 6 +- gdb/symtab.c | 2 +- gdb/tic6x-tdep.c | 6 +- gdb/utils.h | 19 - gdb/v850-tdep.c | 7 +- gdb/xtensa-config.c | 4 +- gdb/xtensa-tdep.c | 10 +- gdb/z80-tdep.c | 6 +- gdbserver/config.in | 3 + gdbserver/configure | 514 ++++ gdbsupport/Makefile.in | 3 + gdbsupport/common-utils.h | 38 + gdbsupport/common.m4 | 24 + gdbsupport/config.in | 3 + gdbsupport/configure | 514 ++++ 57 files changed, 4245 insertions(+), 3189 deletions(-)