Versions 762 B

1234567891011121314151617181920212223
  1. libc {
  2. GLIBC_2.0 {
  3. # functions used in other libraries
  4. __ieee_get_fp_control; __ieee_set_fp_control;
  5. }
  6. }
  7. libm {
  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. # functions implementing new complex float abi
  16. cabsf; cacosf; cacoshf; cargf; casinf;
  17. casinhf; catanf; catanhf; ccosf; ccoshf;
  18. cexpf; cimagf; clog10f; clogf; conjf;
  19. cpowf; cprojf; crealf; csinf; csinhf;
  20. csqrtf; ctanf; ctanhf;
  21. }
  22. }