diff options
author | Andreas Jaeger <aj@suse.de> | 2000-09-13 17:26:22 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-09-13 17:26:22 +0000 |
commit | 56f77c8b96b9f7fe9d4687d98ca7efc63b62f978 (patch) | |
tree | 0f7fd27fd580cc61feb899817bdd7b37ae8bbeb4 | |
parent | c0d99958f9f329400d25040b3d422fa937522b65 (diff) | |
download | glibc-56f77c8b96b9f7fe9d4687d98ca7efc63b62f978.tar glibc-56f77c8b96b9f7fe9d4687d98ca7efc63b62f978.tar.gz glibc-56f77c8b96b9f7fe9d4687d98ca7efc63b62f978.tar.bz2 glibc-56f77c8b96b9f7fe9d4687d98ca7efc63b62f978.zip |
* shlib-versions: libBrokenLocale needs minimal version for ia64,
sparc64 and sh to synch with libc.
2000-09-13 Andreas Jaeger <aj@suse.de>
* shlib-versions: libBrokenLocale needs minimal version for ia64,
sparc64 and sh to synch with libc.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | shlib-versions | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-09-13 Andreas Jaeger <aj@suse.de> + + * shlib-versions: libBrokenLocale needs minimal version for ia64, + sparc64 and sh to synch with libc. + 2000-09-13 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add ISO-2022-CN-EXT. diff --git a/shlib-versions b/shlib-versions index 685b8a329d..ceed6bf0b3 100644 --- a/shlib-versions +++ b/shlib-versions @@ -104,6 +104,9 @@ alpha.*-.*-linux.* libcrypt=1.1 # The gross patch for programs assuming broken locale implementations. alpha.*-.*-linux.* libBrokenLocale=1.1 +ia64-.*-.* libBrokenLocale=1 GLIBC_2.2 +sh.*-.*-.* libBrokenLocale=1 GLIBC_2.2 +sparc64-.*-.* libBrokenLocale=1 GLIBC_2.2 .*-.*-.* libBrokenLocale=1 # The real-time library from POSIX.1b. |