aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/configure.in
AgeCommit message (Collapse)Author
2012-03-27Merge branch 'elf-move'Andreas Jaeger
Conflicts: debug/backtracesymsfd.c sysdeps/generic/elf/backtracesymsfd.c sysdeps/i386/configure.in
2012-03-21Use autoconf macro for testing compiler options with empty input.Joseph Myers
2012-03-19Merge sysdeps/i386/elf/Versions into sysdeps/i386/Versions.Andreas Jaeger
Move sysdeps/i386/elf/start.S to sysdeps/i386/ Merge sysdeps/i386/elf/configure.in into sysdeps/i386/configure.in Delete merged files sysdeps/i386/elf/configure.in, sysdeps/i386/elf/Versions and sysdeps/i386/elf/configure.
2012-03-07Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping.Joseph Myers
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper
2011-02-02AVX audit test failures with gcc 4.6H.J. Lu
2010-04-14Add x86-32 FMA supportH.J. Lu
2010-03-04Pass -mtune=i686 to assembler when compiling for i686H.J. Lu
2009-08-08Simplify cpuid.h configure test.Jim Meyering
2009-08-02x86/x86-64 now needs <cpuid.h> from gcc.Ulrich Drepper
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu
2005-11-05* sysdeps/i386/configure.in (libc_mtune_example): Variable removed.Roland McGrath
* sysdeps/i386/configure: Regenerated.
2005-03-06* sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.Roland McGrath
(_dl_out_of_memory): Use rtld_hidden_proto. * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def. (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory. * elf/dl-open.c (_dl_open): Likewise. * elf/dl-deps.c (_dl_map_object_deps): Likewise. * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *. * elf/dl-addr.c (_dl_addr): Add a cast. * elf/unload3mod4.c: Declare foo. * elf/testobj2.c: Include <stdio.h>. * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal value constant, and use it in the defn. * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl. Use actual size for compat array decls. * config.make.in (cc-mtune): New substituted variable. * configure.in (libc_cv_cc_mtune): New test for -mtune= switch, done only if libc_mtune_example is defined. * configure: Regenerated. * sysdeps/i386/configure.in (libc_mtune_example): Set it. * sysdeps/i386/configure: Regenerated. * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
2005-01-052005-01-05 Roland McGrath <roland@redhat.com>Roland McGrath
* configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ... * sysdeps/i386/configure.in: ... here. New file. * sysdeps/i386/configure: New generated file. * configure: Regenerated.
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek