mirror of git://sourceware.org/git/glibc.git
Update.
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.
This commit is contained in:
parent
b7398be5f8
commit
baa9f3f31e
|
|
@ -1,3 +1,9 @@
|
||||||
|
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.
|
||||||
|
|
||||||
1999-01-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
1999-01-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||||
|
|
||||||
* sysdeps/wordsize-32/stdint.h (INT8_C, INT16_C, INT32_C, INT64_C,
|
* sysdeps/wordsize-32/stdint.h (INT8_C, INT16_C, INT32_C, INT64_C,
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
libc {
|
libc {
|
||||||
|
GLIBC_2.0 {
|
||||||
|
# Functions from libgcc.
|
||||||
|
__divdi3; __moddi3; __udivdi3; __umoddi3;
|
||||||
|
}
|
||||||
GLIBC_2.1 {
|
GLIBC_2.1 {
|
||||||
# global variable
|
# global variable
|
||||||
_fp_hw;
|
_fp_hw;
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
libc {
|
||||||
|
GLIBC_2.0 {
|
||||||
|
# Functions from libgcc.
|
||||||
|
__divdi3; __moddi3; __udivdi3; __umoddi3;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue