From e9475ead987ab329928324c3b7a38d17300580ae Mon Sep 17 00:00:00 2001 From: Sanimir Agovic Date: Tue, 22 Apr 2014 15:26:33 +0100 Subject: [PATCH] news: mention support for C99 variable length arrays * NEWS: Mention support for C99 variable length arrays. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 + + * NEWS: Mention support for C99 variable length arrays. + 2014-04-24 Joel Brobecker * 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. -- 2.7.4