blob: 0eccce390115e3d89b170a0a3e3028b5e073a629 (
plain)
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 {
__libc_ia64_register_backing_store_base;
}
}
|