diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-07 20:51:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-07 20:51:54 +0000 |
commit | af6a1e37554a1245d468ffe44d2c981998a4e0eb (patch) | |
tree | 7b1b3f9d361540e087855183c6d8d8dc97cf5971 /ChangeLog | |
parent | e7dbb1bec3be35897acb18aa277807ed276384c5 (diff) | |
download | glibc-af6a1e37554a1245d468ffe44d2c981998a4e0eb.tar glibc-af6a1e37554a1245d468ffe44d2c981998a4e0eb.tar.gz glibc-af6a1e37554a1245d468ffe44d2c981998a4e0eb.tar.bz2 glibc-af6a1e37554a1245d468ffe44d2c981998a4e0eb.zip |
Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-03-07 Joseph Myers <joseph@codesourcery.com> + * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no + default includes instead of AC_HEADER_CHECK. + * sysdeps/i386/configure: Regenerated. + [BZ #10716] * math/s_cacosh.c (__cacosh): Convert negative log results to 0. * math/s_cacoshf.c (__cacoshf): Likewise. |