summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/sysdep.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-01 09:34:02 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-01 09:34:02 +0000
commitcba1ddc169196e1657b8b5480a77a5072e83dbf4 (patch)
tree78a14805d992e41c0e85e8102920fbf6d8299c5b /sysdeps/unix/sysv/linux/arm/sysdep.S
parentd62991517862a3e234848beeade19176423bde80 (diff)
Update.
1998-07-01 09:32 Ulrich Drepper <drepper@cygnus.com> * math/libm-test.c: Adjust delta for indentities1_test because gcc became cleverer. 1998-06-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * resolv/inet_addr.c (inet_aton): Define variable base only if needed. 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * scripts/test-installation.pl: Include <stdio.h> in test program to make it strictly conforming. 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias, not a strong alias. * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise. * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/sysdep.S')
-rw-r--r--sysdeps/unix/sysv/linux/arm/sysdep.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.S b/sysdeps/unix/sysv/linux/arm/sysdep.S
index f6cb3e4648..872ed4b555 100644
--- a/sysdeps/unix/sysv/linux/arm/sysdep.S
+++ b/sysdeps/unix/sysv/linux/arm/sysdep.S
@@ -24,11 +24,7 @@
.type C_SYMBOL_NAME(errno),%object
.size C_SYMBOL_NAME(errno),4
C_SYMBOL_NAME(errno): .zero 4
- .globl C_SYMBOL_NAME(_errno)
- .type C_SYMBOL_NAME(_errno),%object
-/* This name is expected by hj's libc.so.5 startup code. It seems to be needed
- by pthreads as well. */
-C_SYMBOL_NAME(_errno) = C_SYMBOL_NAME(errno)
+weak_alias (C_SYMBOL_NAME(errno), C_SYMBOL_NAME(_errno))
.text
/* The syscall stubs jump here when they detect an error.