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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [powerpc/] [__uClibc_syscall.S] - Rev 1765

Compare with Previous | Blame | View Log

.section ".text"
        .align 2
.globl __uClibc_syscall
        .type   __uClibc_syscall,@function
__uClibc_syscall:
.Lsize:
        sc
        bnslr
#ifdef __PIC__
        b       __syscall_error@plt
#else
        b       __syscall_error
#endif
        .size   __uClibc_syscall,.Lsize-__uClibc_syscall

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.