diff options
Diffstat (limited to 'gdb/dsrec.c')
-rw-r--r-- | gdb/dsrec.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gdb/dsrec.c b/gdb/dsrec.c index 31b8fc2..8f58916 100644 --- a/gdb/dsrec.c +++ b/gdb/dsrec.c @@ -218,14 +218,8 @@ load_srec (desc, file, load_offset, maxrecsize, flags, hashmark, waitack) */ static int -make_srec (srec, targ_addr, abfd, sect, sectoff, maxrecsize, flags) - char *srec; - CORE_ADDR targ_addr; - bfd *abfd; - asection *sect; - int sectoff; - int *maxrecsize; - int flags; +make_srec (char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect, + int sectoff, int *maxrecsize, int flags) { unsigned char checksum; int tmp; |