aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Constify string parametersAndreas Schwab1-2/+2
2014-12-02Fix elf/tst-unique4lib.cc warning.Joseph Myers1-1/+1
2014-11-29Expand comments in elf/ldconfig.c (search_dir)Carlos O'Donell1-2/+24
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu1-41/+61
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar2-8/+2
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar4-4/+4
2014-11-24Remove IS_IN_ldconfigSiddhesh Poyarekar1-1/+1
2014-11-24Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar1-0/+1
2014-11-24Remove IN_LIBSiddhesh Poyarekar2-2/+2
2014-11-21AArch64: Update relocations for ILP32Will Newton1-3/+17
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2-1/+11
2014-11-06Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell1-1/+2
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers3-10/+4
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar7-14/+35
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers3-3/+3
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers1-1/+0
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers2-21/+21
2014-10-31Add a hook to enable load-time inspection of program headersMatthew Fortune2-0/+40
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell1-19/+5
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers4-21/+21
2014-10-09remove nested functions from elf/dl-load.cKostya Serebryany1-36/+52
2014-10-08Remove unnecessarily nested function in do_lookup_unique.Roland McGrath1-27/+30
2014-10-01remove nested functions from elf/dl-deps.cKostya Serebryany1-15/+15
2014-09-29Correctly size profiling reloc table (bug 17411)Carlos O'Donell1-2/+6
2014-09-16Remove CFLAGS for interp.cSiddhesh Poyarekar2-3/+12
2014-09-16Include .interp section only for libc.soSiddhesh Poyarekar1-2/+1
2014-07-14Correct DT_PPC64_NUMAlan Modra1-1/+1
2014-07-03Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson2-20/+6
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson1-3/+0
2014-06-26Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar1-1/+1
2014-06-23elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikelyWill Newton1-20/+19
2014-06-23elf/dl-lookup.c: Remove unnecessary static variableWill Newton1-4/+1
2014-06-23elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a functionWill Newton1-145/+159
2014-06-20[BZ #16046] dl_iterate_phdr static executable testMaciej W. Rozycki2-1/+48
2014-06-18Use $(rtld-prefix) more consistently.Joseph Myers1-2/+1
2014-06-07Remove redundant C locale settings.Joseph Myers1-1/+0
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2-3/+5
2014-05-27Remove duplicate code in elf/dl-deps.c.Ondřej Bílka1-31/+19
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab2-3/+3
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-2/+2
2014-05-14Remove last use of USE___THREADAndreas Schwab1-149/+5
2014-05-09Fix elf/tst-tls9-static buildAdhemerval Zanella1-2/+2
2014-05-05Move rules for Linux-specific pldd program to Linux-specific Makefile.Roland McGrath1-6/+2
2014-04-112014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+4
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath6-200/+350
2014-04-03elf/dl-lookup.c: Remove obsolete comment about nested functionWill Newton1-5/+4
2014-03-272014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-10/+8
2014-03-262014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-40/+36
2014-03-25Add empty GLIBC_2.2.5 version to elf/Versions.Joseph Myers1-0/+3
2014-03-24Address post-commit patch comments.Paul Pluzhnikov1-2/+8