Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 29 Jan 1999 09:07:56 +0000 (09:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 29 Jan 1999 09:07:56 +0000 (09:07 +0000)
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.

ChangeLog
sysdeps/i386/Versions
sysdeps/m68k/Versions [new file with mode: 0644]

index 2f1a267..0761012 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index e5caa55..a45b00d 100644 (file)
@@ -1,4 +1,8 @@
 libc {
+  GLIBC_2.0 {
+    # Functions from libgcc.
+    __divdi3; __moddi3; __udivdi3; __umoddi3;
+  }
   GLIBC_2.1 {
     # global variable
     _fp_hw;
diff --git a/sysdeps/m68k/Versions b/sysdeps/m68k/Versions
new file mode 100644 (file)
index 0000000..2b020f8
--- /dev/null
@@ -0,0 +1,6 @@
+libc {
+  GLIBC_2.0 {
+    # Functions from libgcc.
+    __divdi3; __moddi3; __udivdi3; __umoddi3;
+  }
+}