* hpread.c (hpread_getlntt): Add declaration.
Also fix PR gdb/391.
This commit is contained in:
parent
56157b4ad6
commit
2f4150cc14
2 changed files with 8 additions and 0 deletions
|
@ -200,6 +200,9 @@ void hpread_symfile_finish (struct objfile *);
|
|||
|
||||
static union dnttentry *hpread_get_gntt (int, struct objfile *);
|
||||
|
||||
static union dnttentry *hpread_get_lntt (int index, struct objfile *objfile);
|
||||
|
||||
|
||||
static unsigned long hpread_get_textlow (int, int, struct objfile *, int);
|
||||
|
||||
static struct partial_symtab *hpread_start_psymtab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue