| Age | Commit message (Expand) | Author |
| 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 |
| 2017-07-24 | Fix thinko in previous: even if the address is an unsigned value and we | martin |
| 2017-07-23 | Simplify and fix the offset calculation when doing a %pc relative | martin |
| 2017-07-12 | rename the macro | christos |
| 2017-07-12 | make this compile with debug again (symnum uninitialized) | christos |
| 2017-06-21 | Replace last use of r_type. | joerg |
| 2017-06-20 | Add back symnum, fix debug print. | joerg |
| 2017-06-20 | Add last_symnum, move up def and defobj. | joerg |
| 2017-06-20 | Fix C&P bug. Deal with more MIPS hacks overriding def. | joerg |
| 2017-06-20 | Expand symnum, GCC's uninitialized used tracking is too imprecise. | joerg |
| 2017-06-20 | Drop symbol number from default branch diagnostic, it isn't set at this | joerg |
| 2017-06-19 | Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects. | joerg |
| 2017-06-15 | Fix indentation. | joerg |
| 2016-08-29 | Despite the 10 in the name, the OLO10 relocation targets a 13 bit field, | martin |
| 2016-06-20 | Fix a few bounds and instruction sequences generated in the PLT; exercised | martin |
| 2016-04-14 | Remove duplicated __RCSIDs I added years ago - I blame CVS. | skrll |
| 2016-02-20 | where is already void * | christos |
| 2016-02-19 | make debug code compile again | macallan |
| 2015-03-27 | Update RISCV to use the ELF relocations and new ABI. | matt |
| 2014-09-19 | New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) | matt |
| 2014-09-03 | New files for OR1K support | matt |
| 2014-08-31 | Remove (now duplicated) target computation. | joerg |
| 2014-08-25 | Add basic support for indirect functions. It allows providing a public | joerg |
| 2014-08-17 | Add proper registers for register counts. | matt |
| 2014-08-17 | add a missing register prefix. | matt |
| 2014-08-15 | Use -fPIC since powerpc64 is always compiled as -fPIC and -fpic would cause | matt |
| 2014-08-13 | Build position independent on PPC64, too. | joerg |
| 2014-08-10 | Don't provide __gnu_Unwind_Find_exidx if __ARM_DWARF_EH__ is defined | matt |
| 2014-08-10 | Preliminary files for AARCH64 (64-bit ARM) support. | matt |
| 2014-07-28 | Fix parenthesis on __ha macro | matt |
| 2014-04-02 | The table of masks applied for each relocation type was wrong for some | martin |
| 2014-03-22 | Make sure r1 is preserved _rtld_bind_start. | matt |
| 2014-03-21 | Simplify. If we got called via a calls $n, *pcrel32, instead of constructing | matt |
| 2014-03-21 | Improve some of the rdbg messages to print the address of the pltgot slot | matt |
| 2014-03-19 | Save actual start of function, not address of entry mask on the stack. | joerg |
| 2014-03-19 | Fix two bugs. (jump past entry mask, fix insv) | matt |
| 2014-03-19 | Once we know the bound routine, rebuilt a new callframe that can be unwound | matt |
| 2014-03-18 | Add .cfi ops so that one can unwind through this. | matt |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-03-07 | Change OUTPUT to powerpc:common to make powerpc64 ld happy | matt |
| 2014-03-06 | More PPC64 changes. | matt |