]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
m68k specific export and versioning list.
authorUlrich Drepper <drepper@redhat.com>
Fri, 29 Jan 1999 09:06:03 +0000 (09:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 29 Jan 1999 09:06:03 +0000 (09:06 +0000)
sysdeps/m68k/Versions [new file with mode: 0644]

diff --git a/sysdeps/m68k/Versions b/sysdeps/m68k/Versions
new file mode 100644 (file)
index 0000000..2b020f8
--- /dev/null
@@ -0,0 +1,6 @@
+libc {
+  GLIBC_2.0 {
+    # Functions from libgcc.
+    __divdi3; __moddi3; __udivdi3; __umoddi3;
+  }
+}