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:
@@ -327,7 +327,6 @@ hpux_core_core_file_failing_command (abfd)
|
||||
return core_command (abfd);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static int
|
||||
hpux_core_core_file_failing_signal (abfd)
|
||||
bfd *abfd;
|
||||
@@ -335,7 +334,6 @@ hpux_core_core_file_failing_signal (abfd)
|
||||
return core_signal (abfd);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static bfd_boolean
|
||||
hpux_core_core_file_matches_executable_p (core_bfd, exec_bfd)
|
||||
bfd *core_bfd ATTRIBUTE_UNUSED;
|
||||
|
||||
Reference in New Issue
Block a user