History log of /netbsd/libexec/ld.elf_so/arch/mips/rtld_start.S (Results 1 – 10 of 10)
Revision Date Author Comments
# d8d1440d 14-Dec-2009 matt <matt@NetBSD.org>

Merge from matt-nb5-mips64:
Add N32/N64 support for mips dynamic loader.


# ad8ccd62 05-Oct-2002 mycroft <mycroft@NetBSD.org>

Minor cleanup.


# 7d4bbc7f 26-Sep-2002 mycroft <mycroft@NetBSD.org>

Add an iffy heuristic that allows us to do lazy binding with new objects, but
detect old objects and deal with them.


# 646628d7 24-Sep-2002 mycroft <mycroft@NetBSD.org>

DOH! Adjust all the stack slots in _rtld_bind_start() so that the saved $a0
is not in _rtld_bind_mips()'s $a3 argument save area.


# ebf50cdf 12-Sep-2002 mycroft <mycroft@NetBSD.org>

Update comments.


# ac81e326 12-Sep-2002 mycroft <mycroft@NetBSD.org>

Snapshot of work to make MIPS ld.elf_so relocatable.


# 14fe5254 28-Mar-1999 simonb <simonb@NetBSD.org>

Don't include <machine/regdef.h>.


# 82bc6ffe 18-Jan-1999 castor <castor@NetBSD.org>

Avoid confusing various C preprocessors by avoiding # [0-9]


# f00af7b0 09-Apr-1998 mhitch <mhitch@NetBSD.org>

Oops - when assembled with PIC, the jal gets expanded, so what used to be
in the branch delay slot was no longer getting executed at the proper time.
This resulted in a corrupt ps_strings pointer and

Oops - when assembled with PIC, the jal gets expanded, so what used to be
in the branch delay slot was no longer getting executed at the proper time.
This resulted in a corrupt ps_strings pointer and caused programs trying to
use ps_strings to fail.

show more ...


# 082edecc 25-Mar-1998 mhitch <mhitch@NetBSD.org>

Add support for mips.