Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further improve printing os ELF symbol lookup scope information | Ulrich Drepper | 2011-08-20 | 1 | -3/+12 |
| | |||||
* | Fix some problem of 32-bit pldd on 64-bit platforms | Ulrich Drepper | 2011-08-17 | 2 | -1/+6 |
| | |||||
* | Prevent possible race conditions by attaching pldd to all threads | Ulrich Drepper | 2011-08-17 | 1 | -25/+90 |
| | |||||
* | Improve printing of lookup scopes | Ulrich Drepper | 2011-08-16 | 2 | -8/+8 |
| | | | | | | The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed. | ||||
* | Avoid warning from last change | Ulrich Drepper | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | Fix printing of scope number | Ulrich Drepper | 2011-08-16 | 1 | -7/+2 |
| | |||||
* | Warning patrol. | Roland McGrath | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | Implement LD_DEBUG=scopes | Ulrich Drepper | 2011-08-13 | 2 | -36/+45 |
| | |||||
* | Fix caller information of NSS modules | Ulrich Drepper | 2011-08-13 | 1 | -3/+8 |
| | |||||
* | Better check for last patch | Ulrich Drepper | 2011-08-12 | 1 | -1/+1 |
| | | | | | Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded. | ||||
* | Better debug information from ld.so | Ulrich Drepper | 2011-08-12 | 1 | -3/+5 |
| | | | | Differentiate between loading as a dependency and loading on request. | ||||
* | Fix check for AVX enablement | Ulrich Drepper | 2011-07-20 | 2 | -8/+36 |
| | | | | | The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation. | ||||
* | _dl_sort_fini: Remove unused argument | Marek Polacek | 2011-07-19 | 2 | -4/+3 |
| | |||||
* | elf/cache.c: Remove unnecessary condition | Marek Polacek | 2011-07-19 | 1 | -1/+0 |
| | |||||
* | Fix remaining explicit uses of shlib.lds to use $(shlib-lds). | Roland McGrath | 2011-07-14 | 1 | -1/+3 |
| | |||||
* | Make asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags. | Roland McGrath | 2011-07-02 | 1 | -3/+3 |
| | |||||
* | Use -defsym=_begin=0 instead of linker script munging. | Roland McGrath | 2011-07-02 | 1 | -10/+2 |
| | |||||
* | Fix missing .ctors/.dtors lead word in soinit | Roland McGrath | 2011-06-27 | 1 | -4/+4 |
| | |||||
* | We don't use linkobj/libc.so at runtmie, no need to check for text rels | Ulrich Drepper | 2011-06-26 | 1 | -2/+3 |
| | | | | This also works around a toolchain issu. | ||||
* | Revert unwanted patch | Ulrich Drepper | 2011-06-21 | 1 | -4/+1 |
| | |||||
* | Add missing DL_CALL_FCT | Ulrich Drepper | 2011-06-21 | 1 | -1/+4 |
| | |||||
* | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller | 2011-06-20 | 2 | -7/+6 |
| | | | | the ifunc resolver calls however they wish. | ||||
* | Better detect total failure of linker script generation. | Roland McGrath | 2011-06-10 | 1 | -0/+1 |
| | |||||
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 1 | -3/+2 |
| | |||||
* | Revert -r -> -Wl,-r change. | Roland McGrath | 2011-06-10 | 1 | -3/+2 |
| | |||||
* | Use -Wl,-r instead of plain -r. | Roland McGrath | 2011-06-09 | 1 | -2/+3 |
| | |||||
* | Add pldd program | Ulrich Drepper | 2011-06-09 | 3 | -2/+479 |
| | |||||
* | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 2011-05-30 | 3 | -50/+54 |
| | |||||
* | One more thinko in CL | Ulrich Drepper | 2011-05-30 | 1 | -0/+1 |
| | |||||
* | Prevent loader from loading itself | Ulrich Drepper | 2011-05-30 | 1 | -0/+8 |
| | |||||
* | Don't build AVX tests with old compilers | Ulrich Drepper | 2011-05-29 | 1 | -1/+4 |
| | |||||
* | Fix bug in last checkin which left ldd uninstalled | Ulrich Drepper | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Add sotruss program | Ulrich Drepper | 2011-05-28 | 3 | -0/+509 |
| | |||||
* | Fix flags parameter value passed to pltenter and pltexit | Ulrich Drepper | 2011-05-22 | 1 | -7/+5 |
| | |||||
* | Fix handling of static TLS in dlopen'ed objects | Martin von Gagern | 2011-05-14 | 6 | -26/+118 |
| | | | | | | | | | | | | 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. | ||||
* | Add support for generated PIE link rules | Andreas Schwab | 2011-05-13 | 1 | -80/+10 |
| | |||||
* | Fix resizing able for unique symbols when adding symbol for copy relocation | Piotr Bury | 2011-05-12 | 5 | -28/+75 |
| | |||||
* | Fix up testing for valid $ORIGIN use | Ulrich Drepper | 2011-05-11 | 1 | -16/+32 |
| | |||||
* | static tls memory leak on TLS_DTV_AT_TP archs | Alan Modra | 2011-05-07 | 2 | -25/+37 |
| | |||||
* | Allow $ORIGIN to reference trusted directoreis in SUID binaries. | Ulrich Drepper | 2011-05-07 | 1 | -31/+93 |
| | |||||
* | ldconfig: don't crash on empty path in config file | Andreas Schwab | 2011-05-03 | 1 | -6/+9 |
| | |||||
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 3 | -4/+4 |
| | |||||
* | elf.h: Define R_ARM_IRELATIVE reloc type. | Richard Sandiford | 2011-04-19 | 1 | -1/+2 |
| | |||||
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 1 | -4/+1 |
| | |||||
* | Don't leave empty element in rpath when skipping an element | Andreas Schwab | 2011-04-09 | 1 | -6/+18 |
| | |||||
* | Fix copy relocations handling of unique objects. | Ulrich Drepper | 2011-03-10 | 6 | -6/+71 |
| | |||||
* | Don't run tests checking xecutable stack when SELinux is enforcing. | Ulrich Drepper | 2011-03-10 | 1 | -1/+7 |
| | |||||
* | Fix loading first object along a path when tracing. | Ulrich Drepper | 2011-03-06 | 1 | -1/+3 |
| | |||||
* | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 2011-02-25 | 5 | -11/+36 |
| | |||||
* | Don't crash when dependencies are missing | Andreas Schwab | 2011-02-25 | 1 | -4/+4 |
| |