1libc {
2  GLIBC_2.0 {
3    # functions with special/multiple interfaces
4    __divqu; __remqu; __divqs; __remqs; __divlu; __remlu; __divls;
5    __remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
6  }
7  GLIBC_2.3.4 {
8    _OtsAddX; _OtsSubX; _OtsMulX; _OtsDivX;
9    _OtsEqlX; _OtsNeqX; _OtsLssX; _OtsLeqX; _OtsGtrX; _OtsGeqX;
10    _OtsCvtQX; _OtsCvtQUX; _OtsCvtXQ; _OtsNintXQ;
11    _OtsConvertFloatTX; _OtsConvertFloatXT;
12  }
13}
14libm {
15  GLIBC_2.0 {
16    # used in inline functions.
17    __atan2;
18  }
19  GLIBC_2.18 {
20    # forgotten when the symbols were added to glibc 2.15 for other targets
21    __sqrt_finite; __sqrtf_finite; __sqrtl_finite;
22  }
23}
24