Re: [PATCH] RISC-V: Improve riscv64 core file support.

2019-01-08 Thread Mark Wielaard
On Thu, Dec 27, 2018 at 03:25:49PM -0800, Jim Wilson wrote: > This fixes two problems. The offset for x1 is changed from 1 to 8 because > this > is a byte offset not a register skip count. Support for reading the PC value > is added. This requires changing the testsuite to match the new readelf

[PATCH] RISC-V: Improve riscv64 core file support.

2018-12-27 Thread Jim Wilson
This fixes two problems. The offset for x1 is changed from 1 to 8 because this is a byte offset not a register skip count. Support for reading the PC value is added. This requires changing the testsuite to match the new readelf output for coredumps. Signed-off-by: Jim Wilson --- backends/Chan