* tracepoint.c (tfile_interp_line): Fit parameters line and
	utpp in one line.
This commit is contained in:
Yao Qi 2013-04-11 05:05:49 +00:00
parent 6830ee24c7
commit cf2cb5ec99
2 changed files with 7 additions and 2 deletions

View 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

View 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;