| Age | Commit message (Expand) | Author |
| 2011-10-26 | avoid linker warnings with the new binutils by not forcing ld.elf_so | chs |
| 2011-09-26 | match END() with a relevant ENTRY*(). gas 2.21 complains about the | mrg |
| 2011-03-25 | Add basic locking to ld.elf_so. | joerg |
| 2011-03-12 | Add TLS support for PowerPC. | matt |
| 2011-03-04 | Don't rely on >32bit math. | matt |
| 2011-02-10 | Fix problem with bss-plt objects which a reloc index, not offset. | matt |
| 2011-01-16 | Add secure-plt support for powerpc to ld.elf_so. As part of this, we have to | matt |
| 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-10-22 | Fix start symbol for newer binutils. | skrll |
| 2009-08-29 | Remove trailing \n in calls to _rtld_error: a newline is automatically | jmmv |
| 2009-05-24 | Apply fix borrowed from i386: Fix const issue (cast const pointers | he |
| 2008-07-24 | Refactor common code to _rtld_relocate_plt_object to i386 and arm so they | matt |
| 2006-05-23 | in _rtld_bind() initialise new_value for GCC4. | mrg |
| 2005-09-27 | ok, the change from rev 1.33 was unnecessary after all, | chs |
| 2005-09-26 | fix two problems with icache invalidation of the PLT: | chs |
| 2005-08-20 | Add __RCSID. | skrll |
| 2005-07-28 | Support immediate PLT binding on powerpc. Thanks to Simon Burge for | skrll |
| 2005-06-04 | Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather than | lukem |
| 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-02-21 | Revert previous change. | mycroft |
| 2003-01-11 | Fix bug where only 2/3 of the PLT was being synched with the icache. | matt |
| 2002-12-04 | Bintuils-current initializes the GOT entries to 0 (instead of the | thorpej |
| 2002-10-31 | Convert to register prefixes. | matt |
| 2002-10-05 | Minor cleanup. | mycroft |
| 2002-09-26 | Remove the `self' args to _rtld_relocate_objects() and | mycroft |
| 2002-09-26 | Update a comment. | mycroft |
| 2002-09-26 | Add a rdbg() in _rtld_bind(). | mycroft |
| 2002-09-25 | Make this work with PLTs larger than 8192 entries (64KB). Not tested | mycroft |
| 2002-09-25 | Push the _rtld_bind() interface into MD code -- it's just a trivial wrapper | mycroft |
| 2002-09-24 | Ignore JMP_SLOT relocs when doing non-PLT relocations. The relalim trimming | mycroft |
| 2002-09-24 | Remove vestiges of VARPSZ. | mycroft |
| 2002-09-24 | -I${.CURDIR} is done at the top-level, so there's no need to do it here. | mycroft |
| 2002-09-12 | Remove one more `dodebug' argument. | 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 | Update comments. | mycroft |
| 2002-09-12 | Pass the calculated relocation offset down to _rtld(). | mycroft |
| 2002-09-11 | Implement _rtld_relocate_nonplt_self() here. | mycroft |
| 2002-09-10 | Remove unneeded cruft from _rtld_start. | mycroft |
| 2002-09-10 | Shorten the startup sequence by a few instructions. | mycroft |
| 2002-09-09 | Sync with current binutils. | mycroft |
| 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 | More const poisoning. Now the entire _rtld_bind() path useds a const Obj_Entry. | mycroft |
| 2002-09-06 | Re-poison a lot of consts, now that the mark shite is gone. | mycroft |
| 2002-09-06 | Split _rtld_relocate_plt_object() into two MD functions: | mycroft |
| 2002-09-05 | Partially fix up some debug printf()s that don't need to use defobj. | mycroft |