summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-29 09:07:56 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-29 09:07:56 +0000
commitbaa9f3f31ea57a9e46a487a2a113eb5da4705f62 (patch)
treeecc38fcc1d531ef4e561c81d9b3793b013df0d78
parentb7398be5f8ce235f78cf92b21c39f00c150ffe68 (diff)
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.
-rw-r--r--ChangeLog6
-rw-r--r--sysdeps/i386/Versions4
-rw-r--r--sysdeps/m68k/Versions6
3 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f1a26755a..0761012d87 100644
--- 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,
diff --git a/sysdeps/i386/Versions b/sysdeps/i386/Versions
index e5caa559b4..a45b00d1e0 100644
--- a/sysdeps/i386/Versions
+++ b/sysdeps/i386/Versions
@@ -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
index 0000000000..2b020f8f58
--- /dev/null
+++ b/sysdeps/m68k/Versions
@@ -0,0 +1,6 @@
+libc {
+ GLIBC_2.0 {
+ # Functions from libgcc.
+ __divdi3; __moddi3; __udivdi3; __umoddi3;
+ }
+}