blob: c9723b474645d4f72044c76e9e6f12089bef10a0 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001ld {
2 GLIBC_PRIVATE {
3 # hppa specific functions in the dynamic linker, but used by libc.so.
4 _dl_symbol_address; _dl_lookup_address;
5 _dl_function_address;
6 }
7}
8libc {
9 GLIBC_2.2 {
10 __clz_tab;
11 }
12}