* disasm.c (dump_insns): Separate instructions from addresses.
authorDaniel Jacobowitz <drow@false.org>
Mon, 7 Jul 2003 15:13:17 +0000 (15:13 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 7 Jul 2003 15:13:17 +0000 (15:13 +0000)
gdb/ChangeLog
gdb/disasm.c

index c42797b..06b1918 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * disasm.c (dump_insns): Separate instructions from addresses.
+
 2003-07-07  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
index 553ca1c..2c5e7c9 100644 (file)
@@ -123,6 +123,9 @@ dump_insns (struct ui_out *uiout, disassemble_info * di,
          ui_out_field_int (uiout, "offset", offset);
          ui_out_text (uiout, ">:\t");
        }
+      else
+       ui_out_text (uiout, ":\t");
+
       if (filename != NULL)
        xfree (filename);
       if (name != NULL)