Age | Commit message (Expand) | Author | Files | Lines |
2019-12-02 | elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214] | Florian Weimer | 1 | -1/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-02-12 | Add fall-through comments. | Joseph Myers | 1 | -0/+2 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -2/+1 |
2018-02-05 | x86-64: Use __glibc_likely/__glibc_likely in dl-machine.h | H.J. Lu | 1 | -7/+7 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-10-20 | x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265] | H.J. Lu | 1 | -28/+10 |
2017-10-03 | Revert x86: Allow undefined _DYNAMIC in static executable | H.J. Lu | 1 | -9/+2 |
2017-09-28 | x86: Allow undefined _DYNAMIC in static executable | H.J. Lu | 1 | -2/+9 |
2017-06-14 | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 1 | -0/+1 |
2017-05-03 | x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] | H.J. Lu | 1 | -5/+5 |
2017-02-02 | Allow IFUNC relocation against unrelocated shared library | H.J. Lu | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-10-28 | Check IFUNC definition in unrelocated shared library [BZ #20019] | H.J. Lu | 1 | -1/+17 |
2016-09-06 | X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508] | H.J. Lu | 1 | -2/+22 |
2016-05-13 | Call init_cpu_features only if SHARED is defined | H.J. Lu | 1 | -0/+4 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-08-25 | Save and restore vector registers in x86-64 ld.so | H.J. Lu | 1 | -6/+23 |
2015-08-13 | Add _dl_x86_cpu_features to rtld_global | H.J. Lu | 1 | -0/+3 |
2015-03-31 | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 1 | -2/+6 |
2015-03-05 | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-12-21 | Remove @PLT from "call _dl_init@PLT" in _dl_start_user | H.J. Lu | 1 | -1/+1 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 1 | -2/+2 |
2014-06-26 | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 1 | -0/+1 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -11/+11 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 1 | -3/+1 |
2013-01-16 | Implement x86 SIZE32/SIZE64 relocations | H.J. Lu | 1 | -0/+20 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-09-02 | Use the first element of GOT for ld.so addresses | H.J. Lu | 1 | -32/+8 |
2012-05-14 | Update elf_machine_load_address for x32 | H.J. Lu | 1 | -3/+3 |
2012-05-10 | Don't handle R_X86_64_RELATIVE64 in ld.so | H.J. Lu | 1 | -0/+2 |
2012-05-10 | Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32 | H.J. Lu | 1 | -3/+19 |
2012-05-10 | Typo fix in x86_64/dl-machine.h | Roland McGrath | 1 | -2/+2 |
2012-05-10 | Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64 | H.J. Lu | 1 | -3/+24 |
2012-05-08 | Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE) | H.J. Lu | 1 | -40/+41 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2011-12-23 | Fix typos in comments | Marek Polacek | 1 | -4/+4 |
2011-10-16 | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 1 | -0/+4 |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | 1 | -4/+7 |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 1 | -13/+2 |
2010-03-04 | Fix R_X86_64_PC32 overflow detection | Richard Guenther | 1 | -2/+2 |
2009-06-01 | Small optimization of STT_GNU_IFUNC handling. | Ulrich Drepper | 1 | -2/+2 |
2009-05-31 | Finish IFUNC support for x86 and x86-64. | Ulrich Drepper | 1 | -0/+12 |
2009-04-26 | * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline | Ulrich Drepper | 1 | -0/+2 |
2009-03-12 | * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch | Ulrich Drepper | 1 | -57/+57 |
2008-05-13 | Introduce TLS descriptors for i386 and x86_64. | Ulrich Drepper | 1 | -1/+52 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -4/+4 |