aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-03-10Fix copy relocations handling of unique objects.Ulrich Drepper1-2/+3
2011-03-10Don't run tests checking xecutable stack when SELinux is enforcing.Ulrich Drepper1-1/+7
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab1-1/+5
2011-02-02AVX audit test failures with gcc 4.6H.J. Lu1-6/+10
2011-01-19Fix ordering of DSO constructors and destructors.Ulrich Drepper1-3/+21
2011-01-18Run IFUNC tests unless no support build in at all.Ulrich Drepper1-2/+2
2011-01-16Fix missing dependencies and ensure correct CPPFLAGS.Andreas Schwab1-22/+32
2011-01-13Fix check-execstack testAndreas Schwab1-8/+10
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold1-1/+7
2010-07-02More linking issues fixed.Ulrich Drepper1-3/+3
2010-06-27Revert unwanted patch. Again.Ulrich Drepper1-9/+1
2010-06-27Fix whitespaces.Ulrich Drepper1-11/+19
2010-04-19Link elf/noload test against -ldl.Roland McGrath1-2/+2
2009-08-08Support mixed SSE/AVX audit and check AVX only once.H.J. Lu1-2/+19
2009-07-27Break out _dl_scope_free into its own file.Ulrich Drepper1-1/+1
2009-07-15Fix build issue with modules for audit test on machines != x86-64.Ulrich Drepper1-3/+5
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu1-2/+20
2009-07-10Remove do-lookup.h.Ulrich Drepper1-1/+1
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper1-3/+15
2009-07-02Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu1-1/+10
2009-06-22Clean up whitespaces in last patch.Ulrich Drepper1-1/+1
2009-06-22Add more IFUNC tests.H.J. Lu1-5/+77
2009-06-17Use +link-pie Makefile rule to link PIE ifunc tests.H.J. Lu1-16/+2
2009-06-16Consolidate PIE linking Makefile rules.H.J. Lu1-8/+1
2009-06-03Test for ELF IFUNC functionality.H.J. Lu1-1/+93
2009-05-15Test DSOs for executable stack.Ulrich Drepper1-2/+12
2009-01-31* elf/Makefile (ld.so): Adjust the sed script to insert _begin in toUlrich Drepper1-2/+2
2008-10-31* elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfocvs/fedora-glibc-20081031T2102Ulrich Drepper1-1/+9
2008-10-17* elf/Makefile: Add rules to build and run tst-tls17.cvs/fedora-glibc-20081019T1815Ulrich Drepper1-1/+11
2008-08-19* Makefile (check-data): Check data directory in add-ons.Roland McGrath1-2/+2
2008-08-01* elf/Makefile (check-localplt.out): Also check libresolv andUlrich Drepper1-0/+2
2008-07-26* Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper1-1/+1
2008-05-22* shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.Roland McGrath1-4/+8
2008-04-10* elf/Makefile (tests): Substitute tests-vis-yes here.Ulrich Drepper1-7/+5
2008-03-08* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code forUlrich Drepper1-3/+4
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper1-2/+6
2007-10-202007-10-19 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+1
2007-08-16* elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u cvs/fedora-glibc-20070816T2121Jakub Jelinek1-1/+2
2007-08-07* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.cvs/fedora-glibc-20070809T0939Roland McGrath1-12/+10
2007-02-12* elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.Ulrich Drepper1-1/+2
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-9/+5
2007-07-31.Jakub Jelinek1-5/+9
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper1-9/+5
2006-10-27* elf/Makefile: Add rules to build and run tst-thrlock.Ulrich Drepper1-1/+3
2006-09-19* elf/dl-close.c (_dl_close): If dependency is not unloaded makeUlrich Drepper1-1/+9
2006-08-24[BZ #2683]Ulrich Drepper1-1/+3
2006-08-21[BZ #3018]Ulrich Drepper1-1/+1
2006-03-19* elf/rtld.c (dl_main): Run final self-relocation after setting up TLS.Roland McGrath1-1/+5
2006-03-15[BZ #2451]Ulrich Drepper1-2/+9
2006-03-01* elf/tst-tls-dlinfo.c: New file.Roland McGrath1-3/+10