summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/Versions')
-rw-r--r--sysdeps/m68k/Versions13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysdeps/m68k/Versions b/sysdeps/m68k/Versions
deleted file mode 100644
index f450291a9b..0000000000
--- a/sysdeps/m68k/Versions
+++ /dev/null
@@ -1,13 +0,0 @@
-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;
- }
-}