diff options
author | Roland McGrath <roland@gnu.org> | 2005-09-08 22:37:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-09-08 22:37:21 +0000 |
commit | e73b144f0260efab793db93e15fec6ae4a36c948 (patch) | |
tree | 619b28606e93f48949aae4a16e2b8ad298240177 /ChangeLog | |
parent | 648068ce8f7d2f05b3ad93e1827083f8369aa4bd (diff) | |
download | glibc-e73b144f0260efab793db93e15fec6ae4a36c948.tar glibc-e73b144f0260efab793db93e15fec6ae4a36c948.tar.gz glibc-e73b144f0260efab793db93e15fec6ae4a36c948.tar.bz2 glibc-e73b144f0260efab793db93e15fec6ae4a36c948.zip |
* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
properly, first byte is bit number in mask. Skip disabled caps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |