NetBSD/libexec/ld.aout_so/arch/powerpc/mdprologue.S

20 lines
290 B
ArmAsm

/*
* PowerPC run-time link editor entry points.
*/
.text
.globl _binder, _binder_entry
/*
* _rtl(int version, struct crt_ldso *crtp)
*/
_rtl: /* crt0 calls us here */
ret
/*
* First call to a procedure generally comes through here for
* binding.
*/
_binder_entry:
ret