mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-27 19:22:00 +03:00
The symbol was moved using scripts/move-symbol-to-libc.py. It is necessary to arrange for a __libpthread_version_placeholder@GLIBC_2.6 on some of the powerpc targets. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
24 lines
327 B
Plaintext
24 lines
327 B
Plaintext
ld {
|
|
GLIBC_PRIVATE {
|
|
# used for loading by static libraries
|
|
_dl_var_init;
|
|
}
|
|
}
|
|
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;
|
|
}
|
|
} |