aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Update copyright year.Ulrich Drepper3-7/+7
2011-01-16Fix missing dependencies and ensure correct CPPFLAGS.Andreas Schwab1-22/+32
2011-01-13Fix check-execstack testAndreas Schwab2-18/+20
2011-01-12Fix assertion when handling DSTs during auditing.Ulrich Drepper1-6/+11
2010-12-24Pretty printing.Ulrich Drepper1-2/+2
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu2-0/+4
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold5-11/+28
2010-11-22Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis1-8/+4
2010-10-26Fix assertion in ld.so, introduced by delayed adding to global list.Ulrich Drepper1-1/+1
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel3-43/+50
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab4-20/+20
2010-10-24Work around shortest-stem feature in make 3.82+Andreas Schwab1-2/+11
2010-10-24Don't expand DST twice in dl_openAndreas Schwab1-29/+0
2010-09-21Whitespace cleanup.Ulrich Drepper1-1/+1
2010-09-21Move freeres function from ld.so to libc.so.Andreas Schwab2-90/+87
2010-09-15Don't try to free rpath strings allocated during startupAndreas Schwab3-3/+7
2010-07-20Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache...Roland McGrath1-0/+5
2010-07-06Don't pass NULL occation to dl_signal_cerrorAndreas Schwab1-1/+1
2010-07-02More linking issues fixed.Ulrich Drepper1-3/+3
2010-06-27Revert unwanted patch. Again.Ulrich Drepper2-16/+1
2010-06-27Fix whitespaces.Ulrich Drepper2-13/+28
2010-06-14Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov1-1/+5
2010-05-21Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper1-2/+3
2010-05-21Don't crash on unresolved weak symbol referenceAndreas Schwab1-3/+4
2010-05-07Fix a const warning in ldconfig.Roland McGrath1-1/+1
2010-05-03Fix ldconfig to handle symlinks in chroot correctly.Ulrich Drepper1-1/+12
2010-05-03Simplify OOM handling in ldconfig.Ulrich Drepper1-7/+3
2010-05-03One more bug in ldconfig -r handling.Ulrich Drepper1-1/+3
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab6-4/+22
2010-05-03Code cleanup in __dl_iterate_phdr.Ulrich Drepper1-2/+1
2010-04-19Link elf/noload test against -ldl.Roland McGrath1-2/+2
2010-04-14Don't crash in trace mode when dependencies are missingAndreas Schwab1-4/+8
2010-04-13elf/elf.h: Add SH specific ELF header flags.Matt Fleming1-0/+24
2010-04-08Merge remote branch 'origin/roland/hwcap_mask'Ulrich Drepper2-6/+17
2010-04-05elf/elf.h (ELFOSABI_ARM_AEABI): Define.Joseph Myers1-0/+1
2010-04-05Obey LD_HWCAP_MASK in ld.so.cache lookups.roland/hwcap_maskRoland McGrath2-6/+17
2010-04-05elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath1-1/+1
2010-04-05Fix aux cache handling in ldconfig with chroot.Ulrich Drepper1-7/+14
2010-03-29Handle platforms without aux vectorThomas Schwinge1-3/+3
2010-03-26Don't take the address of a void object.Richard Henderson1-3/+3
2010-03-24Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper2-4/+59
2010-03-18Future safety in checking ELF header.Ulrich Drepper1-2/+8
2010-03-16Extended ELF ABI version handling only for Linux.Ulrich Drepper1-3/+5
2010-03-15Update copyright year.Ulrich Drepper3-8/+8
2010-03-15Implement handling of libc ABI in ELF header.Ulrich Drepper1-2/+4
2010-03-12Don't underestimate length of DST substitutionAndreas Schwab1-8/+13
2010-03-11elf.h: Add missing R_X86_64_*64 relocs.Roland McGrath1-1/+7
2010-03-04Define new x86-64 relocation symbolsUlrich Drepper1-1/+3
2010-02-28Define NT_X86_XSTATE constant for ELF core files.Roland McGrath1-0/+1
2010-02-24Fix comment.Ulrich Drepper1-7/+7