blob: b1df498940413381f96e155645ffd4644b4715f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
ld {
GLIBC_2.2 {
# ia64 specific functions in the dynamic linker, but used by libc.so.
_dl_symbol_address; _dl_unmap; _dl_lookup_address;
_dl_function_address;
}
GLIBC_2.2.3 {
_dl_cpuclock_offset;
}
}
|