mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Protoization.
This commit is contained in:
10
gdb/dsrec.c
10
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;
|
||||
|
||||
Reference in New Issue
Block a user