From 569b0e03fb08ea519434d26ee77aeb3a9cdeedf3 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Fri, 10 Jun 2005 18:25:35 +0000 Subject: Remove TEXTREL relocations for ARM. Hide __syscall_error from outside libc. From Peter Mazinger. --- libc/sysdeps/linux/powerpc/__uClibc_syscall.S | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libc/sysdeps/linux/powerpc/__uClibc_syscall.S') 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 -- cgit v1.2.3