summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram
2015-01-21Fix recursive dlopen.Carlos O'Donell
2015-01-09Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang
2015-01-08Add -Wno-trampolines as neededRichard Henderson
2015-01-08Add Nios II definitions to elf/elf.h.Chung-Lin Tang
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu
2014-12-19Fix array bounds warnings in elf_get_dyanmic_info() on sparc with gcc-4.6David S. Miller
2014-12-16Fix warning in elf/tst-unique4lib.cc.Torvald Riegel
2014-12-11Constify string parametersAndreas Schwab
2014-12-02Fix elf/tst-unique4lib.cc warning.Joseph Myers
2014-11-29Expand comments in elf/ldconfig.c (search_dir)Carlos O'Donell
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-24Remove IS_IN_ldconfigSiddhesh Poyarekar
2014-11-24Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IN_LIBSiddhesh Poyarekar
2014-11-21AArch64: Update relocations for ILP32Will Newton
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-11-06Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers
2014-10-31Add a hook to enable load-time inspection of program headersMatthew Fortune
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers
2014-10-09remove nested functions from elf/dl-load.cKostya Serebryany
2014-10-08Remove unnecessarily nested function in do_lookup_unique.Roland McGrath
2014-10-01remove nested functions from elf/dl-deps.cKostya Serebryany
2014-09-29Correctly size profiling reloc table (bug 17411)Carlos O'Donell
2014-09-16Remove CFLAGS for interp.cSiddhesh Poyarekar
2014-09-16Include .interp section only for libc.soSiddhesh Poyarekar
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