Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | 2011-09-11 | 1 | -1/+2 |
| | |||||
* | Provide static initializer for _dl_pagesize in statically linked code | Ulrich Drepper | 2011-09-11 | 1 | -2/+3 |
| | |||||
* | Simplify malloc initialization | Ulrich Drepper | 2011-09-10 | 1 | -0/+1 |
| | | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | ||||
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 2 | -20/+13 |
| | |||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 17 | -73/+11 |
| | | | | Make several tool features mandatory and simplify the code. | ||||
* | Define ELFOSABI_GNU. | Roland McGrath | 2011-09-09 | 1 | -1/+2 |
| | |||||
* | Fix sotruss help messages | Ulrich Drepper | 2011-09-09 | 1 | -10/+13 |
| | |||||
* | Fill in real information in __dl_iterate_phdr | Ulrich Drepper | 2011-09-09 | 1 | -7/+7 |
| | |||||
* | Fix warning in elf/sprof.c | Andreas Jaeger | 2011-09-08 | 1 | -8/+0 |
| | |||||
* | Fix crash during error handling | Andreas Schwab | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Use O_CLOEXEC when loading objects in ld.so | Ulrich Drepper | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Pass back error code from dlerror_run | Ulrich Drepper | 2011-09-07 | 1 | -3/+3 |
| | |||||
* | Fix memory leak in case of failed dlopen | Ulrich Drepper | 2011-09-07 | 1 | -0/+2 |
| | |||||
* | Remove unused parameter in pldd and simplify ELF handling | Ulrich Drepper | 2011-09-05 | 2 | -11/+7 |
| | |||||
* | Use O_CLOEXEC when loading ld.so cache | Ulrich Drepper | 2011-09-05 | 1 | -3/+7 |
| | |||||
* | Sanitize HWCAP_SPARC_* defines/usage, and add new entries. | David S. Miller | 2011-09-01 | 1 | -11/+0 |
| | |||||
* | Relocate objects in dependency order | Andreas Schwab | 2011-08-30 | 1 | -8/+4 |
| | |||||
* | Fix scope handling during dl_close | Andreas Schwab | 2011-08-24 | 7 | -1/+91 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-08-22 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Revert "Don't crash when dependencies are missing" | Andreas Schwab | 2011-08-22 | 1 | -4/+4 |
| | | | | | | | | This reverts commit f2092faf2b6bd491a1891d5d5e393a8bf85d01d7. | ||||
* | | Correct cycle detection during dependency sorting | Andreas Schwab | 2011-08-22 | 5 | -18/+68 |
|/ | |||||
* | Print message that there is no scope instead of being silent | Ulrich Drepper | 2011-08-20 | 1 | -0/+2 |
| | |||||
* | 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 |
| |