diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-28 05:05:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-28 05:05:42 +0000 |
commit | 428bcea4c83ca3b29b69279f99079ed0546d73c6 (patch) | |
tree | 3e24170ae284a72b72d010ba5c1b185b19a47a15 /shlib-versions | |
parent | d64e704c8f38d38694398e7ba7104937a45c8737 (diff) | |
download | glibc-428bcea4c83ca3b29b69279f99079ed0546d73c6.tar.gz |
Update.
2000-03-23 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_int.h (__gconv_transform_ucs2little_internal,
__gconv_transform_internal_ucs2little): Remove declarations.
* iconv/gconv_simple.c (__gconv_transform_ucs2_internal,
__gconv_transform_internal_ucs2): Never need to bswap_16.
(__gconv_transform_ucs2reverse_internal,
__gconv_transform_internal_ucs2reverse): Always need to bswap_16.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shlib-versions b/shlib-versions index f4365eede6..f9f76afc13 100644 --- a/shlib-versions +++ b/shlib-versions @@ -25,11 +25,13 @@ alpha.*-.*-.* libm=6 powerpc-.*-.* libm=6 mips.*-.*-.* libm=6 arm.*-.*-.* libm=6 +ia64-.*-.* libm=6 GLIBC_2.2 # We provide libc.so.6 for Linux kernel versions 2.0 and later. alpha.*-.*-linux.* libc=6.1 # Working mips versions were never released between 2.0 and 2.2. mips.*-.*-linux.* libc=6 GLIBC_2.0 GLIBC_2.2 +ia64-.*-.* libc=6 GLIBC_2.2 .*-.*-linux.* libc=6 # libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release. @@ -51,6 +53,7 @@ sparc64-.*-linux.* ld=ld-linux.so.2 sparc.*-.*-linux.* ld=ld-linux.so.2 alpha.*-.*-linux.* ld=ld-linux.so.2 arm.*-.*-linux.* ld=ld-linux.so.2 +ia64-.*-linux.* ld=ld-linux.so.2 GLIBC_2.2 # We use the ELF ABI standard name for the default. .*-.*-.* ld=ld.so.1 |