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 08f406e9a1e gdb/mi: new options for -data-disassemble command new e7b1ba07bc9 gdb/testsuite: rewrite capture_command_output proc new bd93abe8d55 gdb/riscv: fix failure in gdb.base/completion.exp new 89e601ac3a2 gdb/gdbarch: add a comment to gdbarch_register_name new 9a972b54040 gdb: add a gdbarch_register_name self test, and fix some ar [...] new 9a103324fee gdb: check for duplicate register names in selftest new 7df42400402 gdb: add asserts to gdbarch_register_name new 7ac20d65a8d gdb/csky: remove nullptr return from csky_pseudo_register_name new 9b9e61c7cf4 gdb: final cleanup of various gdbarch_register_name methods new 637b2f86138 gdb: update now gdbarch_register_name doesn't return nullptr
The 9 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/alpha-tdep.c | 8 +-- gdb/arch-utils.c | 3 +- gdb/avr-tdep.c | 6 +-- gdb/bpf-tdep.c | 5 +- gdb/cris-tdep.c | 7 +-- gdb/csky-linux-tdep.c | 14 ++--- gdb/csky-tdep.c | 20 ++----- gdb/features/rs6000/powerpc-604.c | 13 +++-- gdb/features/rs6000/powerpc-604.xml | 1 - gdb/features/rs6000/powerpc-750.c | 1 - gdb/features/rs6000/powerpc-750.xml | 1 - gdb/frv-tdep.c | 6 --- gdb/ft32-tdep.c | 5 +- gdb/gdbarch-components.py | 23 ++++++++ gdb/gdbarch-gen.h | 6 +++ gdb/gdbarch-selftests.c | 46 ++++++++++++++++ gdb/gdbarch.c | 6 ++- gdb/gdbarch.py | 21 +++++++- gdb/h8300-tdep.c | 11 ++-- gdb/hppa-tdep.c | 12 ++--- gdb/infcmd.c | 3 +- gdb/iq2000-tdep.c | 3 +- gdb/lm32-tdep.c | 6 +-- gdb/m32c-tdep.c | 8 +-- gdb/m32r-tdep.c | 5 +- gdb/m68hc11-tdep.c | 9 ++-- gdb/m68k-tdep.c | 9 ++-- gdb/mep-tdep.c | 2 +- gdb/mi/mi-main.c | 20 +++---- gdb/microblaze-tdep.c | 6 +-- gdb/mips-tdep.c | 8 +-- gdb/mn10300-tdep.c | 14 +++-- gdb/moxie-tdep.c | 5 +- gdb/msp430-tdep.c | 2 + gdb/nds32-tdep.c | 10 ++-- gdb/nios2-tdep.c | 2 +- gdb/regcache.c | 5 +- gdb/reggroups.c | 3 +- gdb/riscv-tdep.c | 34 ++++++------ gdb/sh-tdep.c | 103 +++++++++++------------------------- gdb/sparc-tdep.c | 8 +-- gdb/sparc64-tdep.c | 8 +-- gdb/testsuite/lib/gdb.exp | 35 ++++++++++-- gdb/tic6x-tdep.c | 3 -- gdb/tilegx-tdep.c | 8 +-- gdb/tui/tui-regs.c | 4 +- gdb/user-regs.c | 10 ++-- gdb/v850-tdep.c | 14 +++-- gdb/valops.c | 2 +- gdb/vax-tdep.c | 6 +-- gdb/xstormy16-tdep.c | 9 +--- gdb/xtensa-tdep.c | 6 +-- gdb/z80-tdep.c | 4 +- 53 files changed, 282 insertions(+), 307 deletions(-)