]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* printcmd.c (print_insn): Use the given stream for
authorKeith Seitz <keiths@redhat.com>
Tue, 18 Sep 2001 14:59:39 +0000 (14:59 +0000)
committerKeith Seitz <keiths@redhat.com>
Tue, 18 Sep 2001 14:59:39 +0000 (14:59 +0000)
        output.

gdb/ChangeLog
gdb/printcmd.c

index aedc944a3a84a5d3ac7bde397027c04c7b33b890..9b9412772e232c478287011a17f7789590ed8092 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-18  Keith Seitz  <keiths@redhat.com>
+
+        * printcmd.c (print_insn): Use the given stream for
+        output.
+
 2001-09-10  Jason Molenda  (jmolenda@apple.com)
 
        * NEWS: "ANS/ISO C" -> "ISO C".
index ca2979be066b258581649610651373af7c12f611..bd0e28bbd22b1d67ff9f3bb7feedf35f053a2546 100644 (file)
@@ -2441,6 +2441,8 @@ print_insn (CORE_ADDR memaddr, struct ui_file *stream)
     TARGET_PRINT_INSN_INFO->mach = TARGET_ARCHITECTURE->mach;
   /* else: should set .mach=0 but some disassemblers don't grok this */
 
+  TARGET_PRINT_INSN_INFO->stream = stream;
+
   return TARGET_PRINT_INSN (memaddr, TARGET_PRINT_INSN_INFO);
 }
 \f