* solib.c (solib_open): If path is relative, look for it
[deliverable/binutils-gdb.git] / gdb / dsrec.c
index 8f58916424fe12ff62684f1fe143b39ec7b11c3b..60653809178378988e239d146df85c224124e92a 100644 (file)
@@ -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;
This page took 0.023266 seconds and 4 git commands to generate.