| Age | Commit message (Expand) | Author |
| 2023-06-04 | Avoid using uninitialized variable "symnum" when building with DEBUG | martin |
| 2023-06-04 | Fix interactions of initial-exec TLS model and dlopen | joerg |
| 2023-06-02 | follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos. | andvar |
| 2023-05-07 | RISC-V support that works on QEMU with a single hart. | skrll |
| 2023-04-09 | ld.elf_so powerpc: remove bogus ldscript | chs |
| 2022-12-05 | Use the SZREG symbol instead of __SIZEOF_POINTER__ as its shorter. Assert | skrll |
| 2022-12-05 | RISC-V is RELA | skrll |
| 2022-12-04 | Consistently use the 'mv' instrucation (which is itself an alias) instead | skrll |
| 2022-12-03 | Trailing whitespace | skrll |
| 2022-12-03 | Whitespace. NFC. | skrll |
| 2022-07-06 | Fix copy & pasto: DTPREL relocations do not need to allocate a static | martin |
| 2022-06-21 | Support ifunc on aarch64. The tests pass at least. | skrll |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-30 | Set DP early so that any binary functions that override others get the | skrll |
| 2022-03-24 | s/interger/integer/ and s/Compensatin/Compensation/ in comments. | andvar |
| 2021-12-04 | Restore the fptr_t type of {init,fini}{,_array} that was removed when initial | skrll |
| 2021-12-04 | Provide a stub _rtld_call_ifunc when a platform doesn't use one of the | skrll |
| 2021-12-04 | Add a newline | skrll |
| 2021-03-06 | Don't or the got object in, just assign it. Fixes cc -mabi=64 hello.c -lcrypto | christos |
| 2020-06-16 | R_ARM_TLS_TPOFF32 needs to adjust the existing value, not blindly | joerg |
| 2020-06-16 | Honor addend for R_AARCH64_TLS_TPREL relocation. | joerg |
| 2020-05-24 | new binutils/gcc started emitting R_PPC_UADDR32 reloc entries, so for now | macallan |
| 2020-05-16 | Avoid compiler warnings about uninitialised symnum | skrll |
| 2020-05-10 | Trailing whitespace | skrll |
| 2019-12-08 | Use existing lo() and hi() macros. Same object code is generated. | uwe |
| 2019-12-08 | Resolve ADDR16_LO, ADDR16_HI, and ADDR16_HA relocs. | uwe |
| 2019-11-03 | simplify pointer gymnastics that sprained gcc-8 | christos |
| 2019-04-15 | r_symndx is no longer declared, use symnum and initialize it before use. | maya |
| 2019-01-18 | Adapt https://svnweb.freebsd.org/base?view=revision&revision=342113 to | skrll |
| 2018-12-30 | - fix wrong reloc name in assert | christos |
| 2018-12-27 | initfini array support for everyone. | christos |
| 2018-11-23 | Fix RTLD_DEBUG_RELOC build | skrll |
| 2018-11-23 | Trailing whitespace | skrll |
| 2018-09-20 | Revise previous to not deadlock. | jakllsch |
| 2018-09-20 | Improve support for R_AARCH64_TLSDESC relocations. | jakllsch |
| 2018-07-16 | Initialize new_value to account for bogus return from the function. | christos |
| 2018-04-03 | Rework ifunc support to address a number of short comings: | joerg |
| 2018-03-29 | Move the complex logic for dynamically writing branches from ld.elf_so | joerg |
| 2018-03-25 | Don't skip PLT processing for the main binary. It can still contain | joerg |
| 2018-03-09 | Like Sparc, PowerPC can use IRELATIVE relocations in non-PLT sections. | joerg |
| 2018-02-04 | Various fixes / changes from Ryo Shimizu / Toru Nishimura to make this | skrll |
| 2018-01-19 | don't forget to eat the high bits. | christos |
| 2017-12-25 | Since GNU ld doesn't honor the PLT entry reservation, also compensate | joerg |
| 2017-12-25 | Fix typo in comment | maya |
| 2017-12-24 | fix debug build | maya |
| 2017-11-06 | init/fini for the main program is handled by crt0.o, so ifunc handling | joerg |
| 2017-08-28 | explain AARCH64 PLT design | nisimura |
| 2017-08-23 | - avoid caddr_t. use Elf_Addr instead. | nisimura |
| 2017-08-12 | Add sparc/sparc64 support for irelative relocations. | joerg |
| 2017-08-10 | Add IRELATIVE support for ARM, X86 and PowerPC. | joerg |