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 8f58916..6065380 100644 --- a/gdb/dsrec.c +++ b/gdb/dsrec.c @@ -44,14 +44,8 @@ static int make_srec (char *srec, CORE_ADDR targ_addr, bfd * abfd, and returns non-zero if the ack is read correctly. */ void -load_srec (desc, file, load_offset, maxrecsize, flags, hashmark, waitack) - serial_t desc; - const char *file; - bfd_vma load_offset; - int maxrecsize; - int flags; - int hashmark; - int (*waitack) (void); +load_srec (serial_t desc, const char *file, bfd_vma load_offset, int maxrecsize, + int flags, int hashmark, int (*waitack) (void)) { bfd *abfd; asection *s; |