summaryrefslogtreecommitdiff
path: root/soft-fp/sysdeps/powerpc/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/sysdeps/powerpc/Versions')
-rw-r--r--soft-fp/sysdeps/powerpc/Versions8
1 files changed, 8 insertions, 0 deletions
diff --git a/soft-fp/sysdeps/powerpc/Versions b/soft-fp/sysdeps/powerpc/Versions
new file mode 100644
index 0000000000..242aaf99cd
--- /dev/null
+++ b/soft-fp/sysdeps/powerpc/Versions
@@ -0,0 +1,8 @@
+libc {
+ GLIBC_2.2 {
+ _q_add; _q_cmp; _q_cmpe; _q_div; _q_dtoq; _q_feq; _q_fge; _q_fgt;
+ _q_fle; _q_flt; _q_fne; _q_itoq; _q_mul; _q_neg; _q_qtod; _q_qtoi;
+ _q_qtos; _q_qtou; _q_sqrt; _q_stoq; _q_sub;
+ _q_utoq;
+ _q_lltoq; _q_qtoll; _q_qtoull; _q_ulltoq;
+}