aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS5
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c0fda0a..742cff9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-24 Sanimir Agovic <sanimir.agovic@intel.com>
+
+ * NEWS: Mention support for C99 variable length arrays.
+
2014-04-24 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (standard_exc): Expand introductory comment.
diff --git a/gdb/NEWS b/gdb/NEWS
index a7067fd..d0c44ea 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.