Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-28 | Don't run tests when cross-compiling | Andreas Schwab | |
2012-04-24 | Add flexibility to localplt-*.data files, using an awk script rather than ↵ | Roland McGrath | |
diff to check the results. | |||
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | |
It may sometimes be desirable to make the dynamic linker only pick up libraries from the library path and rpath and not look at the ld.so.cache that ldconfig generates. An example of such a use case is the glibc testsuite where the dynamic linker must not be influenced by any external paths or caches. This change adds a new option --inhibit-ldcache that when used, tells the dynamic linker to not use ld.so.cache even if it is available. | |||
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | |
2012-02-29 | Always set l_used for vDSO. | Marek Polacek | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-01-27 | Sort objects before relocations | Ulrich Drepper | |
2012-01-08 | Static linking is always needed | Ulrich Drepper | |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | |
2011-09-13 | Fix pattern on $(ldd-rewrite-script) substitution | Andreas Schwab | |
2011-09-11 | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | |
2011-08-24 | Fix scope handling during dl_close | Andreas Schwab | |
2011-08-22 | Correct cycle detection during dependency sorting | Andreas Schwab | |
2011-07-14 | Fix remaining explicit uses of shlib.lds to use $(shlib-lds). | Roland McGrath | |
2011-07-02 | Use -defsym=_begin=0 instead of linker script munging. | Roland McGrath | |
2011-06-26 | We don't use linkobj/libc.so at runtmie, no need to check for text rels | Ulrich Drepper | |
This also works around a toolchain issu. | |||
2011-06-10 | Better detect total failure of linker script generation. | Roland McGrath | |
2011-06-10 | Revert -r -> -Wl,-r change. | Roland McGrath | |
2011-06-09 | Use -Wl,-r instead of plain -r. | Roland McGrath | |
2011-06-09 | Add pldd program | Ulrich Drepper | |
2011-05-29 | Don't build AVX tests with old compilers | Ulrich Drepper | |
2011-05-28 | Fix bug in last checkin which left ldd uninstalled | Ulrich Drepper | |
2011-05-28 | Add sotruss program | Ulrich Drepper | |
2011-05-14 | Fix handling of static TLS in dlopen'ed objects | Martin von Gagern | |
When dynamically loading a library along with several dependencies, calls to _dl_add_to_slotinfo and _dl_update_slotinfo can become intermixed. As a consequence, _dl_update_slotinfo will update the generation counter of the dtv although not all of the slots belonging to that generation have been added. Subsequent calls to _dl_add_to_slotinfo will add more slots to the same generation, for which no storage will be allocated, as the dtv generation checks will claim no work is necessary. This will lead to uninitialized dtv entries and will likely cause a SIGSEGV when thread local variables are accessed. | |||
2011-05-13 | Add support for generated PIE link rules | Andreas Schwab | |
2011-05-12 | Fix resizing able for unique symbols when adding symbol for copy relocation | Piotr Bury | |
2011-03-10 | Fix copy relocations handling of unique objects. | Ulrich Drepper | |
2011-03-10 | Don't run tests checking xecutable stack when SELinux is enforcing. | Ulrich Drepper | |
2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | |
2011-02-02 | AVX audit test failures with gcc 4.6 | H.J. Lu | |
2011-01-19 | Fix ordering of DSO constructors and destructors. | Ulrich Drepper | |
2011-01-18 | Run IFUNC tests unless no support build in at all. | Ulrich Drepper | |
2011-01-16 | Fix missing dependencies and ensure correct CPPFLAGS. | Andreas Schwab | |
2011-01-13 | Fix check-execstack test | Andreas Schwab | |
2010-12-19 | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | |
2010-07-02 | More linking issues fixed. | Ulrich Drepper | |
2010-06-27 | Revert unwanted patch. Again. | Ulrich Drepper | |
2010-06-27 | Fix whitespaces. | Ulrich Drepper | |
2010-04-19 | Link elf/noload test against -ldl. | Roland McGrath | |
2009-08-08 | Support mixed SSE/AVX audit and check AVX only once. | H.J. Lu | |
This patch fixes mixed SSE/AVX audit and checks AVX only once in _dl_runtime_profile. When an AVX or SSE register value in pltenter is modified, we have to make sure that the SSE part value is the same in both lr_xmm and lr_vector fields so that pltexit will get the correct value from either lr_xmm or lr_vector fields. AVX-enabled pltenter should update both lr_xmm and lr_vector fields to support stacked AVX/SSE pltenter functions. | |||
2009-07-27 | Break out _dl_scope_free into its own file. | Ulrich Drepper | |
This reduces the coarse static callgraph that can be discovered by looking at the object files. | |||
2009-07-15 | Fix build issue with modules for audit test on machines != x86-64. | Ulrich Drepper | |
2009-07-10 | Add AVX support to ld.so auditing for x86-64. | H.J. Lu | |
2009-07-10 | Remove do-lookup.h. | Ulrich Drepper | |
It is not necessary/useful anymore to have the content separate from dl-lookup.c. | |||
2009-07-09 | Implement STB_GNU_UNIQUE handling. | Ulrich Drepper | |
Some symbols have to be identified process-wide by their name. This is particularly important for some C++ features (e.g., class local static data and static variables in inline functions). This cannot completely be implemented with ELF functionality so far. The STB_GNU_UNIQUE binding helps by ensuring the dynamic linker will always use the same definition for all symbols with the same name and this binding. | |||
2009-07-02 | Fix handling of xmm6 in ld.so audit hooks on x86-64. | H.J. Lu | |
2009-06-22 | Clean up whitespaces in last patch. | Ulrich Drepper | |
2009-06-22 | Add more IFUNC tests. | H.J. Lu | |
Mostly tests around not-exported IFUNC functions, IFUNC in statically linked binaries and PIEs, etc. | |||
2009-06-17 | Use +link-pie Makefile rule to link PIE ifunc tests. | H.J. Lu | |
2009-06-16 | Consolidate PIE linking Makefile rules. | H.J. Lu | |