]> sourceware.org Git - glibc.git/commitdiff
Don't mention linuxthreads in Depend files.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 21 May 2014 16:53:11 +0000 (16:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 21 May 2014 16:53:11 +0000 (16:53 +0000)
I noticed that some of the Depend files, used to determine the
subdirectory build order in sysd-sorted, still mentioned linuxthreads,
although it hasn't been supported for many years.  This patch removes
those references.  In the case of nscd, it substitutes an nptl
reference, since I believe there is a fact a thread library dependence
there; the others already mentioned nptl.

Note that I am not at all confident in the completeness of these
Depend files.

Note also that references to linuxthreads remain in a comment in
sysdeps/unix/sysv/linux/ia64/Versions, and in manual/maint.texi,
manual/signal.texi and scripts/documented.sh.

Tested x86_64 that the installed shared libraries are unchanged by the
patch (as is sysd-sorted).

* nscd/Depend (linuxthreads): Remove.
(nptl): Add.
* resolv/Depend (linuxthreads): Remove.
* rt/Depend (linuxthreads): Remove.

ChangeLog
nscd/Depend
resolv/Depend
rt/Depend

index a5a6623460cd261156c1c32fbedb6f35dc76b0fa..2ad5f7de9af3867c512b57f0d5ec8030d7ac459d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
 
+       * nscd/Depend (linuxthreads): Remove.
+       (nptl): Add.
+       * resolv/Depend (linuxthreads): Remove.
+       * rt/Depend (linuxthreads): Remove.
+
        * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
        (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
        $(common-objpfx)elf/.
index fe673ba5ec9ce2e49b040fe0e05bf57c7fe971d8..6c1aa44e6eb7b9a30b7a678ada5b1a773f6e234a 100644 (file)
@@ -1 +1 @@
-linuxthreads
+nptl
index 8d2587bbc1fd0b891647ff22f045123a7c04a609..6c1aa44e6eb7b9a30b7a678ada5b1a773f6e234a 100644 (file)
@@ -1,2 +1 @@
-linuxthreads
 nptl
index 8d2587bbc1fd0b891647ff22f045123a7c04a609..6c1aa44e6eb7b9a30b7a678ada5b1a773f6e234a 100644 (file)
--- a/rt/Depend
+++ b/rt/Depend
@@ -1,2 +1 @@
-linuxthreads
 nptl
This page took 0.116124 seconds and 5 git commands to generate.