]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Make sure there is a trailing space after the instruction
authorMichael Meissner <gnu@the-meissners.org>
Thu, 19 Sep 1996 15:06:37 +0000 (15:06 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 19 Sep 1996 15:06:37 +0000 (15:06 +0000)
sim/d10v/ChangeLog
sim/d10v/simops.c

index eb4c41a072654b1c6f429d910fa02c74ffab90d0..60fe8fb62e5705411c2b66fd0b92040edd8c300b 100644 (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.
index 9bfd52db832351e48b4a1af5b74225b971fac872..da60b2c190cb6dba70d4973e5081b9bcb040690d 100644 (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,