aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-03-02 10:32:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-03-02 10:32:19 +0000
commit0e25633a77e781524aa3dc50a19cf790d144f85b (patch)
tree35306eef8f6296f415c46057ea2a12f3f468afc5 /ChangeLog
parentcc8594b155fd9f75bb4192df2eee021bda0a7d72 (diff)
downloadglibc-0e25633a77e781524aa3dc50a19cf790d144f85b.tar
glibc-0e25633a77e781524aa3dc50a19cf790d144f85b.tar.gz
glibc-0e25633a77e781524aa3dc50a19cf790d144f85b.tar.bz2
glibc-0e25633a77e781524aa3dc50a19cf790d144f85b.zip
Update.
* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation of .str elements in the returned data structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f7b8c65de..68dc1b590a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-03-02 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
+ of .str elements in the returned data structure.
+
* elf/elf.h: Add Alpha TLS bits.
2002-02-28 Jakub Jelinek <jakub@redhat.com>