diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 20:28:27 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 20:28:27 +0000 |
commit | b7d09f0d63a5d6705b5e275b8e3c855210b173a0 (patch) | |
tree | 1a35364547f01ef50dab1ebeee94e49c0cea64c7 /ChangeLog | |
parent | 75b0964bc8f00400056449eceb8ab57c8eb3fde2 (diff) | |
download | glibc-b7d09f0d63a5d6705b5e275b8e3c855210b173a0.tar.gz glibc-b7d09f0d63a5d6705b5e275b8e3c855210b173a0.tar.xz glibc-b7d09f0d63a5d6705b5e275b8e3c855210b173a0.zip |
Remove assembler -mtune=i686 configure test.
There is a configure test for assembler support for -mtune=i686. This option was added in binutils 2.18 so the test is obsolete; this patch removes it. Tested for x86 (testsuite, and that installed shared libraries are unchanged by the patch). * sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure test. * sysdeps/i386/configure: Regenerated. * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make code unconditional.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cb49047fae..77878ded96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2015-10-15 Joseph Myers <joseph@codesourcery.com> + * sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure + test. + * sysdeps/i386/configure: Regenerated. + * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make + code unconditional. + * configure.ac (libc_cv_asm_previous_directive): Remove configure test. (libc_cv_asm_popsection_directive): Likewise. |