aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/src/ld-libs.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/ld-libs.h')
-rw-r--r--trunk/src/ld-libs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/src/ld-libs.h b/trunk/src/ld-libs.h
index 48dd555..d69c7cd 100644
--- a/trunk/src/ld-libs.h
+++ b/trunk/src/ld-libs.h
@@ -34,7 +34,9 @@ struct ldlibs_link_map
void *l_info[DT_NUM + DT_VERSIONTAGNUM];
/* Symbol hash table. */
- Elf_Symndx l_nbuckets;
+ int l_gnu_hash, l_maskword64;
+ Elf_Symndx l_nbuckets, l_nmaskwords, l_shift;
+ const void *l_maskwords;
const Elf_Symndx *l_buckets, *l_chain;
unsigned int l_nversions;