mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20: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.
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Functions from libgcc.
|
|
__divdi3; __moddi3; __udivdi3; __umoddi3;
|
|
}
|
|
GLIBC_2.1 {
|
|
# global variable
|
|
_fp_hw;
|
|
}
|
|
}
|