mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
1998-07-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: New file. * sysdeps/unix/sysv/linux/m68k/socket.S: Support NO_WEAK_ALIAS.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
1998-07-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: New file.
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/socket.S: Support NO_WEAK_ALIAS.
|
||||||
|
|
||||||
1998-07-17 Ulrich Drepper <drepper@cygnus.com>
|
1998-07-17 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* debug/catchsegv.sh: Fix several stupid bugs.
|
* debug/catchsegv.sh: Fix several stupid bugs.
|
||||||
|
@@ -32,7 +32,11 @@
|
|||||||
The .S files for the other calls just #define socket and #include this. */
|
The .S files for the other calls just #define socket and #include this. */
|
||||||
|
|
||||||
#ifndef __socket
|
#ifndef __socket
|
||||||
|
#ifndef NO_WEAK_ALIAS
|
||||||
#define __socket P(__,socket)
|
#define __socket P(__,socket)
|
||||||
|
#else
|
||||||
|
#define __socket socket
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
.globl __socket
|
.globl __socket
|
||||||
@@ -62,4 +66,6 @@ ENTRY (__socket)
|
|||||||
rts
|
rts
|
||||||
PSEUDO_END (__socket)
|
PSEUDO_END (__socket)
|
||||||
|
|
||||||
|
#ifndef NO_WEAK_ALIAS
|
||||||
weak_alias (__socket, socket)
|
weak_alias (__socket, socket)
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user