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 | f0570c2b0d0ab813e16bee8c59e4b0649bd3fd4e (patch) | |
tree | 9939a52d87478e57f11bf00c4e54af97dd34d277 /bfd/sco5-core.c | |
parent | 5bcbdbded05b98e95b4834710776da869497b594 (diff) | |
download | gdb-f0570c2b0d0ab813e16bee8c59e4b0649bd3fd4e.tar.gz |
* 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/sco5-core.c')
-rw-r--r-- | bfd/sco5-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/sco5-core.c b/bfd/sco5-core.c index 4928622fe19..311de704f62 100644 --- a/bfd/sco5-core.c +++ b/bfd/sco5-core.c @@ -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; |