From aa1b098472059ca29ac9f63439ca8f14e4d625bc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Jun 2000 23:50:37 +0000 Subject: Update. 2000-06-28 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted. Hash table entries are 32 bit on the ia64 (as specified by the ABI), not 64 bit as on the Alpha. * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark change of objects to use 32 bit hash table indices (see above). 2000-06-28 Jes Sorensen * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get prototype for abs(). --- ChangeLog | 14 +++ localedata/ChangeLog | 2 + localedata/locales/de_AT | 142 ++++++++++++++++++-------- localedata/locales/en_GB | 144 +++++++++++++++++++-------- localedata/locales/fr_FR | 142 ++++++++++++++++++-------- localedata/locales/mk_MK | 23 +++-- shlib-versions | 2 +- sysdeps/ieee754/dbl-64/e_exp.c | 3 +- sysdeps/unix/sysv/linux/ia64/bits/elfclass.h | 14 --- 9 files changed, 330 insertions(+), 156 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/ia64/bits/elfclass.h diff --git a/ChangeLog b/ChangeLog index 509bd07..9c75c3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-06-28 Jes Sorensen + + * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted. Hash + table entries are 32 bit on the ia64 (as specified by the ABI), + not 64 bit as on the Alpha. + + * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark + change of objects to use 32 bit hash table indices (see above). + +2000-06-28 Jes Sorensen + + * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get + prototype for abs(). + 2000-06-28 Wolfram Gloger * malloc/malloc.c (chunk_alloc): If extension of the linear heap diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 7a2d407..8e04b16 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,7 @@ 2000-06-28 Ulrich Drepper + * locales/th_TH: Update copyright notice. + * locales/cs_CZ: Updated for new format. Patch by Jakub Jelinek . diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT index 14b2fcf..c6a0d69 100644 --- a/localedata/locales/de_AT +++ b/localedata/locales/de_AT @@ -1,6 +1,5 @@ comment_char % escape_char / -repertoiremap mnemonic.ds % German Language Locale for Austria % Source: O:sterreiches Normungsinstitut @@ -19,28 +18,56 @@ repertoiremap mnemonic.ds % Distribution and use is free, also % for commercial purposes. +LC_IDENTIFICATION +title "German locale for Austria" +source "O:sterreiches Normungsinstitut" +address "Postfach 130, A-1021 Wien" +contact "Gerhard Budin" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "German" +territory "Austria" +revision "1.0" +date "2000-06-28" +% +category "de_AT:2000";LC_IDENTIFICATION +category "de_AT:2000";LC_CTYPE +category "de_AT:2000";LC_COLLATE +category "de_AT:2000";LC_TIME +category "de_AT:2000";LC_NUMERIC +category "de_AT:2000";LC_MONETARY +category "de_AT:2000";LC_MESSAGES +category "de_AT:2000";LC_PAPER +category "de_AT:2000";LC_NAME +category "de_AT:2000";LC_ADDRESS +category "de_AT:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + LC_CTYPE -copy "en_DK" +copy "i18n" END LC_CTYPE LC_COLLATE -copy "en_DK" +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" END LC_COLLATE LC_MESSAGES -yesexpr "<'/>><<(><)/>><.><*>" -noexpr "<'/>><<(><)/>><.><*>" +yesexpr "" +noexpr "" END LC_MESSAGES LC_MONETARY -int_curr_symbol "" -currency_symbol "" -mon_decimal_point "<,>" -mon_thousands_sep "" +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" mon_grouping 3;3 positive_sign "" -negative_sign "<->" +negative_sign "" int_frac_digits 2 frac_digits 2 p_cs_precedes 1 @@ -53,44 +80,73 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "<,>" +decimal_point "" thousands_sep "" grouping 0;0 END LC_NUMERIC LC_TIME -abday "";"";/ - "";"";/ - "";"";/ - "" -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";"";/ - "";"

";/ - "";"";/ - "";"";/ - "

";"";/ - "";"" -mon "";/ - "";/ - "";/ - "

";/ - "";/ - "";/ - "";/ - "";/ - "

