forked from Imagelibrary/binutils-gdb
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user