| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc: Remove _dl_skip_args usage | Adhemerval Zanella | 2022-05-30 | 1 | -41/+2 |
* | Remove -z combreloc and HAVE_Z_COMBRELOC | Fangrui Song | 2022-04-04 | 1 | -14/+2 |
* | elf: Remove prelink support | Adhemerval Zanella | 2022-02-10 | 1 | -49/+3 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | elf: Fix dynamic-link.h usage on rtld.c | Adhemerval Zanella | 2021-10-14 | 1 | -4/+2 |
* | elf: Avoid nested functions in the loader [BZ #27220] | Fangrui Song | 2021-10-07 | 1 | -8/+10 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214] | Florian Weimer | 2019-12-02 | 1 | -2/+4 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 2018-04-04 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64 | James Clarke | 2017-10-13 | 1 | -0/+1 |
* | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 2017-06-14 | 1 | -0/+1 |
* | Make LD_HWCAP_MASK usable for static binaries | Siddhesh Poyarekar | 2017-06-07 | 1 | -1/+1 |
* | tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask | Siddhesh Poyarekar | 2017-06-07 | 1 | -1/+3 |
* | Remove useless comment from sysdeps/sparc/sparc32/dl-machine.h | Siddhesh Poyarekar | 2017-05-23 | 1 | -2/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2014-11-04 | 1 | -1/+1 |
* | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 2014-06-26 | 1 | -0/+1 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -5/+5 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 2013-05-29 | 1 | -2/+1 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -2/+1 |
* | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | 2012-09-28 | 1 | -5/+0 |
* | Handle some new sparc relocation types. | David S. Miller | 2012-04-07 | 1 | -0/+6 |
* | Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC. | David S. Miller | 2012-04-05 | 1 | -3/+0 |
* | Fix bugs in sparc PLT profiling register management, and add sparc sotruss su... | David S. Miller | 2012-03-09 | 1 | -1/+5 |
* | Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement. | David S. Miller | 2012-03-01 | 1 | -7/+0 |
* | Use sparc GOTDATA relocations whenever possible. | David S. Miller | 2012-02-20 | 1 | -13/+17 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Don't call ifunc functions in trace mode | Andreas Schwab | 2011-10-05 | 1 | -4/+7 |
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 1 | -10/+3 |
* | Sanitize HWCAP_SPARC_* defines/usage, and add new entries. | David S. Miller | 2011-09-01 | 1 | -1/+2 |
* | sparc: Fix LD_BIND_NOW with multiarch. | David S. Miller | 2011-06-07 | 1 | -4/+4 |
* | sparc: Use ba,a,pt in PLTs and fix bugs in R_SPARC_JMP_IREL handling. | David S. Miller | 2010-03-03 | 1 | -1/+1 |
* | Fix PLT rewrite when prelinking fails on 32-bit sparc. | David S. Miller | 2010-02-20 | 1 | -6/+10 |
* | Sparc STT_GNU_IFUNC support | David S. Miller | 2010-02-10 | 1 | -52/+29 |
* | * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No | Jakub Jelinek | 2007-08-14 | 1 | -18/+36 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -2/+2 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -2/+2 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 1 | -2/+2 |
* | * sysdeps/unix/sysv/linux/m68k/fchownat.c: Include string.h. | Ulrich Drepper | 2006-01-04 | 1 | -8/+1 |
* | * sysdeps/sparc/sparc32/dl-trampoline.S: New file. | Roland McGrath | 2005-04-05 | 1 | -183/+142 |
* | * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword. | Roland McGrath | 2005-03-15 | 1 | -4/+7 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -149/+194 |