Remove "[Add new features here]" for 2.27
[glibc.git] / sysdeps / ia64 / Versions
blobac3bff9b780888c2d7ae287e473ac942c1189aa4
1 ld {
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   }
8 libc {
9   GLIBC_2.2 {
10     # Functions from libgcc.
11     __divtf3; __divdf3; __divsf3; __divdi3; __moddi3; __udivdi3; __umoddi3;
12     __multi3;
13   }
15 libm {
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   }