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:
Ulrich Drepper 1999-01-29 09:07:56 +00:00
parent b7398be5f8
commit baa9f3f31e
3 changed files with 16 additions and 0 deletions

View File

@ -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>
* sysdeps/wordsize-32/stdint.h (INT8_C, INT16_C, INT32_C, INT64_C,

View File

@ -1,4 +1,8 @@
libc {
GLIBC_2.0 {
# Functions from libgcc.
__divdi3; __moddi3; __udivdi3; __umoddi3;
}
GLIBC_2.1 {
# global variable
_fp_hw;

6
sysdeps/m68k/Versions Normal file
View File

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