1 /* $NetBSD: md-static-funcs.c,v 1.2 1998/01/05 22:00:48 cgd Exp $ */
4 * Called by ld.so when onanating.
5 * This *must* be a static function, so it is not called through a jmpslot.
9 md_relocate_simple(r
, relocation
, addr
)
10 struct relocation_info
*r
;
15 *(long *)addr
+= relocation
;