diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-25 17:34:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-25 17:34:03 +0000 |
commit | 7fc75ca750afe059352f475d7511330506e835ef (patch) | |
tree | 725265227eee99a142aae9b779d0969ccc2e6d03 /gdb/ChangeLog | |
parent | 3405876ae7971153e14fd5c2ed17cb0bb6cdf117 (diff) | |
download | binutils-7fc75ca750afe059352f475d7511330506e835ef.zip binutils-7fc75ca750afe059352f475d7511330506e835ef.tar.gz binutils-7fc75ca750afe059352f475d7511330506e835ef.tar.bz2 |
* c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
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 2804269..01765e1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-01-25 Tom Tromey <tromey@redhat.com> + + * c-exp.y (qualified_name): Use TYPE_SAFE_NAME. + 2013-01-25 Pedro Alves <palves@redhat.com> * remote.c (stop_reply_extract_thread): New. |