[Glibc-bsd-commits] r5485 - trunk/glibc-ports/fbtl

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu Jun 5 14:31:21 UTC 2014


Author: aurel32
Date: 2014-06-05 14:31:20 +0000 (Thu, 05 Jun 2014)
New Revision: 5485

Modified:
   trunk/glibc-ports/fbtl/Makefile
Log:
Remove EGLIBC specific code


Modified: trunk/glibc-ports/fbtl/Makefile
===================================================================
--- trunk/glibc-ports/fbtl/Makefile	2014-06-03 20:35:09 UTC (rev 5484)
+++ trunk/glibc-ports/fbtl/Makefile	2014-06-05 14:31:20 UTC (rev 5485)
@@ -18,8 +18,6 @@
 #
 #	Sub-makefile for NPTL portion of the library.
 #
-include ../option-groups.mak
-
 subdir	:= fbtl
 
 headers := pthread.h semaphore.h bits/semaphore.h
@@ -114,7 +112,7 @@
 		      pt-raise pt-system \
 		      flockfile ftrylockfile funlockfile \
 		      sigaction \
-		      pt-allocrtsig \
+		      herrno res pt-allocrtsig \
 		      pthread_kill_other_threads \
 		      pthread_getaffinity pthread_setaffinity \
 		      pthread_attr_getaffinity pthread_attr_setaffinity \
@@ -143,8 +141,6 @@
 #		      pthread_setgid pthread_setegid pthread_setregid \
 #		      pthread_setresgid
 
-libpthread-routines-$(OPTION_EGLIBC_INET) := herrno res 
-
 libpthread-shared-only-routines = version pt-allocrtsig unwind-forcedunwind
 libpthread-static-only-routines = pthread_atfork
 
@@ -255,14 +251,14 @@
 	tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 tst-cancel10 \
 	tst-cancel11 tst-cancel12 tst-cancel13 tst-cancel14 tst-cancel15 \
 	tst-cancel16 tst-cancel17 tst-cancel18 tst-cancel19 tst-cancel20 \
-	tst-cancel21 tst-cancel22 tst-cancel23 tst-cancel25 \
+	tst-cancel21 tst-cancel22 tst-cancel23 tst-cancel24 tst-cancel25 \
 	tst-cancel-self tst-cancel-self-cancelstate \
 	tst-cancel-self-canceltype tst-cancel-self-testcancel \
 	tst-cleanup0 tst-cleanup1 tst-cleanup2 tst-cleanup3 tst-cleanup4 \
 	tst-flock1 tst-flock2 \
 	tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \
 	tst-signal6 tst-signal7 \
-	tst-exec2 tst-exec3 tst-exec4 \
+	tst-exec1 tst-exec2 tst-exec3 tst-exec4 \
 	tst-exit1 tst-exit2 tst-exit3 \
 	tst-stdio1 tst-stdio2 \
 	tst-stack1 tst-stack2 tst-stack3 tst-pthread-getattr \
@@ -270,12 +266,13 @@
 	tst-unload \
 	tst-dlsym1 \
 	tst-sysconf \
-	tst-locale2 \
+	tst-locale1 tst-locale2 \
 	tst-umask1 \
 	tst-popen1 \
 	tst-clock1 \
 	tst-context1 \
 	tst-sched1 \
+	tst-backtrace1 \
 	tst-abstime \
 	tst-vfork1 tst-vfork2 tst-vfork1x tst-vfork2x \
 	tst-getpid1 tst-getpid2 tst-getpid3 \
@@ -283,17 +280,6 @@
 xtests = tst-setuid1 tst-setuid1-static tst-mutexpp1 tst-mutexpp6 tst-mutexpp10
 test-srcs = tst-oddstacklimit
 
-# This test uses the posix_spawn functions.
-tests-$(OPTION_EGLIBC_SPAWN) += tst-exec1
-
-# This test uses the 'backtrace' functions.
-tests-$(OPTION_EGLIBC_BACKTRACE) += tst-backtrace1
-
-# This test is written in C++.
-tests-$(OPTION_EGLIBC_CXX_TESTS) += tst-cancel24
-
-tests-$(OPTION_EGLIBC_LOCALE_CODE) += tst-locale1 
-
 # Files which must not be linked with libpthread.
 tests-nolibpthread = tst-unload
 
@@ -312,13 +298,8 @@
 	 tst-oncex3 tst-oncex4
 endif
 ifeq ($(build-shared),yes)
-tests += tst-atfork2 tst-tls3 tst-tls4 tst-tls5 tst-fini1 \
+tests += tst-atfork2 tst-tls3 tst-tls4 tst-tls5 tst-_res1 tst-fini1 \
 	 tst-stackguard1
-ifeq ($(versioning),yes)
-# struct __res_state _res is only available with
-# symbol versioning after GLIBC_2.2.
-tests += tst-_res1
-endif
 tests-nolibpthread += tst-fini1
 ifeq ($(have-z-execstack),yes)
 tests += tst-execstack




More information about the Glibc-bsd-commits mailing list