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 | c9ec4ec6975fecc15c6caac6ebaa40ec65b8da35 (patch) | |
tree | be685cf6fa1f1c30b25fe12d3858f7f7cb1daa09 /gdb/config/alpha/tm-alpha.h | |
parent | 78fa2a157787bb3da2581e9bd82388737fe85267 (diff) | |
download | gdb-c9ec4ec6975fecc15c6caac6ebaa40ec65b8da35.tar.gz |
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/alpha/tm-alpha.h')
-rw-r--r-- | gdb/config/alpha/tm-alpha.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h index c481ec2c07d..fcf90deab32 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 */ |