]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/ChangeLog
* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
authorRoland McGrath <roland@gnu.org>
Tue, 11 Mar 2003 09:30:37 +0000 (09:30 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 11 Mar 2003 09:30:37 +0000 (09:30 +0000)
commitb33e61633a10a233510f6f49b97b7e2ad15c7311
tree9b6025b692435f629bc771dca74dcfb48e41768a
parent5d5d5969b17422e3b1af6f88436e91f32a36fd58
* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,

allocate space even for the trailing '/'.
Reported by John Reiser <jreiser@BitWagon.com>.

* sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
ASM_CLOBBERS_6): Define.
(ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
* sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
to match IA-32 order.
* sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
35 files changed:
ChangeLog
nptl/ChangeLog
nptl/sysdeps/ia64/Makefile [new file with mode: 0644]
nptl/sysdeps/ia64/bits/atomic.h [new file with mode: 0644]
nptl/sysdeps/ia64/pthread_spin_init.c [new file with mode: 0644]
nptl/sysdeps/ia64/pthread_spin_lock.c [new file with mode: 0644]
nptl/sysdeps/ia64/pthread_spin_trylock.c [new file with mode: 0644]
nptl/sysdeps/ia64/pthread_spin_unlock.c [new file with mode: 0644]
nptl/sysdeps/ia64/pthreaddef.h [new file with mode: 0644]
nptl/sysdeps/ia64/tcb-offsets.sym [new file with mode: 0644]
nptl/sysdeps/ia64/td_ta_map_lwp2thr.c [new file with mode: 0644]
nptl/sysdeps/ia64/tls.h [new file with mode: 0644]
nptl/sysdeps/pthread/pthread_cond_timedwait.c
nptl/sysdeps/s390/pthreaddef.h
nptl/sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/bits/semaphore.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/createthread.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/fork.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/libc-lowlevellock.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/libc-lowlevelmutex.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/lowlevelmutex.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/pt-initfini.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/pt-vfork.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/pthread_once.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/sem_post.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/sem_timedwait.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/sem_trywait.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/sem_wait.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h [new file with mode: 0644]
sysdeps/generic/dl-sysdep.c
sysdeps/unix/sysv/linux/i386/clone.S
sysdeps/unix/sysv/linux/ia64/clone2.S
sysdeps/unix/sysv/linux/ia64/sysdep.h