repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
libexec
/
ld.aout_so
/
arch
/
powerpc
/
mdprologue.S
blob
751105a5e13534f896846e81dcb3698b5c0fccd3
1
/* $NetBSD$ */
2
3
/*
4
* PowerPC run-time link editor entry points.
5
*/
6
7
.text
8
.globl _binder, _binder_entry
9
10
/*
11
* _rtl(int version, struct crt_ldso *crtp)
12
*/
13
_rtl: /* crt0 calls us here */
14
ret
15
16
/*
17
* First call to a procedure generally comes through here for
18
* binding.
19
*/
20
_binder_entry:
21
ret