| Age | Commit message (Expand) | Author |
| 2021-12-04 | Error if there are undefined symbols, e.g. _rtld_call_ifunc | skrll |
| 2020-02-09 | Specify NOLIBCSANITIZER for the ELF loader | kamil |
| 2019-11-04 | PR 54093: Align static TLS area to max_align_t. | joerg |
| 2019-04-03 | Disable optimization for rtld.c on the vax with gcc-7. | christos |
| 2018-12-27 | initfini array support for everyone. | christos |
| 2018-10-17 | Move compatibility for pre-2.0 ELF binaries into separate file. | joerg |
| 2018-06-09 | We can't build those three with MKSANITIZER, they are used too early. | christos |
| 2017-06-19 | Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects. | joerg |
| 2016-12-01 | Instead of using a function to resolve symbols that should be supplied by | christos |
| 2016-10-07 | revert, I'll fix libc instead. | christos |
| 2016-10-07 | Mips o32 needs -lgcc for __udivdi3 in headers.c for fast_divide32_prepare(). | christos |
| 2016-06-16 | Move relro after we've computed out relocbase and re-enable it. | christos |
| 2016-06-15 | Turn off GNU_RELRO for now. | christos |
| 2016-06-14 | Add support for GNU RELRO headers from Matthias Weckbecker. | christos |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2014-09-19 | RISC-V support. | matt |
| 2014-09-03 | OR1K support | matt |
| 2014-08-10 | Changes to existing files to enable building AARCH64 userland. | matt |
| 2014-03-06 | Enable building ld.elf_so for powerpc | matt |
| 2013-11-16 | Remove hack now it's fixed in 4.8.2 | skrll |
| 2013-11-13 | Apply hack for gcc 4.8 bug on rtld.c. | skrll |
| 2013-10-09 | Use MACHINE_CPU for m68k. Use similar logic for both tests. | matt |
| 2013-08-12 | Some architectures can't create unwind tables without the frame pointer, | joerg |
| 2013-07-18 | Support MACHINE_ARCH of coldfire | matt |
| 2013-05-09 | Fix debug symlink | skrll |
| 2013-05-08 | provide debug symlink. | christos |
| 2013-05-06 | don't overwrite COPTS | christos |
| 2013-05-03 | Consistently use LDELFSO_MACHINE_ARCH. | matt |
| 2013-04-24 | Add support for PT_ARM_EXIDX and __gnu_Unwind_Find_exidx for libgcc's support | matt |
| 2013-04-05 | split debug info for rtld | christos |
| 2012-08-23 | Revert last, it breaks the tricks xsrc uses. | joerg |
| 2012-08-23 | Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, if | joerg |
| 2012-08-04 | Don't abuse DBG, use COPTS instead. | matt |
| 2012-03-15 | Add __diagassert13() so that if libc is compiled with _DIAGNOSTIC, it does | christos |
| 2011-10-07 | obsolete libgcc_pic and friends. all libgcc's are supposed to be pic | mrg |
| 2011-06-27 | sh3 also needs libgcc_pic for millicode (cf. revision 1.107) | uwe |
| 2011-06-25 | PR/45015: ld.elf_so: support ELF symbol versioning | nonaka |
| 2011-06-05 | Add libgcc_pic for millicode. | christos |
| 2011-05-30 | Use -Wl,-Bsymbolic directly for clang | joerg |
| 2011-05-20 | Disable use of various X86 extensions since _rtld_bind_start doesn't | joerg |
| 2011-05-20 | Explicitly disable linking against libgcc and friends. | joerg |
| 2011-03-09 | Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports | joerg |
| 2011-01-16 | Warn about DT_TEXTRELs | matt |
| 2010-12-16 | Replace use of errlist with a single concatenated version and an offset | joerg |
| 2010-12-16 | Don't use normal environment handling functions from libc, but iterate | joerg |
| 2010-12-05 | Build ld.elf_so with -fvisibility=hidden. Exploit this for i386/x86_64 | joerg |
| 2010-10-29 | PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12" | christos |
| 2010-07-06 | remove almost all the ability to build netbsd with an a.out target. | mrg |
| 2010-03-20 | Only apply -Wno-stack-protector where alloca is used. | skrll |
| 2010-03-19 | Use the gcc directive to disable SSP warnings. | roy |