summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-07-29 08:57:15 +0000
committerRoland McGrath <roland@gnu.org>2003-07-29 08:57:15 +0000
commit172ce013bdd864ba22b6b22611ffd893f1f9f2a6 (patch)
tree8d147bf8e002c5dd3a2aa6a9c1a13a9b0a5bd460 /nptl
parent5181d776e8bb3c277ea291b3b43be0ce8a38c6c3 (diff)
downloadglibc-172ce013bdd864ba22b6b22611ffd893f1f9f2a6.tar.gz
* elf/dl-support.c (_dl_hwcap): Add nocommon attribute.
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 0f6bea50e2..145c719589 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-29 Roland McGrath <roland@redhat.com>
+
+ * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules).
+
2003-07-25 Jakub Jelinek <jakub@redhat.com>
* tst-cancel17.c (do_test): Check if aio_cancel failed.