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.c | |
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.c')
-rw-r--r-- | gdb/mdebugread.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index ba9c064..2c1a616 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -2005,18 +2005,6 @@ parse_procedure (PDR *pr, struct symtab *search_symtab, SYMBOL_TYPE (s) = nodebug_func_symbol_type; } -/* Relocate the extra function info pointed to by the symbol table. */ - -void -ecoff_relocate_efi (struct symbol *sym, CORE_ADDR delta) -{ - struct mdebug_extra_func_info *e; - - e = (struct mdebug_extra_func_info *) SYMBOL_VALUE (sym); - - e->pdr.adr += delta; -} - /* Parse the external symbol ES. Just call parse_symbol() after making sure we know where the aux are for it. BIGEND says whether aux entries are big-endian or little-endian. |