[PATCH] Fix typo in riscv_register_info

2018-07-19 Thread Andreas Schwab
Signed-off-by: Andreas Schwab --- backends/ChangeLog| 4 backends/riscv_regs.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/backends/ChangeLog b/backends/ChangeLog index bf31072e3a..79370b6f85 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7

[PATCH] tests: Add core and strip tests for RISC-V

2018-07-19 Thread Andreas Schwab
Signed-off-by: Andreas Schwab --- tests/ChangeLog | 12 + tests/Makefile.am | 6 ++- tests/run-allregs.sh| 71 tests/run-readelf-mixed-corenote.sh | 70 +++ tests/run-strip-test12.s

Re: [PATCH] Fix typo in riscv_register_info

2018-07-19 Thread Mark Wielaard
Thanks. Typo looks obvious. Pushed to master.

Re: [PATCH] tests: Add core and strip tests for RISC-V

2018-07-19 Thread Mark Wielaard
On Thu, 2018-07-19 at 12:41 +0200, Andreas Schwab wrote: > +2018-07-19  Andreas Schwab   > + > + * Makefile.am (TESTS): Add run-strip-test12.sh. > + (EXTRA_DIST): Add run-strip-test12.sh, testfile-riscv64.bz2, > + testfile-riscv64-s.bz2, testfile-riscv64-core.bz2. > + (run-strip-tes