aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-02-21 10:05:25 +0000
committerRoland McGrath <roland@gnu.org>2003-02-21 10:05:25 +0000
commit59fed0e26d28ca0649de7bc3c4444f216caac5f3 (patch)
tree194e2016d13ec2b2348a6cd27ec59c1c9ca5fe1f /nptl
parent8c2e9a29b1fbda33e57b2d33c7bfcb0de666b1fb (diff)
downloadglibc-59fed0e26d28ca0649de7bc3c4444f216caac5f3.tar
glibc-59fed0e26d28ca0649de7bc3c4444f216caac5f3.tar.gz
glibc-59fed0e26d28ca0649de7bc3c4444f216caac5f3.tar.bz2
glibc-59fed0e26d28ca0649de7bc3c4444f216caac5f3.zip
* Makerules: Filter $(install-lib-ldscripts) out of list of targets
for libfoo.so that need $(make-link) rules.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 05bab0b525..b371dfd4ff 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-21 Roland McGrath <roland@redhat.com>
+
+ * Makefile (install-lib-ldscripts): New variable.
+
2003-02-21 Ulrich Drepper <drepper@redhat.com>
* pthreadP.h: Define INVALID_TD_P and INVALID_NOT_TERMINATED_TD_P.