about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-18 10:56:40 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-18 10:56:40 +0000
commitd7913e0e256e842a3ff43b1a0854b351f585645d (patch)
tree12410015ce1a133eb10783ed89d6cd85b30c6272 /nptl/Makefile
parent6ed5da8f484ccafb6e1b131514d8c01efc5affbc (diff)
downloadglibc-d7913e0e256e842a3ff43b1a0854b351f585645d.tar.gz
glibc-d7913e0e256e842a3ff43b1a0854b351f585645d.tar.xz
glibc-d7913e0e256e842a3ff43b1a0854b351f585645d.zip
Update.
2002-12-18  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/pthread/bits/stdio-lock.h: New file.
	* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevelmutex.S: New file.
	* sysdeps/unix/sysv/linux/i386/i586/libc-lowlevelmutex.S: New file.
	* sysdeps/unix/sysv/linux/i386/i686/libc-lowlevelmutex.S: New file.
	* Makefile (routines): Add libc-lowlevelmutex.

	* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Remove
	__i686.get_pc_thunk.dx.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 6b09f08f6a..5c8c4c6a74 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -28,7 +28,8 @@ headers := pthread.h semaphore.h
 extra-libs := libpthread
 extra-libs-others := $(extra-libs)
 
-routines = alloca_cutoff forward libc-lowlevellock libc-cancellation
+routines = alloca_cutoff forward libc-lowlevellock libc-lowlevelmutex \
+	   libc-cancellation
 shared-only-routines = forward
 
 libpthread-routines = init events \