mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
* sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
not a strong alias. 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. scratch, which is faster and gets correct behaviour if $(subdirs) is incomplete.
This commit is contained in:
parent
313a117416
commit
0301a08c93
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
1998-06-30 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* posix/Makefile (headers): Remove bits/pthreadtypes.h.
|
||||
@ -1628,8 +1633,8 @@
|
||||
1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* Makerules (do-makelib): Don't force creating library from
|
||||
scratch, to avoid wasting time and space and to get correct
|
||||
behaviour if $(subdirs) is incomplete.
|
||||
scratch, which is faster and gets correct behaviour if $(subdirs)
|
||||
is incomplete.
|
||||
|
||||
1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user