This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v6 00/15] Please have a final look


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]