This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v6 00/15] Please have a final look
- From: Eli Zaretskii <eliz at gnu dot org>
- To: "Agovic, Sanimir" <sanimir dot agovic at intel dot com>
- Cc: brobecker at adacore dot com, gdb-patches at sourceware dot org, tromey at redhat dot com
- Date: Tue, 22 Apr 2014 19:57:59 +0300
- Subject: Re: [PATCH v6 00/15] Please have a final look
- Authentication-results: sourceware.org; auth=none
- References: <1397133617-26681-1-git-send-email-sanimir dot agovic at intel dot com> <20140410143915 dot GD15965 at adacore dot com> <20140410144618 dot GK4250 at adacore dot com> <0377C58828D86C4588AEEC42FC3B85A71D864D83 at IRSMSX105 dot ger dot corp dot intel dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: "Agovic, Sanimir" <sanimir.agovic@intel.com>
> CC: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
> "tromey@redhat.com" <tromey@redhat.com>
> Date: Tue, 22 Apr 2014 15:32:21 +0000
>
> > I forgot - once the patch series is in, we will need a NEWS entry.
> Is this NEWS entry OK?
>
>
> news: mention support for C99 variable length arrays
>
> * NEWS: Mention support for C99 variable length arrays.
>
> diff --git a/gdb/ChangeLog b/gdb/ChangeLog
> index 120b70b..b2fb9fa 100644
> --- a/gdb/ChangeLog
> +++ b/gdb/ChangeLog
> @@ -1,3 +1,7 @@
> +2014-04-22 Sanimir Agovic <sanimir.agovic@intel.com>
> +
> + * NEWS: Mention support for C99 variable length arrays.
> +
> 2014-04-22 Nick Clifton <nickc@redhat.com>
>
> * NEWS: Mention that ARM sim now supports tracing.
> diff --git a/gdb/NEWS b/gdb/NEWS
> index b72d64d..40d79a8 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -2,7 +2,10 @@
> (Organized release by release)
>
> *** Changes since GDB 7.7
> -
> +
> +* GDB supports printing and modifying of variable length automatic arrays
> + as specified in ISO C99.
> +
Yes, it's OK.
Thanks.