diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-01-23 08:13:49 +0100 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-01-23 08:28:18 +0100 |
commit | 7da16a31d6a54bb6243a296649e53572688afc16 (patch) | |
tree | 1000efcd88056433d62cec1968cb44c94d9f3c49 /gdb | |
parent | 555896f818e98c4c963e8c75413bd8f1932b3f39 (diff) | |
download | fsf-binutils-gdb-7da16a31d6a54bb6243a296649e53572688afc16.zip fsf-binutils-gdb-7da16a31d6a54bb6243a296649e53572688afc16.tar.gz fsf-binutils-gdb-7da16a31d6a54bb6243a296649e53572688afc16.tar.bz2 |
Fix filename in one of the recent gdb/ChangeLog entries (remove "gdb/").
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 995aa36..1e0b3ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -8,7 +8,7 @@ 2015-01-22 Eli Zaretskii <eliz@gnu.org> - * gdb/tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm' + * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm' fails with the 1st arg NULL, try again with "unknown". Don't test the "cup" capability: it isn't supported by the Windows port of ncurses, but the Windows console driver is still capable of |