[v6,00/15] Please have a final look
Commit Message
> 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.
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052
Comments
> 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.
@@ -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.
@@ -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.
+
* The ARM simulator now supports instruction level tracing
with or without disassembly.
Intel GmbH