* sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
authorAndreas Schwab <schwab@suse.de>
Wed, 1 Jul 1998 01:42:09 +0000 (01:42 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 1 Jul 1998 01:42:09 +0000 (01:42 +0000)
not a strong alias.

sysdeps/unix/sysv/linux/m68k/sysdep.S

index 6008b23..717122c 100644 (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