diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-01-22 20:23:12 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-01-22 20:24:57 +0200 |
commit | 6b8a872ff1038e2b8618ea33bb1113b78f39976d (patch) | |
tree | b5def1741a369b024c9c7d81d3860452cb27963b /gdb/ChangeLog | |
parent | 4b62a76e0cd716407859077467fddbb66b715a43 (diff) | |
download | gdb-6b8a872ff1038e2b8618ea33bb1113b78f39976d.zip gdb-6b8a872ff1038e2b8618ea33bb1113b78f39976d.tar.gz gdb-6b8a872ff1038e2b8618ea33bb1113b78f39976d.tar.bz2 |
Fix MinGW TUI build
gdb/
2015-01-22 Eli Zaretskii <eliz@gnu.org>
* gdb/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
supporting TUI.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fecedeb..a6ba992 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2015-01-22 Eli Zaretskii <eliz@gnu.org> + + * gdb/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 + supporting TUI. + 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> * compile/compile.c (_initialize_compile): Use -fPIE for compile_args. |