]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/libc_multiple_threads.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 13 Mar 2003 01:51:12 +0000 (01:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 13 Mar 2003 01:51:12 +0000 (01:51 +0000)
commit7588880f50f551cb60a99e2dd2068fdc170e5435
tree9d1a5e21e3289c84973ff351b40172c08f2d4967
parent959c5bbfeee074dbd3dcef98acd41b2e53d14cec
Update.

* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
libc_multiple_threads.
* sysdeps/unix/sysv/linux/libc_pthread_init.c: Move definition of
__libc_multiple_threads to...
* sysdeps/unix/sysv/linux/libc_multiple_threads.c: ...here.  New file.

* sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove unnecessary
versioning.
* sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Likewise.

* sysdeps/unix/sysv/linux/x86_64/pthread_once.S
(__pthread_once_internal): Define.

* sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Use shlib-compat.h
macros instead of .symver directly.
* sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Likewise.
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/Makefile
nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S
nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S