4 * Called by ld.so when onanating.
5 * This *must* be a static function, so it is not called through a jmpslot.
8 md_relocate_simple(r
, relocation
, addr
)
9 struct relocation_info
*r
;
14 *(long *)addr
+= relocation
;
15 _cachectl (addr
, 4); /* maintain cache coherency */