summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/gdbtk/ChangeLog5
-rw-r--r--gdb/gdbtk/generic/gdbtk.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog
index f872f5d693b..fadc0b128f2 100644
--- a/gdb/gdbtk/ChangeLog
+++ b/gdb/gdbtk/ChangeLog
@@ -1,5 +1,10 @@
2001-08-21 Keith Seitz <keiths@redhat.com>
+ * generic/gdbtk.c (gdbtk_init): Gdb just fixed this. No
+ need for the workaround I just checked in anymore.
+
+2001-08-21 Keith Seitz <keiths@redhat.com>
+
* generic/gdbtk.c (gdbtk_init): Reinitialize disassemle info's
stream parameter: we just deleted the one it saved when we
re-routed gdb_stdout to our own gdb_stdout.
diff --git a/gdb/gdbtk/generic/gdbtk.c b/gdb/gdbtk/generic/gdbtk.c
index 7e7eaaa1c2e..7cdea6e596f 100644
--- a/gdb/gdbtk/generic/gdbtk.c
+++ b/gdb/gdbtk/generic/gdbtk.c
@@ -586,10 +586,6 @@ gdbtk_init (argv0)
gdb_stdtarg = gdbtk_fileopen ();
uiout = cli_out_new (gdb_stdout);
- /* We need to re-register the standard disassembler's
- output, since we just changed gdb_stdout. */
- tm_print_insn_info.stream = gdb_stdout;
-
#ifdef __CYGWIN32__
(void) FreeConsole ();
#endif