* hpread.c (hpread_getlntt): Add declaration.

Also fix PR gdb/391.
This commit is contained in:
Andrew Cagney 2002-04-15 04:52:08 +00:00
parent 56157b4ad6
commit 2f4150cc14
2 changed files with 8 additions and 0 deletions

View file

@ -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>
* acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.

View file

@ -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