| Age | Commit message (Expand) | Author |
| 2003-11-19 | Restore handling of reloc entries that point to unaligned locations | simonb |
| 2003-10-06 | Update to new reality. XXX _rtld_bind still needs to be written. | matt |
| 2003-09-24 | Make the effect of the hack clearer. | mycroft |
| 2003-09-24 | One more tweak... | mycroft |
| 2003-09-24 | Make the comment a little more accurate. | mycroft |
| 2003-09-24 | Temporary workaround for some binutils/ld lossage. See the comment for more | mycroft |
| 2003-07-26 | include <string.h> or <stdlib.h> for all prototypes | mrg |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2003-07-21 | Support immediate binding on arm. | skrll |
| 2003-07-17 | Correct the in_plt parameter of a couple of _rtld_find_symdef calls. | skrll |
| 2003-07-05 | Removed unused function. | marcus |
| 2003-07-05 | Add function prototype declarations. | tsutsui |
| 2003-07-02 | Bugfix: Don't pick addend both from reloc and contents at the same time. | marcus |
| 2003-06-30 | Updated to work with current rtld code. | marcus |
| 2003-05-23 | Fix alignment problem in debug output. | petrov |
| 2003-04-21 | Handle unaligned relocations, and RELATIVE relocs with non-zero addends. | scw |
| 2003-03-26 | SH5 needs __HAVE_FUNCTION_DESCRIPTORS defined in order for ld.elf_so | scw |
| 2003-03-25 | Add support for shared libraries/dynamically linked binaries on sh5. | scw |
| 2003-03-02 | Shorten rtld_start() by 2 instructions or 8 bytes, and make it not use GOT | mycroft |
| 2003-03-02 | Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at | mycroft |
| 2003-03-01 | Update copyright. | mycroft |
| 2003-02-28 | Eliminate GOT usage in rtld_start() on this platform, too. | mycroft |
| 2003-02-28 | Similar to other rela platforms, do not use any GOT entries (other than the | mycroft |
| 2003-02-27 | Adjust for the fact that the GOT is all 0s in new binutils -- do the trick of | mycroft |
| 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-11-24 | Replace return -1 in rtld_bind with _rtld_die() call. | fvdl |
| 2002-11-24 | Implement self-relocation as is required now. | fvdl |
| 2002-10-31 | Convert to register prefixes. | matt |
| 2002-10-18 | _rtld_bind(): Don't use "rela" until after we've (potentially) adjusted | thorpej |
| 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-26 | Add an iffy heuristic that allows us to do lazy binding with new objects, but | mycroft |
| 2002-09-26 | Update a comment. | mycroft |
| 2002-09-26 | Add a rdbg() in _rtld_bind(). | mycroft |
| 2002-09-26 | Remove a meaningless bit from a rdbg(). | mycroft |
| 2002-09-26 | Remove vestigal comments about _rtld_bind_start_0() -- it works now. | mycroft |
| 2002-09-26 | Make room for the argument save area in _rtld_start(). The PLT stub already | mycroft |
| 2002-09-26 | Make the stack frame 96 bytes, like GCC does. | mycroft |
| 2002-09-26 | Tweak the save instruction in the PLT stub rather than adding an instruction | mycroft |
| 2002-09-26 | Allocate space for the argument space area in both _rtld_start() and | mycroft |
| 2002-09-25 | For consistency, use Elf_Word* to point to code, not Elf_Addr*. | mycroft |