This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/4] RISC-V/Linux/native: Determine FLEN dynamically
- From: Jim Wilson <jimw at sifive dot com>
- To: "Maciej W. Rozycki" <macro at wdc dot com>
- Cc: gdb-patches at sourceware dot org, Andrew Burgess <andrew dot burgess at embecosm dot com>, Palmer Dabbelt <palmer at dabbelt dot com>, Tom Tromey <tom at tromey dot com>, Guo Ren <guoren at kernel dot org>, Lifang Xia <lifang_xia at c-sky dot com>, yunhai_shang <yunhai_shang at c-sky dot com>, jiangshuai_li at c-sky dot com
- Date: Thu, 23 Jan 2020 17:03:17 -0800
- Subject: Re: [PATCH 1/4] RISC-V/Linux/native: Determine FLEN dynamically
- References: <alpine.LFD.2.21.2001231412510.14118@redsun52.ssa.fujisawa.hgst.com> <alpine.LFD.2.21.2001231425120.14118@redsun52.ssa.fujisawa.hgst.com>
On Thu, Jan 23, 2020 at 11:40 AM Maciej W. Rozycki <macro@wdc.com> wrote:
> gdb/
> * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro.
> (riscv_linux_nat_target::read_description): Determine FLEN
> dynamically.
This looks good to me, though I'm not a formal riscv linux gdb maintainer.
Jim