This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb: Initial baremetal riscv support
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>
- Cc: gdb-patches at sourceware dot org, palmer at sifive dot com
- Date: Tue, 13 Feb 2018 21:49:05 +0200
- Subject: Re: [PATCH] gdb: Initial baremetal riscv support
- Authentication-results: sourceware.org; auth=none
- References: <20180213191455.2405-1-andrew.burgess@embecosm.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Andrew Burgess <andrew.burgess@embecosm.com>
> Cc: palmer@sifive.com, Andrew Burgess <andrew.burgess@embecosm.com>
> Date: Tue, 13 Feb 2018 19:14:55 +0000
>
> This patch adds initial RiscV support to GDB.
Thanks.
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 1767cef920a..a3ba034674b 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -6,6 +6,8 @@
> * 'info proc' now works on running processes on FreeBSD systems and core
> files created on FreeBSD systems.
>
> +* Support for baremetal RiscV targets has been added.
> +
I think this should under "New targets".