From 44f3864ffcf205930a0cf7e553ab91f2cb01d02d Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Wed, 17 Feb 2010 16:52:15 -0800 Subject: move pthread_barrier_{init,destroy} to sysdeps/pthread for archs that implement their own like sparc and x86_64 Signed-off-by: Austin Foxley --- libpthread/nptl/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/nptl/Makefile.in') diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index d3386a305..ee596315b 100644 --- a/libpthread/nptl/Makefile.in +++ b/libpthread/nptl/Makefile.in @@ -189,6 +189,7 @@ libpthread-misc-routines = pthread_rwlock_rdlock pthread_rwlock_timedrdlock \ pthread_cond_broadcast pthread_spin_init \ pthread_spin_destroy pthread_spin_lock \ pthread_spin_trylock pthread_spin_unlock \ + pthread_barrier_init pthread_barrier_destroy \ pthread_barrier_wait pthread_sigmask \ pthread_kill pthread_once \ pthread_getcpuclockid sem_wait \ @@ -250,6 +251,7 @@ libc-shared-y += $(patsubst %.c, $(PTHREAD_OUT)/%.oS, forward.c \ libc-cancellation.c) libpthread-nonshared-y += $(patsubst %,$(PTHREAD_OUT)/%.oS,$(libpthread_static_SRC)) + ifeq ($(DOPIC),y) libpthread-a-y := $(patsubst $(PTHREAD_DIR)/%.c,$(PTHREAD_OUT)/%.os,$(libpthread_a_SRC)) else -- cgit v1.2.3