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

Re: RISC-V support

2019-01-08 Thread Jim Wilson
On Tue, Jan 8, 2019 at 5:52 AM Mark Wielaard wrote: > The _start one seems to be: > https://sourceware.org/bugzilla/show_bug.cgi?id=23125 > So that is fixed with glibc 2.29. > > Do you have a bug for the second issue with __thread_start? https://sourceware.org/bugzilla/show_bug.cgi?id=24040 I pl

Re: RISC-V support

2019-01-08 Thread Mark Wielaard
Hi Jim, Apologies for the late reply, holiday season. Seeing some patches already posted I think you already found the answers to your questions, but just to be sure, lets answer this email before reviewing the actual patches. On Wed, 2018-12-26 at 18:29 -0800, Jim Wilson wrote: > I'm looking at