blob: ac3bff9b780888c2d7ae287e473ac942c1189aa4 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001ld {
2 GLIBC_PRIVATE {
3 # ia64 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 # Functions from libgcc.
11 __divtf3; __divdf3; __divsf3; __divdi3; __moddi3; __udivdi3; __umoddi3;
12 __multi3;
13 }
14}
15libm {
16 GLIBC_2.1 {
17 # A generic bug got this omitted from other configurations' version
18 # sets, but we always had it.
19 exp2l;
20 }
21}