projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8de307e
)
* disasm.c (dump_insns): Separate instructions from addresses.
author
Daniel Jacobowitz
<drow@false.org>
Mon, 7 Jul 2003 15:13:17 +0000
(15:13 +0000)
committer
Daniel Jacobowitz
<drow@false.org>
Mon, 7 Jul 2003 15:13:17 +0000
(15:13 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/disasm.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index c42797b47940d8625899b3629b55628e2e88369f..06b1918ce181e8ceb2b1c3066e403f917deccf87 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/disasm.c
b/gdb/disasm.c
index 553ca1cfc00097f415dc4908baf570ee7d05ad32..2c5e7c976424760d32eca9c66d2557c5609f70c9 100644
(file)
--- a/
gdb/disasm.c
+++ b/
gdb/disasm.c
@@
-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)