summaryrefslogtreecommitdiff
path: root/bfd/irix-core.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2005-03-29 08:34:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2005-03-29 08:34:48 +0000
commita2bbd3c74b34bcfc18f1b126c50a0e6cd64ce955 (patch)
treebef4ecc7dbdebdf6ff2d34ce36a3011552b81b44 /bfd/irix-core.c
parent25b65899722a891be13ca26b606b9b9a385d7158 (diff)
downloadbinutils-redhat-a2bbd3c74b34bcfc18f1b126c50a0e6cd64ce955.tar.gz
* irix-core.c: Remove some unnecessary prototypes.
Diffstat (limited to 'bfd/irix-core.c')
-rw-r--r--bfd/irix-core.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/bfd/irix-core.c b/bfd/irix-core.c
index ea5df27d19..916e09ad7b 100644
--- a/bfd/irix-core.c
+++ b/bfd/irix-core.c
@@ -43,22 +43,6 @@ struct sgi_core_struct
static asection *make_bfd_asection
(bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr);
-static const bfd_target *irix_core_core_file_p
- (bfd *);
-static char *irix_core_core_file_failing_command
- (bfd *);
-static int irix_core_core_file_failing_signal
- (bfd *);
-static bfd_boolean irix_core_core_file_matches_executable_p
- (bfd *, bfd *);
-static void swap_abort
- (void);
-#ifdef CORE_MAGIC64
-static int do_sections64
- (bfd *, struct coreout *);
-#endif
-static int do_sections
- (bfd *, struct coreout *);
/* Helper function for irix_core_core_file_p:
32-bit and 64-bit versions. */