diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c8ba539..32c6379 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-09-05 Tom Tromey <tom@tromey.com> + * go-exp.y (go_parse): Don't create a cleanup. + +2017-09-05 Tom Tromey <tom@tromey.com> + * d-exp.y (PrimaryExpression): Use std::string. (d_parse): Don't create a cleanup. |