OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [ldso/] [ldso/] [sparc/] [resolve.S] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
/*
2
 * These are various helper routines that are needed to run an ELF image.
3
 */
4
#define COMPILE_ASM
5
#include "ld_sysdep.h"
6
 
7
.text
8
        .align 16
9
 
10
.globl _dl_linux_resolve
11
_dl_linux_resolve:
12
        /*
13
         * Call the resolver - pass the address of the PLT so that we can
14
         * figure out which module we are in.
15
         */
16
        mov %o7,%o1
17
        call  _dl_linux_resolver
18
        mov %g1,%o0
19
 
20
        jmpl %o0,%o7
21
        restore
22
.LFE2:
23
 
24
        .type   _dl_linux_resolve,#function
25
        .size _dl_linux_resolve,.LFE2-_dl_linux_resolve

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.