about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/m68k/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/m68k/Versions')
-rw-r--r--REORG.TODO/sysdeps/m68k/Versions13
1 files changed, 13 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/m68k/Versions b/REORG.TODO/sysdeps/m68k/Versions
new file mode 100644
index 0000000000..f450291a9b
--- /dev/null
+++ b/REORG.TODO/sysdeps/m68k/Versions
@@ -0,0 +1,13 @@
+libc {
+  GLIBC_2.0 {
+    # Functions from libgcc.
+    __divdi3; __moddi3; __udivdi3; __umoddi3;
+  }
+}
+libm {
+  GLIBC_2.1 {
+    # A generic bug got this omitted from other configurations' version
+    # sets, but we always had it.
+    exp2l;
+  }
+}