Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bugs in sparc PLT profiling register management, and add sparc sotruss ↵ | David S. Miller | 2012-03-09 | 1 | -2/+56 |
| | | | | | | | | | | | | | | | | | | support. * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local variables with appropriate CPP guards. * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the frame pointer, not the stack pointer. Correct layout comments. Fix test on resulting framesize and the management of the outregs buffer for pltexit. Preserve floating point return values across _dl_call_pltexit call. * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting framesize and the management of the outregs buffer for pltexit. Preserve floating point return values across _dl_call_pltexit call. * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions. (print_exit): Fix format string for return register value. | ||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -85/+0 |
| | |||||
* | Always set l_used for vDSO. | Marek Polacek | 2012-02-29 | 2 | -1/+15 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 73 | -215/+142 |
| | |||||
* | Avoid pointer type mismatch warning. | Richard Henderson | 2012-02-09 | 1 | -1/+1 |
| | | | | | | update_get_addr returns a link_map*, but the return expression was of type char*. Fix by relying on gcc's void* arithmetic extension and auto-conversion from void*. | ||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-30 | 1 | -3/+219 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Add Tile relocation types. | Chris Metcalf | 2012-01-30 | 1 | -3/+219 |
| | | |||||
* | | Optimize __get_tls_addr a bit | Ulrich Drepper | 2012-01-30 | 1 | -16/+28 |
|/ | | | | | Rearrange code to avoid creation of a stack frame. At least on x86-64 the code for the fast path should be down to the bare minimum. | ||||
* | Sort objects before relocations | Ulrich Drepper | 2012-01-27 | 5 | -33/+139 |
| | |||||
* | Fix comment | Ulrich Drepper | 2012-01-27 | 1 | -2/+2 |
| | |||||
* | Remove gets declarations in C++ tests. | Joseph Myers | 2012-01-25 | 4 | -6/+0 |
| | |||||
* | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2012-01-08 | 1 | -2/+4 |
| | | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | ||||
* | Static linking is always needed | Ulrich Drepper | 2012-01-08 | 1 | -3/+1 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -3/+3 |
| | | | | No more __const. | ||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 1 | -2/+2 |
| | |||||
* | More IA-64 removal | Ulrich Drepper | 2012-01-07 | 3 | -123/+21 |
| | |||||
* | Add explicit declaration of gets in C++ code | Ulrich Drepper | 2012-01-07 | 4 | -0/+8 |
| | |||||
* | Also update new programs | Ulrich Drepper | 2012-01-01 | 2 | -4/+4 |
| | |||||
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 3 | -6/+6 |
| | |||||
* | Add missing inline keyword | Marek Polacek | 2011-12-23 | 5 | -6/+6 |
| | | | | | According to http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00608.html, a function without `inline' with an `always_inline' attribute is a bug. | ||||
* | Fix warning in __dl_iterate_phdr | Ulrich Drepper | 2011-11-12 | 1 | -1/+3 |
| | |||||
* | Fix off-by-one when reading link name in sprof | Andreas Schwab | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Account for alloca size rounding in extend_alloca | Andreas Schwab | 2011-11-01 | 1 | -6/+2 |
| | |||||
* | Use extend_alloca in _dl_map_object_deps. | Paul Pluzhnikov | 2011-10-31 | 1 | -2/+17 |
| | |||||
* | Typo in last checkin | Ulrich Drepper | 2011-10-29 | 1 | -1/+1 |
| | |||||
* | Correctly NUL-terminate link name in sprof | Ulrich Drepper | 2011-10-29 | 1 | -3/+4 |
| | |||||
* | Cleanups in ldconfig's chroot handling | Ulrich Drepper | 2011-10-29 | 1 | -3/+2 |
| | |||||
* | Avoid warning in dl-lookup.c | Ulrich Drepper | 2011-10-29 | 1 | -2/+2 |
| | |||||
* | Fix readlink call in ldconfig's chroot handling | Thomas Jarosch | 2011-10-29 | 1 | -2/+2 |
| | |||||
* | Small optimization of dependency sorting | Andreas Schwab | 2011-10-25 | 2 | -2/+2 |
| | |||||
* | Preserve link time dependencies over relocation dependencies | Andreas Schwab | 2011-10-20 | 1 | -1/+11 |
| | |||||
* | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 2011-10-16 | 1 | -4/+69 |
| | |||||
* | Cleanup last patch | Ulrich Drepper | 2011-10-16 | 2 | -3/+6 |
| | |||||
* | Fix potential problem with skipping relocations | Ulrich Drepper | 2011-10-16 | 2 | -21/+27 |
| | | | | | | | We never seem to have hit this problem but way relative relocations were skipped was wrong. There are relative relocations only in the DT_REL/DT_RELA section. The elf_dynamic_do_##reloc function skipped the entries in all calls, though. | ||||
* | Remove leftover debug message from pldd | Ulrich Drepper | 2011-10-14 | 1 | -1/+0 |
| | |||||
* | elf/dl-load.c: Avoid warning | Marek Polacek | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Don't call ifunc functions in trace mode | Andreas Schwab | 2011-10-05 | 5 | -31/+40 |
| | |||||
* | Also relocate in dependency order when doing symbol dependency testing | Andreas Schwab | 2011-09-14 | 1 | -7/+4 |
| | |||||
* | Fix pattern on $(ldd-rewrite-script) substitution | Andreas Schwab | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | Only use USE___THREAD when defined | Andreas Schwab | 2011-09-13 | 1 | -2/+12 |
| | |||||
* | Revert "Remove last use of USE___THREAD" | Ulrich Drepper | 2011-09-12 | 1 | -3/+135 |
| | | | | | | | | This reverts commit de82006d43e198fd162807c9adc720c7ebd728a3. Conflicts: ChangeLog | ||||
* | Remove last use of USE___THREAD | Andreas Schwab | 2011-09-12 | 1 | -135/+3 |
| | |||||
* | 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 |
| |