Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't mention linuxthreads in Depend files.
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.
  • Loading branch information
Joseph Myers committed May 21, 2014
1 parent 4134b50 commit bb7d033
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 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/.
Expand Down
2 changes: 1 addition & 1 deletion nscd/Depend
@@ -1 +1 @@
linuxthreads
nptl
1 change: 0 additions & 1 deletion resolv/Depend
@@ -1,2 +1 @@
linuxthreads
nptl
1 change: 0 additions & 1 deletion rt/Depend
@@ -1,2 +1 @@
linuxthreads
nptl

0 comments on commit bb7d033

Please sign in to comment.