glibc/nptl/sysdeps/pthread
Ulrich Drepper c776b3d717 Update.
2003-12-02  David Mosberger  <davidm@hpl.hp.com>

	* sysdeps/ia64/elf/initfini.c: Add unwind info.

	* sysdeps/ia64/dl-machine.h (elf_machine_matches_host): Mark with
	attribute "unused".
	(elf_machine_dynamic): Mark with attributes "unused" and "const".
	(elf_machine_runtime_setup): Likewise.

	* sysdeps/generic/dl-fptr.c (make_fptr_table): Mark with
	attribute "always_inline".
	* sysdeps/ia64/dl-machine.h (__ia64_init_bootstrap_fdesc_table):
	Likewise.

	* configure.in: Check whether compiler has libunwind support.
	* config.make.in (have-cc-with-libunwind): New variable.
	* config.h.in (HAVE_CC_WITH_LIBUNWIND): New macro.
	* Makeconfig (gnulib): If have-cc-withh-libunwind is "yes", also
	mention -lunwind.

003-11-12  David Mosberger  <davidm@hpl.hp.com>

	* sysdeps/unix/sysv/linux/ia64/sysdep.h: Define DO_CALL_VIA_BREAK.
	Redefine DO_CALL to use vdso if supported, otherwise DO_CALL_VIA_BREAK.
	Likewise for DO_INLINE_SYSCALL.  Make INTERNAL_SYSCALL use
	DO_INLINE_SYSCALL.

	* sysdeps/unix/sysv/linux/ia64/vfork.S: Use DO_CALL_VIA_BREAK()
	instead of DO_CALL().

	* sysdeps/unix/sysv/linux/ia64/clone2.S: Use break directly instead
	of DO_CALL().

	* sysdeps/unix/sysv/linux/ia64/brk.S (__curbrk): Restructure it
	to take advantage of DO_CALL() macro.
	* sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
	* sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.

	* elf/rtld.c (dl_main): Restrict dl_sysinfo_dso check to first
	program header.  On ia64, the check failed previously because
	there are two program headers.

	* sysdeps/generic/s_nexttowardf.c: Likewise.
	* math/bug-nexttoward.c: New file.
2003-12-10 23:02:33 +00:00
..
bits Update. 2003-11-04 23:43:40 +00:00
allocalim.h Initial revision 2002-11-26 22:50:54 +00:00
configure Remove broken declaration. 2003-12-03 06:50:01 +00:00
configure.in Remove broken declaration. 2003-12-03 06:50:01 +00:00
createthread.c Update. 2003-12-10 23:02:33 +00:00
flockfile.c Update 2002-12-18 23:29:41 +00:00
ftrylockfile.c Update. 2002-12-16 22:17:11 +00:00
funlockfile.c Update. 2002-12-16 22:17:11 +00:00
jmpbuf-unwind.h Update. 2003-09-04 05:57:06 +00:00
librt-cancellation.c Update. 2003-07-03 07:37:59 +00:00
list.h Update. 2002-12-31 20:46:11 +00:00
Makefile Update. 2003-07-22 23:56:53 +00:00
malloc-machine.h Update 2003-10-01 06:27:22 +00:00
posix-timer.h Bump to 0.46. 2003-06-14 16:47:07 +00:00
pt-initfini.c Update. 2002-12-31 09:36:52 +00:00
pthread_barrier_wait.c Update. 2003-02-05 09:54:24 +00:00
pthread_cond_broadcast.c Update. 2003-11-21 10:00:11 +00:00
pthread_cond_signal.c Update. 2003-09-22 05:45:50 +00:00
pthread_cond_timedwait.c Update. 2003-11-21 10:00:11 +00:00
pthread_cond_wait.c Update. 2003-11-21 10:00:11 +00:00
pthread_getcpuclockid.c Update. 2003-06-25 00:00:50 +00:00
pthread_once.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_rwlock_rdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedrdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedwrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_unlock.c Update. 2003-02-27 10:32:38 +00:00
pthread_rwlock_wrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_sigmask.c Update. 2003-04-21 07:39:20 +00:00
pthread_spin_destroy.c Update. 2002-11-28 00:53:12 +00:00
pthread_spin_init.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread_spin_unlock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread-functions.h Update. 2003-09-02 00:49:47 +00:00
pthread.h Update. 2003-09-17 19:15:35 +00:00
rt-unwind-resume.c Update. 2003-07-22 23:56:53 +00:00
sigaction.c Update. 2003-04-21 07:39:20 +00:00
sigfillset.c Update. 2003-04-21 07:48:10 +00:00
sigprocmask.c Update. 2003-04-21 07:39:20 +00:00
Subdirs Initial revision 2002-11-26 22:50:54 +00:00
tcb-offsets.h Update. 2002-12-28 22:19:04 +00:00
timer_create.c * rt/tst-timer2.c: New file. 2003-07-29 09:32:03 +00:00
timer_delete.c Initial revision 2002-11-26 22:50:54 +00:00
timer_getoverr.c Initial revision 2002-11-26 22:50:54 +00:00
timer_gettime.c Initial revision 2002-11-26 22:50:54 +00:00
timer_routines.c * rt/tst-timer2.c: New file. 2003-07-29 09:32:03 +00:00
timer_settime.c Initial revision 2002-11-26 22:50:54 +00:00
tst-timer.c Update. 2003-11-04 23:43:40 +00:00
unwind-forcedunwind.c Update. 2003-09-04 05:57:06 +00:00
unwind-resume.c Update. 2003-07-22 23:56:53 +00:00