glibc/nptl/sysdeps/unix/sysv/linux
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
..
alpha Update. 2003-09-09 00:07:08 +00:00
bits Define _POSIX_THREAD_PRIORITY_SCHEDULING. 2003-08-19 05:26:54 +00:00
i386 Update. 2003-11-21 10:00:11 +00:00
ia64 Update. 2003-12-10 23:02:33 +00:00
powerpc Update. 2003-09-22 21:30:25 +00:00
s390 Update. 2003-09-22 21:30:25 +00:00
sh Update. 2003-10-12 23:05:45 +00:00
sparc Update. 2003-09-22 21:30:25 +00:00
x86_64 * config.make.in (fno-unit-at-a-time): Define. 2003-12-02 07:37:28 +00:00
allocrtsig.c Update. 2003-04-21 07:39:20 +00:00
configure Initial revision 2002-11-26 22:50:54 +00:00
createthread.c Update. 2003-03-10 06:32:42 +00:00
fork.c Update. 2003-07-08 03:40:49 +00:00
fork.h Update. 2003-06-14 09:00:28 +00:00
Implies Initial revision 2002-11-26 22:50:54 +00:00
internaltypes.h Update. 2003-11-27 05:24:58 +00:00
jmp-unwind.c Update. 2003-03-15 09:51:22 +00:00
kernel-posix-timers.h Don't declare __timer_helper_thread. Declare __start_helper_thread, __helper_once, and __helper_tid. (struct timer): Remove th and bar field. 2003-03-28 06:22:13 +00:00
libc_multiple_threads.c Update. 2003-03-13 01:51:12 +00:00
libc_pthread_init.c Update. 2003-05-09 03:17:42 +00:00
libc-lowlevellock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
lowlevelbarrier.sym Update. 2003-03-11 05:26:32 +00:00
lowlevelcond.sym Update. 2003-05-26 02:47:39 +00:00
lowlevellock.c Update. 2003-09-22 21:30:25 +00:00
lowlevelrwlock.sym Update. 2003-03-10 21:03:03 +00:00
Makefile Update. 2003-07-01 03:33:06 +00:00
pt-fork.c Initial revision 2002-11-26 22:50:54 +00:00
pt-raise.c Update. 2003-07-08 03:40:49 +00:00
pthread_attr_getaffinity.c Update. 2003-09-17 18:23:49 +00:00
pthread_attr_setaffinity.c Update. 2003-09-17 19:15:35 +00:00
pthread_getaffinity.c Update. 2003-09-17 18:23:49 +00:00
pthread_kill.c Update. 2003-07-08 03:40:49 +00:00
pthread_mutex_cond_lock.c Update. 2003-06-22 23:55:27 +00:00
pthread_setaffinity.c Update. 2003-05-10 05:36:37 +00:00
pthread_yield.c Initial revision 2002-11-26 22:50:54 +00:00
raise.c Update. 2003-07-08 03:40:49 +00:00
register-atfork.c Update. 2003-06-14 09:00:28 +00:00
sem_post.c Update. 2003-06-19 19:53:12 +00:00
sem_timedwait.c Update. 2003-06-08 05:28:14 +00:00
sem_trywait.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00
sem_wait.c Update. 2003-06-08 05:28:14 +00:00
sigtimedwait.c Update. 2003-06-17 22:11:22 +00:00
sigwait.c Update. 2003-06-17 22:11:22 +00:00
sigwaitinfo.c Update. 2003-06-17 22:11:22 +00:00
sleep.c Update. 2003-06-17 08:44:32 +00:00
timer_create.c Update. 2003-07-31 19:26:38 +00:00
timer_delete.c Update. 2003-06-18 19:34:34 +00:00
timer_getoverr.c Update. 2003-06-18 19:34:34 +00:00
timer_gettime.c Update. 2003-06-18 19:34:34 +00:00
timer_routines.c Update. 2003-04-21 07:39:20 +00:00
timer_settime.c Update. 2003-06-18 19:34:34 +00:00
unregister-atfork.c Update. 2003-05-09 03:17:42 +00:00
unwindbuf.sym Update. 2003-07-01 03:33:06 +00:00
Versions Update. 2002-12-28 22:19:04 +00:00