From 980592d971c46db7ab046eacece95f6496b73e4b Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Fri, 22 Sep 2006 16:40:00 +0000 Subject: Remove code to define errno in this file. It is definitly not needed when building with thread support (which we normally do), and as far as I can tell it should not be needed otherwise either. And as it did not build with the latest binutils and gcc, the choice was easy... --- libc/sysdeps/linux/cris/sysdep.S | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/cris/sysdep.S b/libc/sysdeps/linux/cris/sysdep.S index 4e558153b..416751d65 100644 --- a/libc/sysdeps/linux/cris/sysdep.S +++ b/libc/sysdeps/linux/cris/sysdep.S @@ -19,15 +19,6 @@ #include #include "sysdep.h" -/* Make space for the errno variable. */ - - .globl C_SYMBOL_NAME(errno) - .type C_SYMBOL_NAME(errno),@object - .lcomm C_SYMBOL_NAME(errno),4 - - .weak errno - errno = _errno - /* The syscall stubs jump here when they detect an error, bot for PIC and non-PIC. */ -- cgit v1.2.3