diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-29 09:07:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-29 09:07:56 +0000 |
commit | baa9f3f31ea57a9e46a487a2a113eb5da4705f62 (patch) | |
tree | ecc38fcc1d531ef4e561c81d9b3793b013df0d78 /sysdeps | |
parent | b7398be5f8ce235f78cf92b21c39f00c150ffe68 (diff) | |
download | glibc-baa9f3f31ea57a9e46a487a2a113eb5da4705f62.tar.gz glibc-baa9f3f31ea57a9e46a487a2a113eb5da4705f62.tar.xz glibc-baa9f3f31ea57a9e46a487a2a113eb5da4705f62.zip |
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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/Versions | 4 | ||||
-rw-r--r-- | sysdeps/m68k/Versions | 6 |
2 files changed, 10 insertions, 0 deletions
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; + } +} |