* 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
|
@ -1,3 +1,8 @@
|
||||||
|
2002-04-15 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* hpread.c (hpread_getlntt): Add declaration.
|
||||||
|
Also fix PR gdb/391.
|
||||||
|
|
||||||
2002-04-14 Andrew Cagney <ac131313@redhat.com>
|
2002-04-14 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
|
* acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
|
||||||
|
|
|
@ -200,6 +200,9 @@ void hpread_symfile_finish (struct objfile *);
|
||||||
|
|
||||||
static union dnttentry *hpread_get_gntt (int, 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 unsigned long hpread_get_textlow (int, int, struct objfile *, int);
|
||||||
|
|
||||||
static struct partial_symtab *hpread_start_psymtab
|
static struct partial_symtab *hpread_start_psymtab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue