Make sure there is a trailing space after the instruction

This commit is contained in:
Michael Meissner 1996-09-19 15:06:37 +00:00
parent 891513ee79
commit f061ddf67d
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@ Thu Sep 19 10:30:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* simops.c (SIZE_{PC,LINE_NUMBER}): New default sizes for output.
(trace_input_func): Use them.
(trace_input_func): Make sure there is a trailing space after the
instruction.
* Makefile.in (run): Add dependencies on libbfd.a and
libiberity.a.

View File

@ -111,7 +111,7 @@ trace_input_func (name, in1, in2, in3)
if ((d10v_debug & DEBUG_LINE_NUMBER) == 0)
(*d10v_callback->printf_filtered) (d10v_callback,
"0x%.*x %s: %-*s",
"0x%.*x %s: %-*s ",
SIZE_PC, (unsigned)PC,
type,
SIZE_INSTRUCTION, name);
@ -171,7 +171,7 @@ trace_input_func (name, in1, in2, in3)
}
(*d10v_callback->printf_filtered) (d10v_callback,
"0x%.*x %s: %-*.*s %-*s",
"0x%.*x %s: %-*.*s %-*s ",
SIZE_PC, (unsigned)PC,
type,
SIZE_LOCATION, SIZE_LOCATION, buf,