]> git.ipfire.org Git - thirdparty/glibc.git/history - elf/Makefile
Always set l_used for vDSO.
[thirdparty/glibc.git] / elf / Makefile
2012-02-29  Marek PolacekAlways set l_used for vDSO.
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2012-01-27  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-27  Ulrich DrepperSort objects before relocations
2012-01-08  Ulrich DrepperStatic linking is always needed
2012-01-08  Ulrich DrepperRemove non-ELF support
2011-09-13  Andreas SchwabFix pattern on $(ldd-rewrite-script) substitution
2011-09-11  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-11  Andreas SchwabPrepend $(..) to $(ldd-rewrite-script) if non-absolute
2011-08-24  Andreas SchwabFix scope handling during dl_close
2011-08-22  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-22  Andreas SchwabCorrect cycle detection during dependency sorting
2011-07-15  Roland McGrathFix remaining explicit uses of shlib.lds to use $(shlib...
2011-07-03  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-07-02  Roland McGrathUse -defsym=_begin=0 instead of linker script munging.
2011-06-26  Ulrich DrepperWe don't use linkobj/libc.so at runtmie, no need to...
2011-06-11  Roland McGrathBetter detect total failure of linker script generation.
2011-06-10  Roland McGrathRevert -r -> -Wl,-r change.
2011-06-10  Roland McGrathUse -Wl,-r instead of plain -r.
2011-06-09  Ulrich DrepperAdd pldd program
2011-05-30  Ulrich DrepperDon't build AVX tests with old compilers
2011-05-28  Ulrich DrepperFix bug in last checkin which left ldd uninstalled
2011-05-28  Ulrich DrepperAdd sotruss program
2011-05-15  Martin von GagernFix handling of static TLS in dlopen'ed objects
2011-05-14  Andreas SchwabAdd support for generated PIE link rules
2011-05-13  Piotr BuryFix resizing able for unique symbols when adding symbol...
2011-03-10  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-03-10  Ulrich DrepperFix copy relocations handling of unique objects.
2011-03-10  Ulrich DrepperDon't run tests checking xecutable stack when SELinux...
2011-02-26  Andreas SchwabFix memory leak in dlopen with RTLD_NOLOAD.
2011-02-03  H.J. LuAVX audit test failures with gcc 4.6
2011-01-19  Ulrich DrepperFix ordering of DSO constructors and destructors.
2011-01-18  Ulrich DrepperRun IFUNC tests unless no support build in at all.
2011-01-17  Andreas SchwabFix missing dependencies and ensure correct CPPFLAGS.
2011-01-13  Andreas SchwabFix check-execstack test
2010-12-20  Ryan S. ArnoldMake PowerPC64 default to nonexecutable stack
2010-07-02  Ulrich DrepperMore linking issues fixed.
2010-06-28  Ulrich DrepperRevert unwanted patch. Again.
2010-06-28  Ulrich DrepperFix whitespaces.
2010-04-19  Roland McGrathLink elf/noload test against -ldl.
2009-08-08  H.J. LuSupport mixed SSE/AVX audit and check AVX only once.
2009-07-27  Ulrich DrepperBreak out _dl_scope_free into its own file.
2009-07-15  Ulrich DrepperFix build issue with modules for audit test on machines...
2009-07-10  H.J. LuAdd AVX support to ld.so auditing for x86-64.
2009-07-10  Ulrich DrepperRemove do-lookup.h.
2009-07-10  Ulrich DrepperImplement STB_GNU_UNIQUE handling.
2009-07-02  H.J. LuFix handling of xmm6 in ld.so audit hooks on x86-64.
2009-06-22  Ulrich DrepperClean up whitespaces in last patch.
2009-06-22  H.J. LuAdd more IFUNC tests.
2009-06-18  H.J. LuUse +link-pie Makefile rule to link PIE ifunc tests.
2009-06-16  H.J. LuConsolidate PIE linking Makefile rules.
2009-06-03  H.J. LuTest for ELF IFUNC functionality.
2009-05-15  Ulrich DrepperTest DSOs for executable stack.
2009-01-31  Ulrich Drepper* elf/Makefile (ld.so): Adjust the sed script to insert...
2008-10-31  Ulrich Drepper* elf/dl-tls.c (__tls_get_addr): After calling _dl_upda... cvs/fedora-glibc-20081031T2102
2008-10-17  Ulrich Drepper* elf/Makefile: Add rules to build and run tst-tls17. cvs/fedora-glibc-20081019T1815
2008-08-19  Roland McGrath* Makefile (check-data): Check data directory in add...
2008-08-01  Ulrich Drepper* elf/Makefile (check-localplt.out): Also check libreso...
2008-07-26  Ulrich Drepper* Makeconfig: Define pie-ccflag and PIE-ccflag variables.
2008-05-22  Roland McGrath* shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*):...
2008-04-10  Ulrich Drepper* elf/Makefile (tests): Substitute tests-vis-yes here.
2008-03-08  Ulrich Drepper* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessar...
2008-01-17  Ulrich Drepper* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2007-10-20  Roland McGrath2007-10-19 Roland McGrath <roland@redhat.com>
2007-08-16  Jakub Jelinek* elf/Makefile ($(objpfx)ld.so): Use readelf -s and... cvs/fedora-glibc-20070816T2121
2007-08-07  Roland McGrath* include/stdlib.h: Add libc_hidden_proto for strto... cvs/fedora-glibc-20070809T0939
2007-02-12  Ulrich Drepper* elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map...
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-10-28  Ulrich Drepper* configure.in: Require assembler support for visibilit...
2006-10-27  Ulrich Drepper* elf/Makefile: Add rules to build and run tst-thrlock.
2006-09-19  Ulrich Drepper* elf/dl-close.c (_dl_close): If dependency is not...
2006-08-24  Ulrich Drepper[BZ #2683]
2006-08-21  Ulrich Drepper[BZ #3018]
2006-03-19  Roland McGrath* elf/rtld.c (dl_main): Run final self-relocation after...
2006-03-15  Ulrich Drepper[BZ #2451]
2006-03-01  Roland McGrath* elf/tst-tls-dlinfo.c: New file.
2006-01-11  Ulrich Drepper* Makerules: Define build-module-asneeded.
2006-01-11  Ulrich Drepper* elf/check-localplt.c: New file.
2006-01-10  Roland McGrath2006-01-09 Roland McGrath <roland@redhat.com>
2005-10-16  Roland McGrath2005-10-16 Daniel Jacobowitz <dan@codesourcery.com>
2005-10-05  Roland McGrath* sysdeps/generic/ldsodefs.h (struct audit_ifaces):
2005-07-07  Ulrich Drepper[BZ #974]
2005-06-26  Ulrich Drepper* Versions.def (ld): Add GLIBC_2.4.
2005-04-27  Ulrich Drepper* elf/dl-close.c: Include stddef.h.
2005-03-20  Ulrich Drepper[BZ #786]
2005-03-19  Ulrich Drepper* elf/Makefile: Add rules to build and run order2.
2005-03-18  Ulrich Drepper* include/link.h (struct link_map): Remove l_opencount...
2005-03-03  Ulrich Drepper(tests): Add tst-global1. Add rules to build and run...
2005-02-24  Ulrich DrepperRun tst-tls9-static again.
2005-02-22  Ulrich Drepper2005-02-21 Alan Modra <amodra@bigpond.net.au>
2005-02-14  Ulrich Drepper* csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONS...
2005-01-22  Ulrich DrepperUpdate.
2005-01-09  Ulrich DrepperUpdate.
2005-01-09  Ulrich Drepper* pthread.c (init_one_static_tls): Adjust initializatio...
2005-01-07  Andreas Jaeger (tests): Revert patch from 2005-01-03.
2005-01-06  Ulrich Drepper* csu/elf-init.c (__libc_csu_fini): Don't do anything...
2005-01-03  Andreas JaegerUpdate.
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
next