aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-07-28 21:41:09 +0000
committerFred Fish <fnf@specifix.com>1996-07-28 21:41:09 +0000
commitf2bf454e0f1bc17d01f9c2f22fe2010ee2442f3c (patch)
tree039b381a663309b670afd5f8fe43e886498317c7 /gdb/objfiles.c
parent3f550b594061532d7fa1f920cf7a0d2910127da9 (diff)
downloadgdb-f2bf454e0f1bc17d01f9c2f22fe2010ee2442f3c.zip
gdb-f2bf454e0f1bc17d01f9c2f22fe2010ee2442f3c.tar.gz
gdb-f2bf454e0f1bc17d01f9c2f22fe2010ee2442f3c.tar.bz2
* config/mips/tm-mips.h (struct frame_info): Forward decl.
(struct type): Ditto. (struct value): Ditto. * config/mips/tm-mips.h (sigtramp_address): Move extern decl from mips-tdep.c to here. (sigtramp_end): Ditto. (fixup_sigtramp): Ditto. * config/mips/tm-mips.h (init_extra_frame_info): Add prototype. (mips_frame_chain): Ditto. (mips_step_skips_delay): Ditto. (mips_frame_saved_pc): Ditto. (mips_find_saved_regs): Ditto. (mips_frame_num_args): Ditto. (mips_pop_frame): Ditto. (mips_extract_return_value): Ditto. (mips_store_return_value): Ditto. (mips_push_dummy_frame): Ditto. (mips_push_arguments): Ditto. (mips_do_registers_info): Ditto. (ecoff_relocate_efi): Ditto. (ecoff_relocate_efi): Ditto. * irix4-nat.c (fetch_core_registers): Add prototype. * mips-tdep.c (read_next_frame_reg): Add prototype (heuristic_proc_start): Ditto. (heuristic_proc_desc): Ditto. (mips_print_register): Ditto. * config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype. (procfs_stopped_by_watchpoint): Ditto. * config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype. (procfs_stopped_by_watchpoint): Ditto. * config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype. (struct symbol): Add forward decl for prototype. * breakpoint.c (internal_breakpoint_number): Only needed if GET_LONGJMP_TARGET or SOLIB_ADD is defined. * objfiles.c (ecoff_relocate_efi): Remove prototype.
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r--gdb/objfiles.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index f135720..b78f80b 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -35,10 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "obstack.h"
#include "gdb_string.h"
-/* FIXME: imported from mdebugread.c */
-
-extern void ecoff_relocate_efi PARAMS ((struct symbol *, CORE_ADDR));
-
/* Prototypes for local functions */
#if !defined(NO_MMALLOC) && defined(HAVE_MMAP)