aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 03:42:52 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 03:42:52 +0000
commit5b12314664a12ac72194c31c1eb431637565cf1d (patch)
tree7fd5fc5b80e05a721ab2f7aea51df12bd6d14735 /gdb/config
parentb9c3a7debd882773c7228366fb528db51a4fcb35 (diff)
downloadfsf-binutils-gdb-5b12314664a12ac72194c31c1eb431637565cf1d.zip
fsf-binutils-gdb-5b12314664a12ac72194c31c1eb431637565cf1d.tar.gz
fsf-binutils-gdb-5b12314664a12ac72194c31c1eb431637565cf1d.tar.bz2
2004-10-30 Andrew Cagney <cagney@gnu.org>
* objfiles.c: Include "mdebugread.h". * mdebugread.c: Include "mdebugread.h". (ecoff_relocate_cfi): Delete. * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete. * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete. * mdebugread.h (ecoff_relocate_efi): New file. * Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/alpha/tm-alpha.h1
-rw-r--r--gdb/config/mips/tm-mips.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h
index c481ec2..fcf90de 100644
--- a/gdb/config/alpha/tm-alpha.h
+++ b/gdb/config/alpha/tm-alpha.h
@@ -35,7 +35,6 @@ struct symbol;
alpha_extra_func_info_t's off of this. */
#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
-extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR);
#define RA_REGNUM 26 /* XXXJRT needed by mdebugread.c */
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index fb73bf5..2f2ab9d 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -49,7 +49,6 @@ extern int mips_step_skips_delay (CORE_ADDR);
hang mdebug_extra_func_info's off of this. */
#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
-extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR);
/* Specific information about a procedure.
This overlays the MIPS's PDR records,