mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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.
This commit is contained in:
@ -7,5 +7,4 @@ errno: .space 4
|
||||
.type errno, @object
|
||||
.size errno, 4
|
||||
|
||||
.globl _errno
|
||||
_errno = errno
|
||||
weak_alias (errno, _errno)
|
||||
|
@ -30,5 +30,4 @@ errno: .space 4
|
||||
.globl __errno
|
||||
__errno = errno
|
||||
|
||||
.globl _errno
|
||||
_errno = errno
|
||||
weak_alias (errno, _errno)
|
||||
|
Reference in New Issue
Block a user