aboutsummaryrefslogtreecommitdiff
path: root/csu
AgeCommit message (Expand)AuthorFilesLines
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho1-2/+9
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar1-0/+6
2017-04-13Assume that O_NOFOLLOW is always definedFlorian Weimer1-8/+4
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg1-8/+0
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers13-13/+13
2016-12-31Add framework for tunablesSiddhesh Poyarekar2-2/+8
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock1-0/+4
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2-27/+19
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer1-19/+0
2016-12-21Move all tests out of the csu subdirectoryNick Alcock4-678/+3
2016-09-10Remove __libc_csu_irel declarationSiddhesh Poyarekar1-3/+0
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer1-1/+1
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers15-15/+15
2015-08-07Fix gcrt0.o compilationSamuel Thibault1-2/+9
2015-06-24Align TCB offset to the maximum alignmentH.J. Lu1-1/+4
2015-02-23Compile gcrt1.o with -fPICH.J. Lu1-2/+11
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers15-15/+15
2014-11-26powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel}Adhemerval Zanella1-0/+16
2014-11-20Add tests for C11-like atomic operations.Torvald Riegel1-1/+129
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2014-09-16Remove bitrotten --enable-oldest-abi (bug 6652).Joseph Myers1-3/+0
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab1-2/+2
2014-05-13Clean up __exit_thread.Roland McGrath1-1/+2
2014-04-14Support _r_debug for static binaries.Carlos O'Donell1-0/+3
2014-03-14Remove "Compiled on ..." crapola from version text.Roland McGrath1-34/+1
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-2/+2
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-4/+2
2014-02-22Remove unused %include lines from Versions files.Roland McGrath1-2/+0
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-4/+4
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki1-15/+12
2014-01-01Update remaining copyright datesAllan McRae1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae15-15/+15
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell1-0/+16
2013-09-09Fix static-binary lazy FPU context allocationMaciej W. Rozycki1-4/+1
2013-08-30Fix then/than typos.Ondřej Bílka1-1/+1
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-04-25Declare __ehdr_start with hidden visibility.Maciej W. Rozycki1-1/+2
2013-03-28Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath1-0/+18
2013-03-28Make _dl_phdr pointer to const.Roland McGrath1-1/+1
2013-03-28Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath1-4/+0
2013-03-12Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ...Roland McGrath2-0/+14
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2-3/+3
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar2-3/+3
2013-02-27Add license exception text to gmon-start.Roland McGrath1-0/+17
2013-02-15Remove bounded-pointers build system support.Joseph Myers1-9/+0
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers1-2/+1
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-17/+11