* coff-rs6000.c: Remove ARGSUSED and VARARGS.
* coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * elf32-vax.c: Likewise. * hash.c: Likewise. * hppabsd-core.c: Likewise. * hpux-core.c: Likewise. * ihex.c: Likewise. * netbsd-core.c: Likewise. * osf-core.c: Likewise. * pdp11.c: Likewise. * ptrace-core.c: Likewise. * sco5-core.c: Likewise. * section.c: Likewise. * sunos.c: Likewise. * trad-core.c: Likewise.
This commit is contained in:
parent
fd574c4615
commit
1c3bed7b30
17 changed files with 19 additions and 31 deletions
|
@ -110,7 +110,6 @@ read_uarea(abfd, filepos)
|
|||
return &rawptr->u;
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
const bfd_target *
|
||||
sco5_core_file_p (abfd)
|
||||
bfd *abfd;
|
||||
|
@ -338,7 +337,6 @@ sco5_core_file_failing_command (abfd)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
int
|
||||
sco5_core_file_failing_signal (ignore_abfd)
|
||||
bfd *ignore_abfd;
|
||||
|
@ -348,7 +346,6 @@ sco5_core_file_failing_signal (ignore_abfd)
|
|||
: -1);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
bfd_boolean
|
||||
sco5_core_file_matches_executable_p (core_bfd, exec_bfd)
|
||||
bfd *core_bfd ATTRIBUTE_UNUSED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue