mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Add space inf weak_alias use.
This commit is contained in:
@ -146,4 +146,4 @@ thread_start:
|
||||
|
||||
.end thread_start
|
||||
|
||||
weak_alias(__clone, clone)
|
||||
weak_alias (__clone, clone)
|
||||
|
@ -41,7 +41,7 @@ ENTRY (__getcontext)
|
||||
ret
|
||||
|
||||
END(__getcontext)
|
||||
weak_alias(__getcontext, getcontext)
|
||||
weak_alias (__getcontext, getcontext)
|
||||
|
||||
|
||||
/* An internal routine used by getcontext and setcontext.
|
||||
|
@ -145,5 +145,5 @@ strong_alias(__getrusage_tv64, ____getrusage_tv64)
|
||||
default_symbol_version (____getrusage_tv64, __getrusage, GLIBC_2.1)
|
||||
default_symbol_version (__getrusage_tv64, getrusage, GLIBC_2.1)
|
||||
#else
|
||||
weak_alias(__getrusage, getrusage)
|
||||
weak_alias (__getrusage, getrusage)
|
||||
#endif
|
||||
|
@ -32,4 +32,4 @@
|
||||
PSEUDO(__setcontext, sigreturn, 1)
|
||||
ret
|
||||
PSEUDO_END(__setcontext)
|
||||
weak_alias(__setcontext, setcontext)
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
@ -29,5 +29,5 @@ PSEUDO(__sigsuspend, sigsuspend, 1)
|
||||
ret
|
||||
PSEUDO_END(__sigsuspend)
|
||||
libc_hidden_def (__sigsuspend)
|
||||
weak_alias(__sigsuspend, sigsuspend)
|
||||
weak_alias (__sigsuspend, sigsuspend)
|
||||
strong_alias (__sigsuspend, __libc_sigsuspend)
|
||||
|
@ -48,4 +48,4 @@ ENTRY(__swapcontext)
|
||||
#endif
|
||||
|
||||
END(__swapcontext)
|
||||
weak_alias(__swapcontext, swapcontext)
|
||||
weak_alias (__swapcontext, swapcontext)
|
||||
|
@ -74,4 +74,4 @@ $error:
|
||||
|
||||
END(__syscall)
|
||||
|
||||
weak_alias(__syscall, syscall)
|
||||
weak_alias (__syscall, syscall)
|
||||
|
@ -96,4 +96,4 @@ thread_start:
|
||||
|
||||
PSEUDO_END(__clone)
|
||||
|
||||
weak_alias(__clone, clone)
|
||||
weak_alias (__clone, clone)
|
||||
|
@ -82,4 +82,4 @@ L(pseudo_end):
|
||||
ret
|
||||
PSEUDO_END(__getcontext)
|
||||
|
||||
weak_alias(__getcontext, getcontext)
|
||||
weak_alias (__getcontext, getcontext)
|
||||
|
@ -114,4 +114,4 @@ L(exitcode):
|
||||
cfi_startproc
|
||||
END(__makecontext)
|
||||
|
||||
weak_alias(__makecontext, makecontext)
|
||||
weak_alias (__makecontext, makecontext)
|
||||
|
@ -94,4 +94,4 @@ L(pseudo_end):
|
||||
ret
|
||||
PSEUDO_END(__setcontext)
|
||||
|
||||
weak_alias(__setcontext, setcontext)
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
@ -109,4 +109,4 @@ L(pseudo_end):
|
||||
ret
|
||||
PSEUDO_END(__swapcontext)
|
||||
|
||||
weak_alias(__swapcontext, swapcontext)
|
||||
weak_alias (__swapcontext, swapcontext)
|
||||
|
@ -155,4 +155,4 @@ ENTRY(__getcontext)
|
||||
ret
|
||||
END(__getcontext)
|
||||
|
||||
weak_alias(__getcontext, getcontext)
|
||||
weak_alias (__getcontext, getcontext)
|
||||
|
@ -150,4 +150,4 @@ ENTRY(__setcontext)
|
||||
ret
|
||||
END(__setcontext)
|
||||
|
||||
weak_alias(__setcontext, setcontext)
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
@ -163,4 +163,4 @@ L(gotpid):
|
||||
|
||||
END(__thread_start)
|
||||
|
||||
weak_alias(__clone, clone)
|
||||
weak_alias (__clone, clone)
|
||||
|
@ -95,4 +95,4 @@ L(error):
|
||||
END(__vfork)
|
||||
|
||||
libc_hidden_def(__vfork)
|
||||
weak_alias(__vfork, vfork)
|
||||
weak_alias (__vfork, vfork)
|
||||
|
@ -180,4 +180,4 @@ L(gotexitcodeaddr):
|
||||
#endif
|
||||
END(__makecontext)
|
||||
|
||||
weak_alias(__makecontext, makecontext)
|
||||
weak_alias (__makecontext, makecontext)
|
||||
|
@ -4,4 +4,4 @@
|
||||
|
||||
#include <sysdeps/unix/readdir.c>
|
||||
|
||||
weak_alias(__readdir64, readdir64)
|
||||
weak_alias (__readdir64, readdir64)
|
||||
|
@ -4,4 +4,4 @@
|
||||
|
||||
#include <sysdeps/unix/readdir_r.c>
|
||||
|
||||
weak_alias(__readdir64_r, readdir64_r)
|
||||
weak_alias (__readdir64_r, readdir64_r)
|
||||
|
@ -72,4 +72,4 @@ ENTRY(__getcontext)
|
||||
br %r14
|
||||
END(__getcontext)
|
||||
|
||||
weak_alias(__getcontext, getcontext)
|
||||
weak_alias (__getcontext, getcontext)
|
||||
|
@ -69,4 +69,4 @@ ENTRY(__setcontext)
|
||||
br %r14
|
||||
END(__setcontext)
|
||||
|
||||
weak_alias(__setcontext, setcontext)
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
@ -105,4 +105,4 @@ ENTRY(__swapcontext)
|
||||
/* Return. */
|
||||
br %r14
|
||||
END(__swapcontext)
|
||||
weak_alias(__swapcontext, swapcontext)
|
||||
weak_alias (__swapcontext, swapcontext)
|
||||
|
@ -72,4 +72,4 @@ ENTRY(__getcontext)
|
||||
br %r14
|
||||
END(__getcontext)
|
||||
|
||||
weak_alias(__getcontext, getcontext)
|
||||
weak_alias (__getcontext, getcontext)
|
||||
|
@ -69,4 +69,4 @@ ENTRY(__setcontext)
|
||||
br %r14
|
||||
END(__setcontext)
|
||||
|
||||
weak_alias(__setcontext, setcontext)
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
@ -105,4 +105,4 @@ ENTRY(__swapcontext)
|
||||
/* Return. */
|
||||
br %r14
|
||||
END(__swapcontext)
|
||||
weak_alias(__swapcontext, swapcontext)
|
||||
weak_alias (__swapcontext, swapcontext)
|
||||
|
@ -104,4 +104,4 @@ __thread_start:
|
||||
|
||||
.size __thread_start, .-__thread_start
|
||||
|
||||
weak_alias(__clone, clone)
|
||||
weak_alias (__clone, clone)
|
||||
|
@ -114,4 +114,4 @@ __thread_start:
|
||||
nop
|
||||
.size __thread_start, .-__thread_start
|
||||
|
||||
weak_alias(__clone, clone)
|
||||
weak_alias (__clone, clone)
|
||||
|
@ -62,4 +62,4 @@ ENTRY(__getcontext)
|
||||
|
||||
END(__getcontext)
|
||||
|
||||
weak_alias(__getcontext, getcontext)
|
||||
weak_alias (__getcontext, getcontext)
|
||||
|
@ -47,6 +47,6 @@ END(__libc_siglongjmp)
|
||||
strong_alias(__libc_siglongjmp, __longjmp)
|
||||
strong_alias(__libc_siglongjmp, __libc_longjmp)
|
||||
libc_hidden_def (__libc_longjmp)
|
||||
weak_alias(__libc_siglongjmp, longjmp)
|
||||
weak_alias(__libc_siglongjmp, _longjmp)
|
||||
weak_alias(__libc_siglongjmp, siglongjmp)
|
||||
weak_alias (__libc_siglongjmp, longjmp)
|
||||
weak_alias (__libc_siglongjmp, _longjmp)
|
||||
weak_alias (__libc_siglongjmp, siglongjmp)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define __getdents64 __no___getdents64_decl
|
||||
#include <sysdeps/unix/sysv/linux/getdents.c>
|
||||
#undef __getdents64
|
||||
weak_alias(__getdents, __getdents64);
|
||||
weak_alias (__getdents, __getdents64);
|
||||
|
@ -85,4 +85,4 @@ L(pseudo_end):
|
||||
ret
|
||||
PSEUDO_END(__getcontext)
|
||||
|
||||
weak_alias(__getcontext, getcontext)
|
||||
weak_alias (__getcontext, getcontext)
|
||||
|
@ -110,4 +110,4 @@ __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...)
|
||||
}
|
||||
|
||||
|
||||
weak_alias(__makecontext, makecontext)
|
||||
weak_alias (__makecontext, makecontext)
|
||||
|
@ -102,4 +102,4 @@ L(pseudo_end):
|
||||
ret
|
||||
PSEUDO_END(__setcontext)
|
||||
|
||||
weak_alias(__setcontext, setcontext)
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
@ -120,4 +120,4 @@ L(pseudo_end):
|
||||
ret
|
||||
PSEUDO_END(__swapcontext)
|
||||
|
||||
weak_alias(__swapcontext, swapcontext)
|
||||
weak_alias (__swapcontext, swapcontext)
|
||||
|
Reference in New Issue
Block a user