History log of /netbsd-src/libexec/ld.elf_so/arch/m68k/rtld_start.S (Results 1 – 11 of 11)
Revision Date Author Comments
# 6cb10275 18-Mar-2014 riastradh <riastradh@NetBSD.org>

Merge riastradh-drm2 to HEAD.


# 36677b40 18-Jul-2013 matt <matt@NetBSD.org>

Use new macros from <machine/asm.h> to be more portable


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 33131cb2 01-Mar-2003 mycroft <mycroft@NetBSD.org>

Update copyright.


# 9cb7d16b 28-Feb-2003 mycroft <mycroft@NetBSD.org>

Similar to other rela platforms, do not use any GOT entries (other than the
first entry, which is a special case) in rtld_start, because they could be
all 0s. Instead we use the difference between t

Similar to other rela platforms, do not use any GOT entries (other than the
first entry, which is a special case) in rtld_start, because they could be
all 0s. Instead we use the difference between the real _DYNAMIC address
(which we can determine on 68k with a "lea (%pc,_DYNAMIC),..." and the
base-relative one (at the beginning of the GOT) to figure out the relocation
offset.

Not needed for binutils-current, but I might as well fix it now.

show more ...


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

Update comments.


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

Pass the calculated relocation offset down to _rtld().


# f1725abe 11-Sep-2002 mycroft <mycroft@NetBSD.org>

Add a _rtld_relocate_nonplt_self() here too.


# 6fa7d72c 18-Oct-1999 itohy <itohy@NetBSD.org>

Make __SVR4_ABI__ optional.


# 83265a56 23-Aug-1999 kleink <kleink@NetBSD.org>

Bump text alignments to 4 bytes.


# 75030fa2 29-Apr-1999 kleink <kleink@NetBSD.org>

Add m68k code.