From 228f76d4dfe9a8a9b50e4c5ac8161a991fc8107c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 23 May 2017 00:47:19 +0200 Subject: sparc: cleanup sparc64 bits and unused soft-fp Remove a lot of unused 64 Bit header stuff. --- libc/sysdeps/linux/sparc/syscall.S | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'libc/sysdeps/linux/sparc/syscall.S') diff --git a/libc/sysdeps/linux/sparc/syscall.S b/libc/sysdeps/linux/sparc/syscall.S index 1a67dfb59..aa27c8b70 100644 --- a/libc/sysdeps/linux/sparc/syscall.S +++ b/libc/sysdeps/linux/sparc/syscall.S @@ -1,5 +1,4 @@ /* Copyright (C) 1991, 1992, 1997, 2002 Free Software Foundation, Inc. - This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -21,11 +20,7 @@ .text .global syscall .type syscall,%function -#if __WORDSIZE == 32 .align 4 -#else -.align 2 -#endif syscall: mov %o0, %g1 @@ -35,14 +30,8 @@ syscall: mov %o4, %o3 mov %o5, %o4 -#if __WORDSIZE == 32 ta 0x10 bcs __syscall_error -#else - ta 0x6d - bcs,pn %xcc,__syscall_error -#endif - nop retl nop -- cgit v1.2.3