| Age | Commit message (Expand) | Author |
| 2017-08-10 | Add IRELATIVE support for ARM, X86 and PowerPC. | joerg |
| 2017-06-20 | Add back symnum, fix debug print. | joerg |
| 2017-06-19 | Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects. | joerg |
| 2016-04-14 | Remove duplicated __RCSIDs I added years ago - I blame CVS. | skrll |
| 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-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 |
| 2011-03-25 | Add basic locking to ld.elf_so. | joerg |
| 2010-08-06 | Reduce header pollution for mdreloc.c. Make Obj_Entry argument of | joerg |
| 2010-01-13 | PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbols | christos |
| 2009-09-19 | Fix start symbol. I have no idea how this worked before. | skrll |
| 2009-08-29 | Remove trailing \n in calls to _rtld_error: a newline is automatically | jmmv |
| 2009-03-16 | Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") | lukem |
| 2008-07-24 | RCSID police | skrll |
| 2008-07-24 | Refactor common code to _rtld_relocate_plt_object to i386 and arm so they | matt |
| 2006-05-21 | avoid more GCC4 uninitialised variable problems. (sh3 known, vax guessed.) | mrg |
| 2005-08-20 | Add __RCSID. | skrll |
| 2005-08-15 | KNF | skrll |
| 2005-07-24 | Support immediate PLT binding on vax. Tested on simh. | skrll |
| 2005-06-04 | Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather than | lukem |
| 2004-04-28 | The -symbolic flag in gcc 2.95.3 is not passed to the linker, which is | mhitch |
| 2004-02-21 | Move common LDFLAGS into Makefile from arch/*/Makefile.inc | skrll |
| 2004-02-20 | Whitespace. | skrll |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2003-03-02 | Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at | mycroft |
| 2002-10-05 | Minor cleanup. | mycroft |
| 2002-10-03 | Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loaded | mycroft |
| 2002-09-27 | We don't need to save r7, either... | mycroft |
| 2002-09-27 | Put back the short-circuiting code -- Matt claims there are functions that rely | mycroft |
| 2002-09-27 | 1) There is no reason to flush the I$ here, given that we do not modify any | mycroft |
| 2002-09-27 | Save one more instruction. | mycroft |
| 2002-09-26 | Save relocbase in %r10, not %r1. | mycroft |
| 2002-09-26 | Implement a self-relocate function for the VAX. | mycroft |
| 2002-09-26 | Remove the `self' args to _rtld_relocate_objects() and | mycroft |
| 2002-09-25 | Push the _rtld_bind() interface into MD code -- it's just a trivial wrapper | mycroft |
| 2002-09-24 | Nuke reference to RTLD_RELOCATE_SELF. | mycroft |
| 2002-09-12 | Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. | mycroft |
| 2002-09-12 | _rtld_bind_start() is not used in MI code, so declare it in the MD code. | mycroft |
| 2002-09-12 | Figure out the relocation offset and pass it to _rtld(). | mycroft |
| 2002-09-11 | Add $NetBSD$. | junyoung |
| 2002-09-06 | Pass down an additional flag to _rtld_relocate_nonplt_objects() which | mycroft |
| 2002-09-06 | Introduce a new flag, `isdynamic', which is used to remember whether the | mycroft |
| 2002-09-06 | Re-poison a lot of consts, now that the mark shite is gone. | mycroft |