gdb/
authorYao Qi <yao@codesourcery.com>
Thu, 11 Apr 2013 05:05:49 +0000 (05:05 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 11 Apr 2013 05:05:49 +0000 (05:05 +0000)
* tracepoint.c (tfile_interp_line): Fit parameters line and
utpp in one line.

gdb/ChangeLog
gdb/tracepoint.c

index b9896ab..75893a7 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-11  Yao Qi  <yao@codesourcery.com>
+
+       * tracepoint.c (tfile_interp_line): Fit parameters line and
+       utpp in one line.
+
 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
 
        * solib.c (solib_map_sections): Remove code overwriting
index b1686b7..4113999 100644 (file)
@@ -4294,8 +4294,8 @@ tfile_open (char *filename, int from_tty)
    file.  */
 
 static void
-tfile_interp_line (char *line,
-                  struct uploaded_tp **utpp, struct uploaded_tsv **utsvp)
+tfile_interp_line (char *line, struct uploaded_tp **utpp,
+                  struct uploaded_tsv **utsvp)
 {
   char *p = line;