This website requires JavaScript.
Explore
Help
Register
Sign In
qiurui
/
glibc
mirror of
git://sourceware.org/git/glibc.git
Watch
1
Star
0
Fork
You've already forked glibc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7e261ba3d8
glibc
/
sysdeps
/
unix
/
sysv
/
linux
/
alpha
/
dl-sysdep.c
3 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
* elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file. * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file. * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape): Move to dl-auxv.h; initialize instead of extern weak. (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef weak symbol. * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape): Extern instead of initialized.
2007-03-13 21:25:16 +00:00
#
include
"dl-auxv.h"
Linux/Alpha startup code in ld.so.
2004-05-07 01:57:04 +00:00
#
include
<sysdeps/unix/sysv/linux/dl-sysdep.c>