aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-29 09:06:03 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-29 09:06:03 +0000
commita87b0e3624267638026c10120cb80d72006585ab (patch)
treea5b82bb3a522ee057e8e819a141dc14889bd20e5 /sysdeps/m68k/Versions
parentac3b5c24b4af9e8eba00f6531380e849d7392460 (diff)
downloadglibc-a87b0e3624267638026c10120cb80d72006585ab.tar
glibc-a87b0e3624267638026c10120cb80d72006585ab.tar.gz
glibc-a87b0e3624267638026c10120cb80d72006585ab.tar.bz2
glibc-a87b0e3624267638026c10120cb80d72006585ab.zip
m68k specific export and versioning list.
Diffstat (limited to 'sysdeps/m68k/Versions')
-rw-r--r--sysdeps/m68k/Versions6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/m68k/Versions b/sysdeps/m68k/Versions
new file mode 100644
index 0000000000..2b020f8f58
--- /dev/null
+++ b/sysdeps/m68k/Versions
@@ -0,0 +1,6 @@
+libc {
+ GLIBC_2.0 {
+ # Functions from libgcc.
+ __divdi3; __moddi3; __udivdi3; __umoddi3;
+ }
+}