glibc/nptl/sysdeps/i386
Ulrich Drepper 35f1e82763 * Versions.def (ld): Add GLIBC_2.4.
* configure.in: Add --enable-stackguard-randomization option.
	(ENABLE_STACKGUARD_RANDOMIZE): New define.
	* config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
	* sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
	(_dl_setup_stack_chk_guard): New inline function.
	* sysdeps/generic/dl-osinfo.h: Include stdint.h.
	(_dl_setup_stack_chk_guard): New inline function.
	* elf/rtld.c (__stack_chk_guard): New variable.
	(dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
	Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
	use THREAD_SET_STACK_GUARD if defined.
	* elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
	* sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
	(__libc_start_main): Set __stack_chk_guard to
	_dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
	* sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
	traces of TLS_INIT_TP_EXPENSIVE.
	* debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
	* debug/Makefile (routines): Add stack_chk_fail.
	(static-only-routines): Add stack_chk_fail_local.
	* debug/stack_chk_fail_local.c: New file.
	* debug/stack_chk_fail.c: New file.
	* elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
	tests.
	* elf/tst-stackguard1.c: New file.
	* elf/tst-stackguard1-static.c: New file.
	* elf/stackguard-macros.h: New file.
2005-06-26 18:14:26 +00:00
..
i486 Update. 2003-03-20 07:19:17 +00:00
i586 Update. 2003-03-20 07:19:17 +00:00
i686 Update. 2003-03-20 07:19:17 +00:00
Makefile Test for stack alignment. 2004-12-22 20:09:42 +00:00
jmpbuf-unwind.h 2.5-18.1 2007-07-12 18:26:36 +00:00
pthread_spin_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_spin_lock.c * Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed 2004-03-25 03:54:03 +00:00
pthread_spin_unlock.S Initial revision 2002-11-26 22:50:54 +00:00
pthreaddef.h Update. 2003-03-25 20:41:26 +00:00
tcb-offsets.sym 2.5-18.1 2007-07-12 18:26:36 +00:00
tls.h * Versions.def (ld): Add GLIBC_2.4. 2005-06-26 18:14:26 +00:00