URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [ldso/] [ldso/] [sparc/] [resolve.S] - Rev 1782
Go to most recent revision | 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,%o1call _dl_linux_resolvermov %g1,%o0jmpl %o0,%o7restore.LFE2:.type _dl_linux_resolve,#function.size _dl_linux_resolve,.LFE2-_dl_linux_resolve
Go to most recent revision | Compare with Previous | Blame | View Log
