news: mention support for C99 variable length arrays

* NEWS: Mention support for C99 variable length arrays.
This commit is contained in:
Sanimir Agovic 2014-04-22 15:26:33 +01:00
parent 2abc3f8d59
commit e9475ead98
2 changed files with 8 additions and 1 deletions

View File

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

View File

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