* sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,

not a strong alias.
This commit is contained in:
Andreas Schwab 1998-07-01 01:42:09 +00:00
parent ea8df133cc
commit fd202ea4b7

View file

@ -30,9 +30,7 @@
.type errno,@object
errno: .space 4
.size errno,4
.globl _errno
.type _errno,@object
_errno = errno /* This name is expected by hj's libc.so.5 startup code. */
weak_alias (errno, _errno)
.text
/* The following code is only used in the shared library when we