From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id C738A38708D7; Tue, 1 Sep 2020 10:53:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C738A38708D7 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: libpthread: Export C11 thread symbols from libpthread.a as well X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: fc352c07ad4b4f51ae57a9797259cef0c5c015cc X-Git-Newrev: 7c4719f548b5b959ed82e2992d77d04e7e7836ef Message-Id: <20200901105315.C738A38708D7@sourceware.org> Date: Tue, 1 Sep 2020 10:53:15 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2020 10:53:15 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7c4719f548b5b959ed82e2992d77d04e7e7836ef commit 7c4719f548b5b959ed82e2992d77d04e7e7836ef Author: Corinna Vinschen Date: Tue Sep 1 12:52:08 2020 +0200 Cygwin: libpthread: Export C11 thread symbols from libpthread.a as well ...as on glibc right now. This is supposed to support autoconf scripts checking for existence of these symbols in libpthread. Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 03e3b0027..4017481e5 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -763,7 +763,8 @@ ${CURDIR}/libc.a: ${LIB_NAME} ${CURDIR}/libm.a libpthread.a libutil.a ${CURDIR}/libm.a: ${LIB_NAME} $(LIBM) $(MATH_OFILES) ${speclib} ${@F} -libpthread.a: ${LIB_NAME} pthread.o thread.o +libpthread.a: ${LIB_NAME} pthread.o thread.o call_once.o cnd.o mtx.o \ + thrd.o tss.o ${speclib} ${@F} libutil.a: ${LIB_NAME} bsdlib.o