This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v7] gdb: ADI support
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Weimin Pan <weimin dot pan at oracle dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 18 Aug 2017 09:01:01 +0100
- Subject: Re: [PATCH v7] gdb: ADI support
- Authentication-results: sourceware.org; auth=none
- References: <1502150268-14721-1-git-send-email-weimin.pan@oracle.com>
Weimin Pan <weimin.pan@oracle.com> writes:
> --- a/gdb/doc/ChangeLog
> +++ b/gdb/doc/ChangeLog
> @@ -1,3 +1,7 @@
> +2017-08-07 Weimin Pan <weimin.pan@oracle.com>
A blank line is needed here.
> + * gdb.texinfo (Architectures): Add new Sparc64 section to document
> + ADI support.
> +
> 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
>
> PR gdb/21606
> @@ -1666,3 +2175,4 @@ const struct sparc_fpregmap sparc64_bsd_fpregmap =
> 0 * 8, /* %f0 */
> 32 * 8, /* %fsr */
> };
> +
Unnecessary change.
> diff --git a/gdb/sparc64-tdep.h b/gdb/sparc64-tdep.h
Patch is good to me. Thanks for your patience and persistence.
--
Yao (齐尧)