summaryrefslogtreecommitdiff
path: root/elf/link.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-27 05:53:25 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-27 05:53:25 +0000
commita1eca9f3293f9a40f58f89d33f0a90a0c7a013ae (patch)
tree065edf2f59110c76ee26fa24739983c84f61b757 /elf/link.h
parent650364fa29479ad5926870f03083854cdcad3810 (diff)
Update.
1999-07-25 Jakub Jelinek <jj@ultra.linux.cz> * elf/link.h (struct link_map): Use Elf_Symndx instead of ElfXX_Symndx. * elf/dl-lookup.c (_dl_setup_hash): Likewise. * elf/dl-load.c (_dl_map_object): Likewise. * elf/do-lookup.h (do_lookup*): Likewise. * sysdeps/generic/bits/elfclass.h: Define Elf_Symndx as uint32_t. * sysdeps/unix/sysv/linux/alpha/bits/elfclass.h: Define Elf_symndx as uint64_t. * elf/elf.h: Remove Elf32_Symndx and Elf64_Symndx.
Diffstat (limited to 'elf/link.h')
-rw-r--r--elf/link.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/link.h b/elf/link.h
index d3a54fc011..2de39e5711 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -151,8 +151,8 @@ struct link_map
struct link_map *l_loader;
/* Symbol hash table. */
- ElfW(Symndx) l_nbuckets;
- const ElfW(Symndx) *l_buckets, *l_chain;
+ Elf_Symndx l_nbuckets;
+ const Elf_Symndx *l_buckets, *l_chain;
unsigned int l_opencount; /* Reference count for dlopen/dlclose. */
enum /* Where this object came from. */