";/ - "";/ - "";/ - "" -d_t_fmt "<%><%><%><%><%><%>" -d_fmt "<%><-><%><-><%>" -t_fmt "<%>" +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "" +d_fmt "" +t_fmt "" am_pm "";"" t_fmt_ampm "" END LC_TIME + +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_TELEPHONE +tel_int_fmt "/ +" +tel_dom_fmt "" +int_prefix "" +END LC_TELEPHONE + +LC_MEASUREMENT +measurement 1 +END LC_MEASUREMENT + +LC_NAME +name_fmt "/ +" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +END LC_ADDRESS diff --git a/localedata/locales/en_GB b/localedata/locales/en_GB index 97b5979..5d4e7ab 100644 --- a/localedata/locales/en_GB +++ b/localedata/locales/en_GB @@ -1,6 +1,5 @@ escape_char / comment_char % -repertoiremap mnemonic.ds % English language locale for Britain % Source: RAP @@ -20,22 +19,50 @@ repertoiremap mnemonic.ds % Distribution and use is free, also % for commercial purposes. +LC_IDENTIFICATION +title "English locale for Britain" +source "RAP" +address "Sankt Jo//rgens Alle 8, DK-1615 Ko//benhavn V, Danmark" +contact "Keld Simonsen" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "English" +territory "Great Britain" +revision "1.0" +date "2000-06-28" +% +category "en_GB:2000";LC_IDENTIFICATION +category "en_GB:2000";LC_CTYPE +category "en_GB:2000";LC_COLLATE +category "en_GB:2000";LC_TIME +category "en_GB:2000";LC_NUMERIC +category "en_GB:2000";LC_MONETARY +category "en_GB:2000";LC_MESSAGES +category "en_GB:2000";LC_PAPER +category "en_GB:2000";LC_NAME +category "en_GB:2000";LC_ADDRESS +category "en_GB:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + LC_CTYPE -copy "en_DK" +copy "i18n" END LC_CTYPE LC_COLLATE -copy "en_DK" +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" END LC_COLLATE LC_MONETARY -int_curr_symbol "

" -currency_symbol "" -mon_decimal_point "<.>" -mon_thousands_sep "<,>" +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" mon_grouping 3;3 positive_sign "" -negative_sign "<->" +negative_sign "" int_frac_digits 2 frac_digits 2 p_cs_precedes 1 @@ -47,49 +74,78 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "<.>" -thousands_sep "<,>" +decimal_point "" +thousands_sep "" grouping 3;3 END LC_NUMERIC LC_TIME -abday "";"";/ - "";"";/ - "";"";/ - "" -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";"";/ - "";"

";/ - "";"";/ - "";"";/ - "

";"";/ - "";"" -mon "";/ - "";/ - "";/ - "

";/ - "";/ - "";/ - "";/ - "";/ - "

";/ - "";/ - "";/ - "" -d_t_fmt "<%><%><%><%><%><%>" -d_fmt "<%><%><%>" -t_fmt "<%>" +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "" +d_fmt "" +t_fmt "" am_pm "";"" t_fmt_ampm "" END LC_TIME LC_MESSAGES -yesexpr "<'/>><<(><)/>><.><*>" -noexpr "<'/>><<(><)/>><.><*>" +yesexpr "" +noexpr "" END LC_MESSAGES + +LC_PAPER +height 279 +width 216 +END LC_PAPER + +LC_TELEPHONE +tel_int_fmt "/ +" +tel_dom_fmt "" +int_prefix "" +END LC_TELEPHONE + +LC_MEASUREMENT +measurement 2 +END LC_MEASUREMENT + +LC_NAME +name_fmt "/ +" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +END LC_ADDRESS diff --git a/localedata/locales/fr_FR b/localedata/locales/fr_FR index d5a9dc6..8286d5b 100644 --- a/localedata/locales/fr_FR +++ b/localedata/locales/fr_FR @@ -1,6 +1,5 @@ comment_char % escape_char / -repertoiremap mnemonic.ds % % French Language Locale for France % Source: RAP @@ -20,27 +19,55 @@ repertoiremap mnemonic.ds % Distribution and use is free, also % for commercial purposes. +LC_IDENTIFICATION +title "French locale for France" +source "RAP" +address "Sankt Jo//rgens Alle 8, DK-1615 Ko//benhavn V, Danmark" +contact "Keld Simonsen" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "French" +territory "France" +revision "1.0" +date "2000-06-28" +% +category "fr_FR:2000";LC_IDENTIFICATION +category "fr_FR:2000";LC_CTYPE +category "fr_FR:2000";LC_COLLATE +category "fr_FR:2000";LC_TIME +category "fr_FR:2000";LC_NUMERIC +category "fr_FR:2000";LC_MONETARY +category "fr_FR:2000";LC_MESSAGES +category "fr_FR:2000";LC_PAPER +category "fr_FR:2000";LC_NAME +category "fr_FR:2000";LC_ADDRESS +category "fr_FR:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + LC_CTYPE -copy "en_DK" +copy "i18n" END LC_CTYPE LC_COLLATE -copy "en_DK" +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" END LC_COLLATE LC_MESSAGES -yesexpr "<'/>><<(><)/>><.><*>" -noexpr "<'/>><<(><)/>><.><*>" +yesexpr "" +noexpr "" END LC_MESSAGES LC_MONETARY -int_curr_symbol "" -currency_symbol "" -mon_decimal_point "<,>" -mon_thousands_sep "" +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" mon_grouping 3;3 positive_sign "" -negative_sign "<->" +negative_sign "" int_frac_digits 2 frac_digits 2 p_cs_precedes 0 @@ -52,44 +79,73 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "<,>" +decimal_point "" thousands_sep "" grouping 0;0 END LC_NUMERIC LC_TIME -abday "";"";/ - "";"";/ - "";"";/ - "" -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";"";/ - "";"";/ - "";"";/ - "";">";/ - "

";"";/ - "";"" -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - ">";/ - "

