From: Roland McGrath Date: Thu, 8 Sep 2005 22:37:21 +0000 (+0000) Subject: * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS X-Git-Tag: cvs/fedora-glibc-20050912T0656~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e73b144f0260efab793db93e15fec6ae4a36c948;p=thirdparty%2Fglibc.git * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS properly, first byte is bit number in mask. Skip disabled caps. --- diff --git a/ChangeLog b/ChangeLog index b3b320d79d5..7fd735c172a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-08 Roland McGrath + + * 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 [BZ #1061]