diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-02-02 19:28:44 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-02 19:28:44 -0500 |
commit | 435b95ebd07f18ad052a379e0381b12e9ebf5b2c (patch) | |
tree | 304179546ab29f2a40560bb1dce06bd76ffe6dfc /ChangeLog | |
parent | 8517b15ee8e39fed11afb784fd0e249d977849f4 (diff) | |
download | glibc-435b95ebd07f18ad052a379e0381b12e9ebf5b2c.zip glibc-435b95ebd07f18ad052a379e0381b12e9ebf5b2c.tar.gz glibc-435b95ebd07f18ad052a379e0381b12e9ebf5b2c.tar.bz2 |
AVX audit test failures with gcc 4.6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2011-02-02 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #12460] + * config.make.in (config-cflags-novzeroupper): Define. + * configure.in: Substitute libc_cv_cc_novzeroupper. + * elf/Makefile (AVX-CFLAGS): Define. + (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS). + (CFLAGS-tst-auditmod4a.c): Likewise. + (CFLAGS-tst-auditmod4b.c): Likewise. + (CFLAGS-tst-auditmod6b.c): Likewise. + (CFLAGS-tst-auditmod6c.c): Likewise. + (CFLAGS-tst-auditmod7b.c): Likewise. + * sysdeps/i386/configure.in: Check -mno-vzeroupper. + 2011-02-02 Ulrich Drepper <drepper@gmail.com> * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the |