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


> 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.
+
 * The ARM simulator now supports instruction level tracing
   with or without disassembly.
Intel GmbH
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


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