diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-11 05:26:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-11 05:26:32 +0000 |
commit | 3de7c2a96526ff7344152c887845c11b35e301e6 (patch) | |
tree | c964540372f826d5bc355fa680b7ac78c679fe86 /nptl/sysdeps/unix/sysv/linux/Makefile | |
parent | 2a544d82ce6d7214cf1f95a9b8b814ce40e97253 (diff) | |
download | glibc-3de7c2a96526ff7344152c887845c11b35e301e6.tar glibc-3de7c2a96526ff7344152c887845c11b35e301e6.tar.gz glibc-3de7c2a96526ff7344152c887845c11b35e301e6.tar.bz2 glibc-3de7c2a96526ff7344152c887845c11b35e301e6.zip |
Update.
* sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add
lowlevelbarrier.sym.
* sysdeps/unix/sysv/linux/lowlevelbarrier.sym: New file.
* sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
Include lowlevelbarrier.h and don't define offsets locally.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/Makefile b/nptl/sysdeps/unix/sysv/linux/Makefile index 1d0de6de2b..d25135ac80 100644 --- a/nptl/sysdeps/unix/sysv/linux/Makefile +++ b/nptl/sysdeps/unix/sysv/linux/Makefile @@ -22,7 +22,7 @@ sysdep_routines += register-atfork unregister-atfork libc_pthread_init libpthread-sysdep_routines += pt-fork -gen-as-const-headers += lowlevelcond.sym lowlevelrwlock.sym +gen-as-const-headers += lowlevelcond.sym lowlevelrwlock.sym lowlevelbarrier.sym endif ifeq ($(subdir),posix) |