m68k specific export and versioning list.

This commit is contained in:
Ulrich Drepper 1999-01-29 09:06:03 +00:00
parent ac3b5c24b4
commit a87b0e3624
1 changed files with 6 additions and 0 deletions

6
sysdeps/m68k/Versions Normal file
View File

@ -0,0 +1,6 @@
libc {
GLIBC_2.0 {
# Functions from libgcc.
__divdi3; __moddi3; __udivdi3; __umoddi3;
}
}