This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix filename in one of the recent gdb/ChangeLog entries (remove "gdb/").


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bbbbffbbfc3fca35649896d6626ab02581df8037

commit bbbbffbbfc3fca35649896d6626ab02581df8037
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Fri Jan 23 08:13:49 2015 +0100

    Fix filename in one of the recent gdb/ChangeLog entries (remove "gdb/").

Diff:
---
 gdb/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 767aa2b..b358c26 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -24,7 +24,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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]