mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
e8f9994576
* 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.
3 lines
49 B
C
3 lines
49 B
C
#include "dl-auxv.h"
|
|
#include <elf/dl-support.c>
|