From 12264bd7fa8ba6103463c9ca12109a387eeaba37 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Mar 1998 18:24:48 +0000 Subject: Update. 1998-03-31 18:11 Ulrich Drepper * include/mntent.h: New file. * elf/Makefile (trusted-dirs.h): Append slash to filename. * elf/dl-load.c: Rewrite search path handling. * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite. * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK. * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function. * elf/ldsodefs.h: Add prototype. --- elf/link.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'elf/link.h') diff --git a/elf/link.h b/elf/link.h index edf1303595..30efa0ed25 100644 --- a/elf/link.h +++ b/elf/link.h @@ -156,10 +156,6 @@ struct link_map /* Collected information about own RPATH directories. */ struct r_search_path_elem **l_rpath_dirs; - /* Directory names composed from capability names. */ - struct r_strlenpair *l_capstrs; - size_t l_ncapstrs; - /* Collected results of relocation while profiling. */ ElfW(Addr) *l_reloc_result; -- cgit 1.4.1