Age | Commit message (Expand) | Author | Files | Lines |
2011-07-14 | Default to --with-default-link=yes if configure check finds good -shared layout. | Roland McGrath | 1 | -3/+55 |
2011-07-14 | Use linker --print-output-format option if available. | Roland McGrath | 1 | -0/+11 |
2011-07-14 | Adjust relro test to work around GNU ld limitations. | Roland McGrath | 1 | -0/+7 |
2011-07-11 | Fix a braino in new relro configure test. | Roland McGrath | 1 | -1/+1 |
2011-07-09 | Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic. | Roland McGrath | 1 | -5/+23 |
2011-07-09 | Rewrite -z relro configure check to be empirical. | Roland McGrath | 1 | -17/+63 |
2011-07-09 | Find readelf with AC_CHECK_TOOL for use in configure tests. | Roland McGrath | 1 | -2/+4 |
2011-07-02 | Add --with-default-link configure option. | Roland McGrath | 1 | -0/+8 |
2011-06-28 | Remove the --experimental-malloc option | Ulrich Drepper | 1 | -7/+0 |
2011-06-27 | Distinguish configure check for .ctors/.dtors header/trailers. | Roland McGrath | 1 | -1/+11 |
2011-06-10 | Use AC_LANG_PROGRAM in nss-crypt check. | Roland McGrath | 1 | -2/+2 |
2011-05-21 | Fix configure visibility tests | Ulrich Drepper | 1 | -4/+4 |
2011-02-15 | Remove use of ranlib. | Ulrich Drepper | 1 | -20/+2 |
2011-02-02 | Add missing configure patch. | H.J. Lu | 1 | -0/+1 |
2011-01-16 | Don't override --enable-multi-arch. | Andreas Schwab | 1 | -72/+72 |
2010-12-24 | Remove `.ctors' and `.dtors' output sections | H.J. Lu | 1 | -0/+2 |
2010-08-24 | Rejigger header generation for default uname implementation. | Roland McGrath | 1 | -71/+2 |
2010-08-23 | Remove multiarch dirs when gnu indirect is not supported | Mike Frysinger | 1 | -107/+91 |
2010-07-26 | BZ #11840: Fix config.cache usage for -fgnu89-inline check. | Roland McGrath | 1 | -3/+3 |
2010-03-04 | Pass -mtune=i686 to assembler when compiling for i686 | H.J. Lu | 1 | -0/+1 |
2009-12-23 | Enable multiarch whenever possible. | H.J. Lu | 1 | -4/+31 |
2009-09-28 | Handle future binutils versions correctly. | H.J. Lu | 1 | -2/+2 |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 1 | -0/+18 |
2009-09-08 | Support binutils 2.100 and 3.0. | H.J. Lu | 1 | -2/+2 |
2009-09-05 | Support binutils 2.20. | H.J. Lu | 1 | -2/+2 |
2009-07-10 | Add AVX support to ld.so auditing for x86-64. | H.J. Lu | 1 | -0/+1 |
2009-07-09 | Implement STB_GNU_UNIQUE handling. | Ulrich Drepper | 1 | -0/+17 |
2009-07-03 | Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64. | H.J. Lu | 1 | -0/+1 |
2009-05-31 | Move AC_CANONICAL_HOST before first use of $host and $build. | Andreas Schwab | 1 | -2/+2 |
2009-04-03 | * configure.in: We need to test for the compiler earlier. | Ulrich Drepper | 1 | -8/+9 |
2009-04-02 | * configure.in: Recognize --enable-nss-crypt. | Ulrich Drepper | 1 | -4/+39 |
2009-03-13 | * config.h.in (USE_MULTIARCH): Define. | Ulrich Drepper | 1 | -1/+42 |
2008-11-26 | Moved alpha to ports repository. | Roland McGrath | 1 | -1/+0 |
2008-11-11 | * sysdeps/x86_64/configure: New file. | Roland McGrath | 1 | -0/+3 |
2008-08-18 | 2008-08-18 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -1/+16 |
2008-06-25 | [BZ #5814] | Ulrich Drepper | 1 | -1/+1 |
2008-05-15 | [BZ #6428] | Ulrich Drepper | 1 | -1/+1 |
2008-04-11 | * configure.in: Check for -fno-section-anchors in addition to | Ulrich Drepper | 1 | -3/+3 |
2008-02-01 | [BZ #5442]cvs/fedora-glibc-20080201T1017 | Roland McGrath | 1 | -2/+6 |
2008-01-24 | 2008-01-24 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -3/+2 |
2007-10-19 | 2007-10-06 David S. Miller <davem@davemloft.net> | Jakub Jelinek | 1 | -0/+4 |
2007-06-08 | * configure.in: Avoid variable named BASH. | Ulrich Drepper | 1 | -5/+5 |
2007-03-20 | * configure.in (libc_cv_gnu89_inline): Only do compile test. | Jakub Jelinek | 1 | -2/+2 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 1 | -0/+24 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -22/+22 |
2007-07-31 | . | Jakub Jelinek | 1 | -22/+22 |
2006-11-02 | * configure.in: Work around ld --help change and avoid -z relro | Ulrich Drepper | 1 | -12/+12 |
2006-10-30 | * sysdeps/ia64/pthread_spin_unlock.c (pthread_spin_unlock): Use | Ulrich Drepper | 1 | -0/+2 |
2006-10-29 | * configure.in: Relax -z relro requirement a bit.cvs/fedora-glibc-20061029T2155 | Ulrich Drepper | 1 | -1/+6 |
2006-10-28 | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 1 | -17/+10 |