diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ed302dd..6c7fda5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2013-12-10 Doug Evans <dje@google.com> + PR 16286 + * c-lang.c (c_get_string): Ignore the declared size of the object + if a specific length is requested. + +2013-12-10 Doug Evans <dje@google.com> + * interps.h (interp_exec_p): Delete. * interps.c (interp_exec_p): Delete. (interp_exec): Update. Assert interp->procs->exec_proc != NULL. |