mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 00:31:08 +00:00
7b1f8b581f
This patch fixes dlfcn/tststatic5 for PowerPC where pagesize variable was not properly initialized in certain cases. This patch is based on other architecture code.
16 lines
229 B
Plaintext
16 lines
229 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;
|
|
}
|
|
}
|