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 533b2ae07d0 gdb/riscv: remove csr aliases created with DECLARE_CSR_ALIAS new 25428040229 gdb/riscv: rewrite target description validation, add rv32e [...]
The 1 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 | 50 ++ gdb/arch/riscv.c | 15 +- gdb/arch/riscv.h | 9 +- gdb/features/Makefile | 1 + gdb/features/riscv/{32bit-cpu.c => rv32e-xregs.c} | 20 +- .../riscv/{32bit-cpu.xml => rv32e-xregs.xml} | 16 - gdb/riscv-tdep.c | 711 ++++++++++++--------- gdb/riscv-tdep.h | 5 + 8 files changed, 474 insertions(+), 353 deletions(-) copy gdb/features/riscv/{32bit-cpu.c => rv32e-xregs.c} (54%) copy gdb/features/riscv/{32bit-cpu.xml => rv32e-xregs.xml} (65%)