Re: [PATCH] backends: add core_note callback for RISC-V
Looks good as far as I can tell. Pushed to master. But it would be really nice to have a testcase. Could you look at tests/run-readelf-mixed-corenote.sh and add something similar for RISC-V? Thanks, Mark
[PATCH] backends: add core_note callback for RISC-V
Signed-off-by: Andreas Schwab --- backends/ChangeLog| 6 backends/Makefile.am | 2 +- backends/riscv_corenote.c | 60 +++ backends/riscv_init.c | 1 + 4 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 backends/riscv_c