summaryrefslogtreecommitdiff
path: root/libexec/ld.so/m88k
AgeCommit message (Expand)Author
2013-04-20Prefer the processor-specific _DYNAMIC[] tags value to find out the boundariesMiod Vallat
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.Kurt Miller
2013-01-26Make sure to flush I$ over the plt in case of non-lazy relocation as well.Miod Vallat
2013-01-26Forgot to remove one line in 1.2, in turn caused div() from libc to fail ifMiod Vallat
2013-01-23Cache flush .plt after updating its pointers to .got during the initialMiod Vallat
2013-01-21Use jmp, not jsr, to jump through registers. Doh!Miod Vallat
2013-01-20A first cut at ld.so bits for m88k. Lazy binding is currently disabled as itMiod Vallat