diff options
author | Joel Brobecker <brobecker@gnat.com> | 2005-03-29 08:34:48 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2005-03-29 08:34:48 +0000 |
commit | 166856d77d90a92b3a9a20813d094c5e91be3803 (patch) | |
tree | 55b63443f7e32d233a9ada08cf090b021d73752b /bfd | |
parent | 8b4e5e28102160f20b692cdeb08bb1bcad9becee (diff) | |
download | gdb-166856d77d90a92b3a9a20813d094c5e91be3803.zip gdb-166856d77d90a92b3a9a20813d094c5e91be3803.tar.gz gdb-166856d77d90a92b3a9a20813d094c5e91be3803.tar.bz2 |
* irix-core.c: Remove some unnecessary prototypes.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/irix-core.c | 16 |
2 files changed, 4 insertions, 16 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index efec8e3..d857838 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/irix-core.c b/bfd/irix-core.c index ea5df27..916e09a 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. */ |