mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 22:00:08 +00:00
95a4e1ea3b
A recently-added test (dlfcn/tststatic5) pointed out that tile was not properly initializing the variable pagesize in certain cases. This change just copies the existing code from MIPS.
18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
ld {
|
|
GLIBC_PRIVATE {
|
|
# used for loading by static libraries
|
|
_dl_var_init;
|
|
}
|
|
}
|
|
libc {
|
|
GLIBC_2.12 {
|
|
_flush_cache;
|
|
cacheflush;
|
|
fallocate64;
|
|
set_dataplane;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__syscall_error;
|
|
}
|
|
}
|