| Age | Commit message (Expand) | Author |
| 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-11 | Wrap PowerPC #pragma goop in #if __GNUC_PREREQ__(6,0). | jakllsch |
| 2018-02-07 | update for GCC 6: | mrg |
| 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-08-09 | If a DF_1_NODELETE DSO has been removed from the DAG list, it still | 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-13 | Fix two bugs related to promotion of DSO TLS blocks into the static | joerg |
| 2017-07-12 | rename the macro | christos |
| 2017-07-12 | make this compile with debug again (symnum uninitialized) | christos |
| 2017-07-11 | Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This | joerg |
| 2017-07-09 | Drop comments about symbol exporting, the relevant code is gone. | joerg |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-06-23 | Remove old assert that only two segments exist. The rest of the code has | joerg |
| 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 |
| 2017-06-08 | Call _rtld_debug_state before running the global initialisers, so give | joerg |
| 2017-04-27 | PR port-macppc/47464 - Old binutils generated bogus zero-sized COPY | uwe |
| 2017-03-10 | Revert to version 1.55 of map_object.c. This reverts: | maya |
| 2017-03-09 | really unmap the gap between the text and data rather than just removing | chs |
| 2017-02-27 | tag the powerpc hackish_return_address() as __noinline. | chs |
| 2017-01-10 | need <sys/stat.h> | christos |
| 2016-12-01 | n dl_iterate_phdr return the path not the name. | christos |
| 2016-12-01 | Instead of using a function to resolve symbols that should be supplied by | christos |
| 2016-11-30 | add missing newline in comment | christos |
| 2016-11-30 | Emulate the standard symbol search order in dlsym() i.e. resolve weak or | 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-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-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 |