summary refs log tree commit diff
path: root/ports/sysdeps/alpha/soft-fp/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/alpha/soft-fp/Versions')
-rw-r--r--ports/sysdeps/alpha/soft-fp/Versions8
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/sysdeps/alpha/soft-fp/Versions b/ports/sysdeps/alpha/soft-fp/Versions
new file mode 100644
index 0000000000..3901287115
--- /dev/null
+++ b/ports/sysdeps/alpha/soft-fp/Versions
@@ -0,0 +1,8 @@
+libc {
+  GLIBC_2.3.4 {
+    _OtsAddX; _OtsSubX; _OtsMulX; _OtsDivX;
+    _OtsEqlX; _OtsNeqX; _OtsLssX; _OtsLeqX; _OtsGtrX; _OtsGeqX;
+    _OtsCvtQX; _OtsCvtQUX; _OtsCvtXQ; _OtsNintXQ;
+    _OtsConvertFloatTX; _OtsConvertFloatXT;
+  }
+}