| Age | Commit message (Expand) | Author |
| 2006-06-28 | Fix unaligned loads and stores generated by gcc4. Problem described in | simonb |
| 2006-04-03 | Remove empty lines. | skrll |
| 2006-03-04 | Add LD_BIND_NOW support for mips. | skrll |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-08-20 | Add __RCSID. | skrll |
| 2005-06-07 | Initialize a bunch of local variables in _rtld_relocate_nonplt_self(). | he |
| 2005-06-04 | Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather than | lukem |
| 2004-12-15 | Apply fixes from Charles: | skrll |
| 2004-02-21 | Move common LDFLAGS into Makefile from arch/*/Makefile.inc | skrll |
| 2004-02-20 | Whitespace. | skrll |
| 2003-11-19 | Restore handling of reloc entries that point to unaligned locations | simonb |
| 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-17 | Correct the in_plt parameter of a couple of _rtld_find_symdef calls. | skrll |
| 2002-10-05 | Minor cleanup. | mycroft |
| 2002-09-26 | Add an iffy heuristic that allows us to do lazy binding with new objects, but | mycroft |
| 2002-09-25 | Minor cleanup, for clarity. | mycroft |
| 2002-09-25 | Resolve the GOT before doing relocations. Then, when doing relocations, for | mycroft |
| 2002-09-24 | DOH! Adjust all the stack slots in _rtld_bind_start() so that the saved $a0 | mycroft |
| 2002-09-24 | -I${.CURDIR} is done at the top-level, so there's no need to do it here. | mycroft |
| 2002-09-14 | It is possible for reloc entries to point to unaligned locations; handle | thorpej |
| 2002-09-13 | In _rtld_bind_mips(), if the symbol is undefined, die. | mycroft |
| 2002-09-13 | Add an explanatory comment. | mycroft |
| 2002-09-13 | The sense of the SHN_ABS test has always been reversed. Fortunately nobody | mycroft |
| 2002-09-13 | Put back the lazy binding. For some bizarre reason, the linker occasionally | mycroft |
| 2002-09-13 | Er, turn off lazy binding for the moment. It doesn't seem to be fully working. | mycroft |
| 2002-09-13 | Simplify the GOT relocation code somewhat. | mycroft |
| 2002-09-13 | Actually do lazy binding on this platform. | mycroft |
| 2002-09-13 | Remove an old comment. | mycroft |
| 2002-09-13 | _rtld_bind() is not used on MIPS. Should probably move it to MD code. | 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 | Slight tweak. | mycroft |
| 2002-09-12 | The GOT is Elf_Addr[], not Elf_Word[]... | mycroft |
| 2002-09-12 | This ld script is now unnecessary. | mycroft |
| 2002-09-12 | Clean up a little. | mycroft |
| 2002-09-12 | Move GOT relocation code from _rtld_setup_pltgot() to | mycroft |
| 2002-09-12 | Update comments. | mycroft |
| 2002-09-12 | Snapshot of work to make MIPS ld.elf_so relocatable. | 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 |
| 2002-09-05 | A few things: | mycroft |