aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/mips/sysdep.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/mips/sysdep.S')
-rw-r--r--sysdeps/unix/mips/sysdep.S12
1 files changed, 9 insertions, 3 deletions
diff --git a/sysdeps/unix/mips/sysdep.S b/sysdeps/unix/mips/sysdep.S
index 4275d664ec..fa8888663e 100644
--- a/sysdeps/unix/mips/sysdep.S
+++ b/sysdeps/unix/mips/sysdep.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1993, 1994, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Brendan Kehoe (brendan@zen.org).
@@ -21,10 +21,16 @@
#define _ERRNO_H
#include <bits/errno.h>
- .comm errno, 4
+ .bss
+ .globl errno
#ifdef __ELF__
- .type errno, @object
+ .type errno, @object
#endif
+ .size errno, 4
+errno:
+ .space 4
+
+weak_alias (errno, _errno)
.set noreorder