mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
gdb/
* tracepoint.c (tfile_interp_line): Fit parameters line and utpp in one line.
This commit is contained in:
parent
6830ee24c7
commit
cf2cb5ec99
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user