mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-24 01:41:39 +03:00
The generic __rtld_static_init code handles GLRO (dl_pagesize), GLRO (dl_auxv), GLRO (dl_hwcap), GLRO (dl_hwcap2). GLRO (dl_cache_line_size) is handled in an __rtld_static_init_arch override. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
18 lines
239 B
Plaintext
18 lines
239 B
Plaintext
libc {
|
|
GLIBC_PRIVATE {
|
|
__vdso_get_tbfreq;
|
|
__vdso_clock_gettime;
|
|
__vdso_clock_getres;
|
|
__vdso_getcpu;
|
|
__vdso_time;
|
|
}
|
|
}
|
|
libm {
|
|
GLIBC_2.19 {
|
|
}
|
|
}
|
|
libpthread {
|
|
GLIBC_2.6 {
|
|
__libpthread_version_placeholder;
|
|
}
|
|
} |