about summary refs log tree commit diff
path: root/sysdeps/i386/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-120/+2
|
* i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFOMike Frysinger2012-08-141-51/+0
| | | | | | | | Pretty sure we require recent enough versions of gcc/binutils to make this check pointless. I can't any logs in the last few years where this check didn't return "yes". Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Remove TLS configure checks.Marek Polacek2012-07-171-41/+0
|
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-101-1/+1
|
* RegenerateAndreas Jaeger2012-03-271-1/+0
|
* Merge branch 'elf-move'Andreas Jaeger2012-03-271-0/+44
|\ | | | | | | | | | | | | Conflicts: debug/backtracesymsfd.c sysdeps/generic/elf/backtracesymsfd.c sysdeps/i386/configure.in
* | Use autoconf macro for testing compiler options with empty input.Joseph Myers2012-03-211-6/+12
|/
* Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping.Joseph Myers2012-03-071-479/+1
|
* Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-281-0/+23
|
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-201-20/+43
|
* AVX audit test failures with gcc 4.6H.J. Lu2011-02-021-332/+425
|
* Add x86-32 FMA supportH.J. Lu2010-04-141-0/+25
|
* Pass -mtune=i686 to assembler when compiling for i686H.J. Lu2010-03-041-0/+19
|
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-151-150/+132
|
* Simplify cpuid.h configure test.Jim Meyering2009-08-081-8/+542
|
* x86/x86-64 now needs <cpuid.h> from gcc.Ulrich Drepper2009-08-021-44/+56
|
* Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu2009-07-031-7/+64
|
* * sysdeps/i386/configure.in (libc_mtune_example): Variable removed.Roland McGrath2005-11-051-3/+0
| | | | * sysdeps/i386/configure: Regenerated.
* * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.Roland McGrath2005-03-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (_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-05 Roland McGrath <roland@redhat.com>Roland McGrath2005-01-051-0/+54
| | | | | | | * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ... * sysdeps/i386/configure.in: ... here. New file. * sysdeps/i386/configure: New generated file. * configure: Regenerated.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-54/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+54