summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2014-07-14Correct DT_PPC64_NUMAlan Modra
2014-07-03Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson
2014-06-26Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar
2014-06-23elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikelyWill Newton
2014-06-23elf/dl-lookup.c: Remove unnecessary static variableWill Newton
2014-06-23elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a functionWill Newton
2014-06-20[BZ #16046] dl_iterate_phdr static executable testMaciej W. Rozycki
2014-06-18Use $(rtld-prefix) more consistently.Joseph Myers
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-05-27Remove duplicate code in elf/dl-deps.c.Ondřej Bílka
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers
2014-05-14Remove last use of USE___THREADAndreas Schwab
2014-05-09Fix elf/tst-tls9-static buildAdhemerval Zanella
2014-05-05Move rules for Linux-specific pldd program to Linux-specific Makefile.Roland McGrath
2014-04-112014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath
2014-04-03elf/dl-lookup.c: Remove obsolete comment about nested functionWill Newton
2014-03-272014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2014-03-262014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2014-03-25Add empty GLIBC_2.2.5 version to elf/Versions.Joseph Myers
2014-03-24Address post-commit patch comments.Paul Pluzhnikov
2014-03-24Fix BZ #16634.Paul Pluzhnikov
2014-03-13stop supporting bash-1.xMike Frysinger
2014-03-13sotruss: drop ksh support and add basic POSIX shell supportMike Frysinger
2014-03-13Use __ehdr_start, when available, for rtld to get its own headers.Roland McGrath
2014-03-13Add missing elf/tst-pie2.c -- should have been inPaul Pluzhnikov
2014-03-122014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2014-03-07Make tests consistently use *.out output files.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-28Promote do_lookup_x:check_match to a full function.Carlos O'Donell
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-25BZ #16613: Support TLS in audit libraries.Carlos O'Donell
2014-02-25Fix race conditions in pldd that may leave the process stopped after detachingAndreas Schwab
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers
2014-02-12Make ABI tests generate .out files.Joseph Myers
2014-02-11Merge MIPS dl-lookup.c into generic file.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Async-signal safe TLS."Allan McRae
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki
2014-01-08Obvious comment typo fix ("openened") in elf/dl-load.c.Brooks Moses
2014-01-03Async-signal safe TLS.Andrew Hunter
2014-01-01Update remaining copyright datesAllan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-19Fix white space as well.Paul Pluzhnikov