X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fmdebugread.h;h=1b94ff8ee65cd76119708857341b28e26472001b;hb=634561834ea3a089d6d535c56b923c7869c8a7c9;hp=1034db1e955ca908af3626782f4527f56430cecb;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h index 1034db1e95..1b94ff8ee6 100644 --- a/gdb/mdebugread.h +++ b/gdb/mdebugread.h @@ -1,6 +1,6 @@ /* Read a symbol table in ECOFF format (Third-Eye). - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -37,4 +37,13 @@ struct mdebug_extra_func_info #define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__" +extern void mdebug_build_psymtabs (minimal_symbol_reader &, + struct objfile *, + const struct ecoff_debug_swap *, + struct ecoff_debug_info *); + +extern void elfmdebug_build_psymtabs (struct objfile *, + const struct ecoff_debug_swap *, + asection *); + #endif /* MDEBUGREAD_H */