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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [ldso/] [ldso/] [sparc/] [resolve.S] - Rev 1765

Compare with Previous | Blame | View Log

/*
 * These are various helper routines that are needed to run an ELF image.
 */
#define COMPILE_ASM
#include "ld_sysdep.h"

.text
        .align 16

.globl _dl_linux_resolve
_dl_linux_resolve:
        /*
         * Call the resolver - pass the address of the PLT so that we can
         * figure out which module we are in.
         */
        mov %o7,%o1
        call  _dl_linux_resolver
        mov %g1,%o0

        jmpl %o0,%o7
        restore
.LFE2:

        .type   _dl_linux_resolve,#function
        .size _dl_linux_resolve,.LFE2-_dl_linux_resolve

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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