diff options
author | Doug Evans <xdje42@gmail.com> | 2014-12-18 00:52:40 -0800 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2014-12-18 00:52:40 -0800 |
commit | 99d4b98d4b61b13947514670ef14a61e42ebd1ed (patch) | |
tree | 29f3cc4c518cce2e5f08f5c1e7fd8ea57051b140 | |
parent | 6ddfe5b4f9644204d5e322a2d026a01190dd38d9 (diff) | |
download | gdb-99d4b98d4b61b13947514670ef14a61e42ebd1ed.zip gdb-99d4b98d4b61b13947514670ef14a61e42ebd1ed.tar.gz gdb-99d4b98d4b61b13947514670ef14a61e42ebd1ed.tar.bz2 |
Fix file name in earlier entry.
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 42ace6d..a965669 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -563,7 +563,7 @@ 2014-12-10 Doug Evans <xdje42@gmail.com> * cp-namespace.c (cp_lookup_symbol_imports): Make static. - * cp-support.c (cp_lookup_symbol_imports): Delete. + * cp-support.h (cp_lookup_symbol_imports): Delete. 2014-12-10 Simon Marchi <simon.marchi@ericsson.com> |