diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-29 14:43:46 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-29 14:43:46 +0000 |
commit | 91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6 (patch) | |
tree | 51af7842f6dee5d566bb96b7c627831c6cf06b87 /ChangeLog | |
parent | 2a723ff6ff8ebbcb6759bfaf28fd25b390ce9390 (diff) | |
download | glibc-91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6.tar glibc-91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6.tar.gz glibc-91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6.tar.bz2 glibc-91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6.zip |
Remove cpuid.h configure tests.
There are configure tests for the cpuid.h header for x86 / x86_64.
GCC 4.3 and later install this header, so those tests are obsolete.
This patch removes them.
Tested for x86_64 and x86 (testsuite, and that installed shared
libraries are unchanged by the patch).
* sysdeps/i386/configure.ac (cpuid.h): Do not test for header.
* sysdeps/i386/configure: Regenerated.
* sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header.
* sysdeps/x86_64/configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-10-29 Joseph Myers <joseph@codesourcery.com> + * sysdeps/i386/configure.ac (cpuid.h): Do not test for header. + * sysdeps/i386/configure: Regenerated. + * sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header. + * sysdeps/x86_64/configure: Regenerated. + * configure.ac (libc_cv_asm_protected_directive): Remove configure test. (libc_cv_visibility_attribute): Likewise. |