glibc/sysdeps
Ulrich Drepper 871b91589b * elf/dl-lookup.c (dl_new_hash): New functions.
(_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
	value here.  Compute new-style hash value.  Pass new hash value
	and reference to variable with the old value to do_lookup_x.
	(_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
	old-style hash table.
	(_dl_debug_bindings): Pass new hash value and reference to variable
	with the old value to do_lookup_x.
	* elf/do-lookup.h (do_lookup_x): Accept additional parameter with
	new-style hash value and change old-style hash value parameter to
	be a reference.  Reoganize functions to determine whether
	new-style hash table is available.  Only fall back on old-style
	table.  If old-style hash value is needed, compute it here.
	* elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
	entry.
	* elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
	DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
	* include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
	l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
	* Makeconfig: If linker supports --hash-style option add it to all
	linker command lines to build DSOs.
	* config.make.in: Define have-hash-style.
	* configure.in: Test whether linker supports --hash-style option.

	* elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
	* sysdeps/generic/ldsodefs.h: Adjust prototype.
2006-07-10 21:59:43 +00:00
..
alpha * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ... 2006-02-25 01:29:59 +00:00
generic * elf/dl-lookup.c (dl_new_hash): New functions. 2006-07-10 21:59:43 +00:00
gnu * Makefile (subdir-target-args): New variable. 2006-02-28 07:11:04 +00:00
i386 * sysdeps/i386/i686/memset.S: Fix treatment of unaligned pointer. 2006-02-22 02:39:11 +00:00
ia64 [BZ #2013] 2006-03-02 04:49:27 +00:00
ieee754 [BZ #2466] 2006-03-16 23:17:32 +00:00
mach * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
posix * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and 2006-06-04 22:17:06 +00:00
powerpc * nis/Makefile (libnsl-routimes): Add nss-default. 2006-04-14 05:51:51 +00:00
pthread * rt/Makefile (tests): Add tst-aio9 and tst-aio10. 2006-01-06 04:13:26 +00:00
s390 * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation 2006-05-05 18:26:01 +00:00
sh * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
sparc * sysdeps/sparc/sparc32/bits/atomic.h 2006-03-25 21:03:32 +00:00
unix * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and 2006-06-04 22:17:06 +00:00
wordsize-32 * po/.cvsignore: List libc.pot.files, and not any .pot names. 2006-01-08 06:46:10 +00:00
wordsize-64 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
x86_64 * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00