* irix-core.c: Remove some unnecessary prototypes.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 29 Mar 2005 08:34:48 +0000 (08:34 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 29 Mar 2005 08:34:48 +0000 (08:34 +0000)
bfd/ChangeLog
bfd/irix-core.c

index efec8e32a7a02e2d40c13969ff39d23f49628a0d..d8578384349b896083e2b1ff98f32ea51389b9f8 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-29  Joel Brobecker  <brobecker@gnat.com>
+
+        * irix-core.c: Remove some unnecessary prototypes.
+
 2005-03-28  Joel Brobecker  <brobecker@adacore.com>
 
        * irix-core.c: Convert to ISO C.
index ea5df27d194372e97efbf8ae40995c83cf2949bf..916e09ad7b0b8972ac5886eb4541db2c6cea1cdc 100644 (file)
@@ -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.  */