X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fmdebugread.h;h=8ca8e38c31c01099cdecaf48db1205b14c06bfd0;hb=5f23a08201ed01570b34f5cff99a95fc7b9e2fdb;hp=c9e9ef487b4fc853efafad5b221d603d21d981dd;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h index c9e9ef487b..8ca8e38c31 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-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2020 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 */