Age | Commit message (Expand) | Author | Files | Lines |
2017-12-18 | Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614] | H.J. Lu | 1 | -3/+5 |
2017-12-15 | Add --enable-static-pie configure option to build static PIE [BZ #19574] | H.J. Lu | 1 | -0/+29 |
2017-12-12 | Remove --with-fp / --without-fp. | Joseph Myers | 1 | -7/+24 |
2017-12-05 | Add elision tunables | Rogerio Alves | 1 | -10/+0 |
2017-11-30 | plural.c: improve reproducibility | Juro Bystricky | 1 | -4/+3 |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -3/+3 |
2017-11-06 | Use newly built crt*.o files to build shared objects [BZ #22362] | H.J. Lu | 1 | -0/+5 |
2017-10-20 | Avoid build multiarch if compiler warns about mismatched alias | Adhemerval Zanella | 1 | -3/+34 |
2017-10-05 | Remove add-ons mechanism. | Joseph Myers | 1 | -241/+27 |
2017-10-04 | crypt: Use NSPR header files in addition to NSS header files [BZ #17956] | Guido Trentalancia | 1 | -1/+5 |
2017-09-25 | Update configure.ac for binutils 2.25 | H.J. Lu | 1 | -2/+2 |
2017-08-04 | Check linker support for INSERT in linker script | H.J. Lu | 1 | -0/+21 |
2017-07-06 | Add per-thread cache to malloc | DJ Delorie | 1 | -0/+7 |
2017-06-28 | Require binutils 2.25 or later to build glibc. | Joseph Myers | 1 | -1/+1 |
2017-06-28 | Support building glibc with gold 1.14 or above [BZ #14995] | H.J. Lu | 1 | -4/+13 |
2017-06-19 | Require GCC 4.9 or later for building glibc. | Joseph Myers | 1 | -1/+1 |
2017-06-15 | Enable tunables by default | Siddhesh Poyarekar | 1 | -1/+1 |
2017-06-13 | configure: Suppress expected compiler error message | Florian Weimer | 1 | -1/+2 |
2017-06-13 | Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573] | H.J. Lu | 1 | -1/+3 |
2017-03-21 | Deprecate libnsl by default (only shared library will be | Thorsten Kukuk | 1 | -0/+11 |
2017-03-15 | Fix combreloc test with BSD grep | Alexey Neyman | 1 | -5/+5 |
2016-12-31 | Enhance --enable-tunables to select tunables frontend at build time | Siddhesh Poyarekar | 1 | -1/+1 |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar | 1 | -0/+10 |
2016-12-26 | Work even with compilers which enable -fstack-protector by default [BZ #7065] | Nick Alcock | 1 | -51/+24 |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 1 | -0/+1 |
2016-12-26 | Configure support for --enable-stack-protector [BZ #7065] | Nick Alcock | 1 | -20/+50 |
2016-12-22 | Add configure check for python program | Siddhesh Poyarekar | 1 | -1/+15 |
2016-12-02 | Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-static | Carlos O'Donell | 1 | -0/+14 |
2016-11-15 | configure: accept __stack_chk_fail_local for ssp support too [BZ #20662] | Denis Kaganovich | 1 | -3/+5 |
2016-10-07 | Add configure check to test if gcc supports attribute ifunc. | Stefan Liebler | 1 | -0/+33 |
2016-09-21 | Avoid running $(CXX) during build to obtain header file paths | Florian Weimer | 1 | -0/+12 |
2016-07-12 | x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309] | H.J. Lu | 1 | -0/+20 |
2016-05-24 | Avoid an extra branch to PLT for -z now | H.J. Lu | 1 | -0/+3 |
2016-01-17 | configure: make the unsupported error message less hostile | Mike Frysinger | 1 | -10/+6 |
2015-12-02 | Use shell's builtin pwd. | Ludovic Courtès | 1 | -1/+1 |
2015-11-27 | Rename localedir to complocaledir (bug 14259). | Carlos O'Donell | 1 | -1/+1 |
2015-11-14 | Run tst-prelink test for GLOB_DAT reloc | H.J. Lu | 1 | -0/+23 |
2015-11-06 | Remove configure tests for some linker -z options. | Joseph Myers | 1 | -12/+0 |
2015-11-03 | Remove --no-whole-archive configure test. | Joseph Myers | 1 | -19/+0 |
2015-11-02 | Remove init_array / fini_array configure test. | Joseph Myers | 1 | -17/+0 |
2015-10-29 | Remove configure tests for visibility support. | Joseph Myers | 1 | -92/+26 |
2015-10-27 | Use -std=gnu11 instead of -std=gnu99. | Joseph Myers | 1 | -1/+1 |
2015-10-27 | Remove sysdeps/nptl/configure.ac. | Joseph Myers | 1 | -1/+0 |
2015-10-27 | Require GCC 4.7 or later to build glibc. | Joseph Myers | 1 | -1/+1 |
2015-10-27 | Remove TLS configure tests. | Joseph Myers | 1 | -30/+0 |
2015-10-27 | Remove configure test for needing -P for .S files. | Joseph Myers | 1 | -17/+0 |
2015-10-26 | Remove support for removing glibc 2.0 headers. | Joseph Myers | 1 | -16/+0 |
2015-10-26 | Remove configure test for assembler .text directive. | Joseph Myers | 1 | -17/+1 |
2015-10-26 | Use the CXX compiler only if it can create dynamic and static programs | Florian Weimer | 1 | -0/+17 |
2015-10-19 | Remove gnu_unique_object configure test. | Joseph Myers | 1 | -17/+0 |