diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-25 02:29:20 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-25 02:29:20 +0000 |
commit | ff45f14ea255d442f779157db133d73777675a5c (patch) | |
tree | eafe5f8052f5e3fb0f50c48d3b8fdd371445c302 /libc/sysdeps/linux/powerpc/__uClibc_syscall.S | |
parent | 1d2230a7d275706c5f0de850e15527aae3744310 (diff) | |
download | uClibc-alpine-ff45f14ea255d442f779157db133d73777675a5c.tar.bz2 uClibc-alpine-ff45f14ea255d442f779157db133d73777675a5c.tar.xz |
A merging we will go. A merging we will go. Hi ho the merrio' a merging we will go.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/__uClibc_syscall.S')
-rw-r--r-- | libc/sysdeps/linux/powerpc/__uClibc_syscall.S | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/powerpc/__uClibc_syscall.S b/libc/sysdeps/linux/powerpc/__uClibc_syscall.S index 09bfb89cc..5a14c948c 100644 --- a/libc/sysdeps/linux/powerpc/__uClibc_syscall.S +++ b/libc/sysdeps/linux/powerpc/__uClibc_syscall.S @@ -1,14 +1,12 @@ -.section ".text" + .text .align 2 -.globl __uClibc_syscall + .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 |