aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-09-08 22:37:21 +0000
committerRoland McGrath <roland@gnu.org>2005-09-08 22:37:21 +0000
commite73b144f0260efab793db93e15fec6ae4a36c948 (patch)
tree619b28606e93f48949aae4a16e2b8ad298240177
parent648068ce8f7d2f05b3ad93e1827083f8369aa4bd (diff)
downloadglibc-e73b144f0260efab793db93e15fec6ae4a36c948.zip
glibc-e73b144f0260efab793db93e15fec6ae4a36c948.tar.gz
glibc-e73b144f0260efab793db93e15fec6ae4a36c948.tar.bz2
* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
properly, first byte is bit number in mask. Skip disabled caps.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3b320d..7fd735c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-08 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
+ properly, first byte is bit number in mask. Skip disabled caps.
+
2005-07-11 Derek R. Price <derek@ximbiot.com>
[BZ #1061]