diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-12-01 06:33:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-12-01 06:33:01 +0000 |
commit | 1c3bed7b304bce0e73ce0d120b8c7ae06b001d25 (patch) | |
tree | 55468cd6c59a42a5b3027cebc3cacfe74fa24be6 /bfd/netbsd-core.c | |
parent | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Test (diff) | |
download | binutils-gdb-1c3bed7b304bce0e73ce0d120b8c7ae06b001d25.tar.gz binutils-gdb-1c3bed7b304bce0e73ce0d120b8c7ae06b001d25.tar.bz2 binutils-gdb-1c3bed7b304bce0e73ce0d120b8c7ae06b001d25.zip |
* 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/netbsd-core.c')
-rw-r--r-- | bfd/netbsd-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/netbsd-core.c b/bfd/netbsd-core.c index a9f1260271c..7498990a4ef 100644 --- a/bfd/netbsd-core.c +++ b/bfd/netbsd-core.c @@ -53,7 +53,6 @@ static void swap_abort /* Handle NetBSD-style core dump file. */ -/* ARGSUSED */ static const bfd_target * netbsd_core_file_p (abfd) bfd *abfd; @@ -179,7 +178,6 @@ netbsd_core_file_failing_command (abfd) return abfd->tdata.netbsd_core_data->core.c_name; } -/* ARGSUSED */ static int netbsd_core_file_failing_signal (abfd) bfd *abfd; @@ -188,7 +186,6 @@ netbsd_core_file_failing_signal (abfd) return abfd->tdata.netbsd_core_data->core.c_signo; } -/* ARGSUSED */ static bfd_boolean netbsd_core_file_matches_executable_p (core_bfd, exec_bfd) bfd *core_bfd ATTRIBUTE_UNUSED; |