This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 2/3] RISC-V/Linux/native: Factor out target description determination
- From: Jim Wilson <jimw at sifive dot com>
- To: "Maciej W. Rozycki" <macro at wdc dot com>
- Cc: "gdb-patches at sourceware dot org" <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>, "guoren at kernel dot org" <guoren at kernel dot org>, "lifang_xia at c-sky dot com" <lifang_xia at c-sky dot com>, "yunhai_shang at c-sky dot com" <yunhai_shang at c-sky dot com>, "jiangshuai_li at c-sky dot com" <jiangshuai_li at c-sky dot com>
- Date: Wed, 29 Jan 2020 15:25:57 -0800
- Subject: Re: [PATCH v2 2/3] RISC-V/Linux/native: Factor out target description determination
- References: <alpine.LFD.2.21.2001291207310.14118@redsun52.ssa.fujisawa.hgst.com> <alpine.LFD.2.21.2001291412340.14118@redsun52.ssa.fujisawa.hgst.com>
On Wed, Jan 29, 2020 at 10:13 AM Maciej W. Rozycki <macro@wdc.com> wrote:
> gdb/
> * nat/riscv-linux-tdesc.h: New file.
> * nat/riscv-linux-tdesc.c: New file, taking code from...
> * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
> ... here.
> * configure.nat <linux> <riscv*>: Add nat/riscv-linux-tdesc.o to
> NATDEPFILES.
Looks good to me, though I'm not an official reviewer.
Jim