| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Save and restore vector registers in x86-64 ld.so | H.J. Lu | 2015-08-25 | 1 | -6/+23 |
* | Add _dl_x86_cpu_features to rtld_global | H.J. Lu | 2015-08-13 | 1 | -0/+3 |
* | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 2015-03-31 | 1 | -2/+6 |
* | 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 |
* | Remove @PLT from "call _dl_init@PLT" in _dl_start_user | H.J. Lu | 2014-12-21 | 1 | -1/+1 |
* | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2014-11-04 | 1 | -2/+2 |
* | 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 | -11/+11 |
* | 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 | -3/+1 |
* | Implement x86 SIZE32/SIZE64 relocations | H.J. Lu | 2013-01-16 | 1 | -0/+20 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Use the first element of GOT for ld.so addresses | H.J. Lu | 2012-09-02 | 1 | -32/+8 |
* | Update elf_machine_load_address for x32 | H.J. Lu | 2012-05-14 | 1 | -3/+3 |
* | Don't handle R_X86_64_RELATIVE64 in ld.so | H.J. Lu | 2012-05-10 | 1 | -0/+2 |
* | Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32 | H.J. Lu | 2012-05-10 | 1 | -3/+19 |
* | Typo fix in x86_64/dl-machine.h | Roland McGrath | 2012-05-10 | 1 | -2/+2 |
* | Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64 | H.J. Lu | 2012-05-10 | 1 | -3/+24 |
* | Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE) | H.J. Lu | 2012-05-08 | 1 | -40/+41 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Fix typos in comments | Marek Polacek | 2011-12-23 | 1 | -4/+4 |
* | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 2011-10-16 | 1 | -0/+4 |
* | 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 | -13/+2 |
* | Fix R_X86_64_PC32 overflow detection | Richard Guenther | 2010-03-04 | 1 | -2/+2 |
* | Small optimization of STT_GNU_IFUNC handling. | Ulrich Drepper | 2009-06-01 | 1 | -2/+2 |
* | Finish IFUNC support for x86 and x86-64. | Ulrich Drepper | 2009-05-31 | 1 | -0/+12 |
* | * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline | Ulrich Drepper | 2009-04-26 | 1 | -0/+2 |
* | * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch | Ulrich Drepper | 2009-03-12 | 1 | -57/+57 |
* | Introduce TLS descriptors for i386 and x86_64. | Ulrich Drepper | 2008-05-13 | 1 | -1/+52 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -4/+4 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -4/+4 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 1 | -4/+4 |
* | helper variable into .data.rel.ro. Simplify the code. Extend | Ulrich Drepper | 2005-07-31 | 1 | -7/+10 |
* | helper variable into .data.rel.ro. Remove unnecessary label. | Ulrich Drepper | 2005-07-31 | 1 | -1/+1 |
* | (elf_machine_load_address): Move helper variable into .data.rel.ro. | Ulrich Drepper | 2005-07-31 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally | Ulrich Drepper | 2005-03-31 | 1 | -1/+1 |
* | Update. | Ulrich Drepper | 2005-01-25 | 1 | -9/+0 |
* | Update. | Ulrich Drepper | 2005-01-22 | 1 | -3/+11 |
* | * csu/elf-init.c (__libc_csu_fini): Don't do anything here. | Ulrich Drepper | 2005-01-06 | 1 | -126/+10 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -31/+145 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -145/+31 |
* | * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove | Andreas Jaeger | 2004-09-24 | 1 | -3/+6 |
* | Update. | Ulrich Drepper | 2004-03-05 | 1 | -4/+4 |
* | Include <tls.h>. | Ulrich Drepper | 2004-01-13 | 1 | -1/+2 |
* | Update. | Ulrich Drepper | 2003-09-24 | 1 | -2/+0 |
* | * sysdeps/x86_64/dl-machine.h (RTLD_START): Set __libc_stack_end | Roland McGrath | 2003-09-23 | 1 | -8/+5 |
* | * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela, elf_machine_rel_rela... | Alexandre Oliva | 2003-07-31 | 1 | -5/+7 |