diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-04-15 04:52:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-04-15 04:52:08 +0000 |
commit | 2f4150cc1483f76b9b16a75c1c3370d231ea0a2c (patch) | |
tree | e0983754a9a572b829d9bad8b07e99e5f1001e5a /gdb/hpread.c | |
parent | 56157b4ad66504c5e1f8eaaabbd27d3b5af27822 (diff) | |
download | gdb-2f4150cc1483f76b9b16a75c1c3370d231ea0a2c.zip gdb-2f4150cc1483f76b9b16a75c1c3370d231ea0a2c.tar.gz gdb-2f4150cc1483f76b9b16a75c1c3370d231ea0a2c.tar.bz2 |
* hpread.c (hpread_getlntt): Add declaration.
Also fix PR gdb/391.
Diffstat (limited to 'gdb/hpread.c')
-rw-r--r-- | gdb/hpread.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/hpread.c b/gdb/hpread.c index b7f0fc5..15ff2ef 100644 --- a/gdb/hpread.c +++ b/gdb/hpread.c @@ -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 |