mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 12:50:05 +00:00
baa9f3f31e
1999-01-29 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/Versions: Exports functions from libgcc sinc ethis is what was done in glibc 2.0. * sysdeps/m68k/Versions: Likewise. New file.
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Functions from libgcc.
|
|
__divdi3; __moddi3; __udivdi3; __umoddi3;
|
|
}
|
|
}
|