mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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.
15 lines
229 B
Text
15 lines
229 B
Text
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;
|
|
}
|
|
}
|