| Age | Commit message (Expand) | Author |
| 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 |
| 2002-09-05 | Rename _rtld_relocate_nonplt_object() to _rtld_relocate_nonplt_objects(), | mycroft |
| 2002-09-05 | Split MIPS relocation goo into mips_reloc.c. | mycroft |
| 2002-09-05 | Remove unused arguments of _rtld_find_symdef(). | junyoung |
| 2002-09-05 | Make _rtld_setup_pltgot() a consistent interface on all platforms. | mycroft |
| 2001-12-20 | Grumble. Put compiler options back into CPPFLAGS for now, since | thorpej |
| 2001-12-14 | Don't put compiler options into CPPFLAGS. | thorpej |
| 2001-11-24 | Fix bug found by Izumi Tsutsui -- if _rtld_find_symdef returned NULL, the | rafal |
| 2001-10-14 | Fix how underfined weak symbols are treated -- before, ld.so would do nothing | rafal |
| 2000-03-26 | Don't try to get libc_pic from the libc compile directory. If we're doing a | mycroft |
| 1999-11-07 | Make this more likely to compile with ld.elf_so changes. (But this is | mycroft |