diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 03:42:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 03:42:52 +0000 |
commit | 5b12314664a12ac72194c31c1eb431637565cf1d (patch) | |
tree | 7fd5fc5b80e05a721ab2f7aea51df12bd6d14735 /gdb/config | |
parent | b9c3a7debd882773c7228366fb528db51a4fcb35 (diff) | |
download | gdb-5b12314664a12ac72194c31c1eb431637565cf1d.zip gdb-5b12314664a12ac72194c31c1eb431637565cf1d.tar.gz 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.h | 1 | ||||
-rw-r--r-- | gdb/config/mips/tm-mips.h | 1 |
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, |