1libc {
2  GLIBC_2.0 {
3    # functions used in other libraries
4    __ieee_get_fp_control; __ieee_set_fp_control;
5  }
6}
7libm {
8  GLIBC_2.3.4 {
9    # functions implementing old complex float abi
10    __c1_cabsf; __c1_cacosf; __c1_cacoshf; __c1_cargf; __c1_casinf;
11    __c1_casinhf; __c1_catanf; __c1_catanhf; __c1_ccosf; __c1_ccoshf;
12    __c1_cexpf; __c1_cimagf; __c1_clog10f; __c1_clogf; __c1_conjf;
13    __c1_cpowf; __c1_cprojf; __c1_crealf; __c1_csinf; __c1_csinhf;
14    __c1_csqrtf; __c1_ctanf; __c1_ctanhf;
15
16    # functions implementing new complex float abi
17    cabsf; cacosf; cacoshf; cargf; casinf;
18    casinhf; catanf; catanhf; ccosf; ccoshf;
19    cexpf; cimagf; clog10f; clogf; conjf;
20    cpowf; cprojf; crealf; csinf; csinhf;
21    csqrtf; ctanf; ctanhf;
22  }
23}
24