summaryrefslogtreecommitdiff
path: root/bfd/hppabsd-core.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-12-01 06:33:01 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-12-01 06:33:01 +0000
commit1c3bed7b304bce0e73ce0d120b8c7ae06b001d25 (patch)
tree55468cd6c59a42a5b3027cebc3cacfe74fa24be6 /bfd/hppabsd-core.c
parentfd574c4615e74de554c78fd2c42f368f0cbc7905 (diff)
* 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.
Diffstat (limited to 'bfd/hppabsd-core.c')
-rw-r--r--bfd/hppabsd-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hppabsd-core.c b/bfd/hppabsd-core.c
index 31aa2f1427..4d17ba567c 100644
--- a/bfd/hppabsd-core.c
+++ b/bfd/hppabsd-core.c
@@ -213,7 +213,6 @@ hppabsd_core_core_file_failing_command (abfd)
return core_command (abfd);
}
-/* ARGSUSED */
static int
hppabsd_core_core_file_failing_signal (abfd)
bfd *abfd;
@@ -221,7 +220,6 @@ hppabsd_core_core_file_failing_signal (abfd)
return core_signal (abfd);
}
-/* ARGSUSED */
static bfd_boolean
hppabsd_core_core_file_matches_executable_p (core_bfd, exec_bfd)
bfd *core_bfd, *exec_bfd;