glibc/sysdeps
Ulrich Drepper 425ce2edb9 * config.h.in (USE_MULTIARCH): Define.
* configure.in: Handle --enable-multi-arch.
	* elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
	(_dl_fixup_profile): Likewise.
	* elf/do-lookup.c (dl_lookup_x): Likewise.
	* sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
	* elf/elf.h (STT_GNU_IFUNC): Define.
	* include/libc-symbols.h (libc_ifunc): Define.
	* sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
	framework in init-arch.h to get CPUID values.
	* sysdeps/x86_64/multiarch/Makefile: New file.
	* sysdeps/x86_64/multiarch/init-arch.c: New file.
	* sysdeps/x86_64/multiarch/init-arch.h: New file.
	* sysdeps/x86_64/multiarch/sched_cpucount.c: New file.

	* config.make.in (experimental-malloc): Define.
	* configure.in: Handle --enable-experimental-malloc.
	* malloc/Makefile: Handle experimental-malloc flag.
	* malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
	* malloc/arena.c: Likewise.
	* malloc/hooks.c: Likewise.
	* malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
2009-03-13 23:53:18 +00:00
..
generic * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use 2009-01-30 20:23:23 +00:00
gnu [BZ #5628] 2008-01-16 23:49:43 +00:00
i386 * stdlib/monetary.h: Uglify function parameter names. 2009-02-16 21:00:15 +00:00
ia64 * stdlib/monetary.h: Uglify function parameter names. 2009-02-16 21:00:15 +00:00
ieee754 [BZ #3406] 2008-05-11 17:49:25 +00:00
mach * wctype/wctype.h: The *_l functions are in POSIX 2008. 2009-02-26 16:53:30 +00:00
posix .. 2009-02-25 00:36:33 +00:00
powerpc * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch 2009-03-12 06:31:25 +00:00
pthread * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary 2007-11-10 19:40:16 +00:00
s390 * stdlib/monetary.h: Uglify function parameter names. 2009-02-16 21:00:15 +00:00
sh * stdlib/monetary.h: Uglify function parameter names. 2009-02-16 21:00:15 +00:00
sparc * stdlib/monetary.h: Uglify function parameter names. 2009-02-16 21:00:15 +00:00
unix Use .machine push; .machine "power6" and .machine pop around mtfsf insns outside of _ARCH_PWR6 define. 2009-03-10 04:46:08 +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 * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to.. 2007-11-10 19:36:06 +00:00
x86_64 * config.h.in (USE_MULTIARCH): Define. 2009-03-13 23:53:18 +00:00