";/ - "";/ - "";/ - "" -d_t_fmt "<%><%><%><%><%><%>" -d_fmt "<%><.><%><.><%>" -t_fmt "<%>" +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "" +d_fmt "" +t_fmt "" am_pm "";"" t_fmt_ampm "" END LC_TIME + +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_TELEPHONE +tel_int_fmt "/ +" +tel_dom_fmt "" +int_prefix "" +END LC_TELEPHONE + +LC_MEASUREMENT +measurement 1 +END LC_MEASUREMENT + +LC_NAME +name_fmt "/ +" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +END LC_ADDRESS diff --git a/localedata/locales/mk_MK b/localedata/locales/mk_MK index 2b91494..e0c99d2 100644 --- a/localedata/locales/mk_MK +++ b/localedata/locales/mk_MK @@ -5,11 +5,11 @@ escape_char / % Address: % Contact: Damjan Georgievski % Email: gdamjan@freemail.org.mk -% Tel: +% Tel: none % Fax: none % Language: mk % Territory: MK -% Revision: 0.2 +% Revision: 0.4 (2000-06-28) % Date: 1999-12-22 % Application: general % Users: general @@ -20,7 +20,8 @@ escape_char / % % Based on the rusian locale, % sligtly changed to reflect macedonian language. -% To compile: localedef -i mk_MK -f ISO-8859-5 mk_MK +% To compile: localedef -i mk_MK.src -u mnemonic.ds -f ISO-8859-5 mk_MK +% Or, optional: localedef -i mk_MK.src -u mnemonic.ds -f CP1251 mk_MK.cp1251 LC_COLLATE % Base collation scheme: 1994-03-22 @@ -3015,12 +3016,12 @@ toupper (,);(,);/ END LC_CTYPE LC_TIME -abday "";"";"";"";"";"";"" -day "";"";"";"";"";"";"" -abmon "";"";"";"";"";"";"";"";"";"";"";"" -mon "";"";"";"";"";"";"";"";"";"";"";"" +abday "";"";"";"";"";"";"" +day "";"";"";"";"";"";"" +abmon "";"";"";"";"";"";"";"";"";"";"";"" +mon "";"";"";"";"";"";"";"";"";"";"";"" d_t_fmt "<%><%><%><%><%><%>" -d_fmt "<%><-><%><-><%>" +d_fmt "<%><%><%>" t_fmt "<%>" am_pm "";"" t_fmt_ampm "" @@ -3030,7 +3031,7 @@ LC_MONETARY int_curr_symbol "" currency_symbol "" mon_decimal_point "<,>" -mon_thousands_sep "<.>" +mon_thousands_sep "" mon_grouping 3;3 positive_sign "" negative_sign "<->" @@ -3046,12 +3047,14 @@ END LC_MONETARY LC_NUMERIC decimal_point "<,>" -thousands_sep "<.>" +thousands_sep "" grouping 3;3 END LC_NUMERIC LC_MESSAGES yesexpr "<<(><1><)/>><.><*>" noexpr "<<(><0><)/>><.><*>" +yesstr "" +nostr "" END LC_MESSAGES diff --git a/shlib-versions b/shlib-versions index 3da776e..ef6d94f 100644 --- a/shlib-versions +++ b/shlib-versions @@ -57,7 +57,7 @@ sparc.*-.*-linux.* ld=ld-linux.so.2 alpha.*-.*-linux.* ld=ld-linux.so.2 arm.*-.*-linux.* ld=ld-linux.so.2 sh.*-.*-linux.* ld=ld-linux.so.2 GLIBC_2.2 -ia64-.*-linux.* ld=ld-linux-ia64.so.1 GLIBC_2.2 +ia64-.*-linux.* ld=ld-linux-ia64.so.2 GLIBC_2.2 mips.*-.*-linux.* ld=ld.so.1 GLIBC_2.0 GLIBC_2.2 # We use the ELF ABI standard name for the default. .*-.*-.* ld=ld.so.1 diff --git a/sysdeps/ieee754/dbl-64/e_exp.c b/sysdeps/ieee754/dbl-64/e_exp.c index ee0b22f..6486cc3 100644 --- a/sysdeps/ieee754/dbl-64/e_exp.c +++ b/sysdeps/ieee754/dbl-64/e_exp.c @@ -1,5 +1,5 @@ /* Double-precision floating point e^x. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Geoffrey Keating @@ -55,6 +55,7 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif +#include #include #include #include diff --git a/sysdeps/unix/sysv/linux/ia64/bits/elfclass.h b/sysdeps/unix/sysv/linux/ia64/bits/elfclass.h deleted file mode 100644 index de0c694..0000000 --- a/sysdeps/unix/sysv/linux/ia64/bits/elfclass.h +++ /dev/null @@ -1,14 +0,0 @@ -/* This file specifies the native word size of the machine, which indicates - the ELF file class used for executables and shared objects on this - machine. */ - -#ifndef _LINK_H -# error "Never use directly; include instead." -#endif - -#include - -#define __ELF_NATIVE_CLASS __WORDSIZE - -/* Linux/ia64, like the Alpha has the .hash section with 64 bit entries. */ -typedef uint64_t Elf_Symndx; -- cgit v1.1