diff options
author | Roland McGrath <roland@gnu.org> | 2003-07-29 08:57:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-07-29 08:57:15 +0000 |
commit | 172ce013bdd864ba22b6b22611ffd893f1f9f2a6 (patch) | |
tree | 8d147bf8e002c5dd3a2aa6a9c1a13a9b0a5bd460 /nptl | |
parent | 5181d776e8bb3c277ea291b3b43be0ce8a38c6c3 (diff) | |
download | glibc-172ce013bdd864ba22b6b22611ffd893f1f9f2a6.tar.gz glibc-172ce013bdd864ba22b6b22611ffd893f1f9f2a6.tar.xz glibc-172ce013bdd864ba22b6b22611ffd893f1f9f2a6.zip |
* elf/dl-support.c (_dl_hwcap): Add nocommon attribute.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 |
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. |