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/m68k | |
parent | b7398be5f8ce235f78cf92b21c39f00c150ffe68 (diff) | |
download | glibc-baa9f3f31ea57a9e46a487a2a113eb5da4705f62.tar glibc-baa9f3f31ea57a9e46a487a2a113eb5da4705f62.tar.gz glibc-baa9f3f31ea57a9e46a487a2a113eb5da4705f62.tar.bz2 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/m68k')
-rw-r--r-- | sysdeps/m68k/Versions | 6 |
1 files changed, 6 insertions, 0 deletions
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; + } +} |