diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 21:25:58 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 21:25:58 -0400 |
commit | 0464f746e87fa29a1e3a88e9d3c1ff102b559528 (patch) | |
tree | 64cae4e1e77c65f57eef554264f2638d0dd86968 /ChangeLog | |
parent | 7d17596c198f11fa85cbcf9587443f262e63b616 (diff) | |
download | glibc-0464f746e87fa29a1e3a88e9d3c1ff102b559528.zip glibc-0464f746e87fa29a1e3a88e9d3c1ff102b559528.tar.gz glibc-0464f746e87fa29a1e3a88e9d3c1ff102b559528.tar.bz2 |
Don't build AVX tests with old compilers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2011-05-29 Ulrich Drepper <drepper@gmail.com> + [BZ #11634] + * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx. + * malloc/malloc.h: Mark malloc hook variables as deprecated. [BZ #11781] |