aboutsummaryrefslogtreecommitdiff
path: root/elf/do-lookup.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/do-lookup.h
parent650364fa29479ad5926870f03083854cdcad3810 (diff)
downloadglibc-a1eca9f3293f9a40f58f89d33f0a90a0c7a013ae.tar
glibc-a1eca9f3293f9a40f58f89d33f0a90a0c7a013ae.tar.gz
glibc-a1eca9f3293f9a40f58f89d33f0a90a0c7a013ae.tar.bz2
glibc-a1eca9f3293f9a40f58f89d33f0a90a0c7a013ae.zip
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/do-lookup.h')
-rw-r--r--elf/do-lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/do-lookup.h b/elf/do-lookup.h
index f83b13ccf3..3c5e6f4e9b 100644
--- a/elf/do-lookup.h
+++ b/elf/do-lookup.h
@@ -43,7 +43,7 @@ FCT (const char *undef_name, struct link_map *undef_map,
const ElfW(Sym) *symtab;
const char *strtab;
const ElfW(Half) *verstab;
- ElfW(Symndx) symidx;
+ Elf_Symndx symidx;
const ElfW(Sym) *sym;
#if ! VERSIONED
int num_versions = 0;