OSDN Git Service

Joakim Tjernlund writes:
[uclinux-h8/uClibc.git] / ldso / ldso / m68k / resolve.S
1 /*
2  * These are various helper routines that are needed to run an ELF image.
3  */
4
5 .text
6 .even
7
8 .globl _dl_linux_resolve
9         .type   _dl_linux_resolve,@function
10 _dl_linux_resolve:
11         moveml  %a0/%a1,%sp@-
12 #ifdef __PIC__
13         bsrl    _dl_linux_resolver@PLTPC
14 #else
15         jbsr    _dl_linux_resolver
16 #endif
17         moveml  %sp@+,%a0/%a1
18         addql   #8,%sp
19         jmp     @(%d0)
20 .LFE2:
21         .size _dl_linux_resolve,.LFE2-_dl_linux_resolve