diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 17:48:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 17:48:17 +0000 |
commit | bd9ca83f2c8f1d7a9db5e5645fb5e8f10966948f (patch) | |
tree | 3eb99f52b8ae99a49d00485e572c7cbcf8db55e5 /gdb/mdebugread.h | |
parent | 3352ef37c28505dc3b970e81705977955830eb83 (diff) | |
download | gdb-bd9ca83f2c8f1d7a9db5e5645fb5e8f10966948f.zip gdb-bd9ca83f2c8f1d7a9db5e5645fb5e8f10966948f.tar.gz gdb-bd9ca83f2c8f1d7a9db5e5645fb5e8f10966948f.tar.bz2 |
2004-10-31 Andrew Cagney <cagney@gnu.org>
* mdebugread.h (ecoff_relocate_efi): Delete declaration.
* mdebugread.c (ecoff_relocate_efi): Delete function.
* objfiles.c (objfile_relocate): Delete #ifdef
MDEBUG_EFI_SYMBOL_NAME code.
Diffstat (limited to 'gdb/mdebugread.h')
-rw-r--r-- | gdb/mdebugread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h index 25b7bee..6046f7e 100644 --- a/gdb/mdebugread.h +++ b/gdb/mdebugread.h @@ -25,8 +25,6 @@ #include "coff/sym.h" /* Needed for PDR below. */ #include "coff/symconst.h" -extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR); - /* Specific information about a procedure. Architectures (ab)uses this to save memory. */ |