summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-25 01:50:50 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-25 01:50:50 +0000
commited952ac51281cbe9ec9ea1aec12e99b779a79540 (patch)
treeaeac2249085de426f76da06a93acc5e9255ec94e /gdb/ChangeLog
parent0aaf65d72f1fbfb99b02d8d5e6d9a43fcc2cf9f7 (diff)
downloadbinutils-gdb-ed952ac51281cbe9ec9ea1aec12e99b779a79540.tar.gz
Have TUI use the same configury mechanism as MI.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 355c007aa2d..937cdebf75d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,22 @@
+Thu May 25 11:09:50 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * configure.in (AC_OUTPUT): Do not generate tui/Makefile.
+ (enable-tui): Convert Makefile configury to use the same mechanism
+ as MI.
+
+ * Makefile.in (BUILD_TUI, TUI_LIBRARY, TUI_DIR, TUI_SRC,
+ TUI_CFLAGS): Delete
+ (all-tui): Delete target.
+ (tuiWin.o, tuiStack.o, tuiSourceWin.o, tuiSource.o, tuiRegs.o,
+ tuiLayout.o, tuiIO.o, tuiGeneralWin.o, tuiDisassem.o,
+ tuiDataWin.o, tuiData.o, tuiCommand.o, tui.o): New targets.
+ (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS, SUBDIR_TUI_DEPS,
+ SUBDIR_TUI_INITS, SUBDIR_TUI_LDFLAGS, SUBDIR_TUI_CFLAGS,
+ SUBDIR_TUI_ALL, SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL,
+ SUBDIR_TUI_UNINSTALL): Define.
+
+ * TODO: Update.
+
Thu May 25 11:02:24 2000 Andrew Cagney <cagney@b1.cygnus.com>
* TODO: Update. Mark Kettenis fixed FreeBSD >2.2 support.