From 2f279b14e76a0a8bef130645cf42786f14b02682 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Jan 2003 10:04:07 +0000 Subject: [PATCH] Update. * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags): Fix entry for bit 31. --- ChangeLog | 3 +++ localedata/CHECKSUMS | 1 + localedata/ChangeLog | 3 +++ localedata/locales/sv_SE | 2 ++ sysdeps/unix/sysv/linux/i386/dl-procinfo.c | 4 ++-- 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0afc476..325c23d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-01-14 Ulrich Drepper + * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags): + Fix entry for bit 31. + * iconvdata/Makefile: Add rules to build IBM866NAV. * iconvdata/ibm866nav.c: New file. * iconvdata/tst-tables.sh: Add IBM866NAV. diff --git a/localedata/CHECKSUMS b/localedata/CHECKSUMS index 1ca22eb..4478a29 100644 --- a/localedata/CHECKSUMS +++ b/localedata/CHECKSUMS @@ -169,6 +169,7 @@ d663303a0f58dab4a6eb28a66a64b94e charmaps/IBM863 754b798ba5e75bc05fd2171f425261ed charmaps/IBM864 b6a61bfb10e0e97b6e6acfa85b974e54 charmaps/IBM865 a97d1ae5b7e1042e9fd64b25ed471f40 charmaps/IBM866 +ed3787887442af7cc8e03cb440bd22e3 charmaps/IBM866NAV 3c687466bbe8924d247de33aefc3b39c charmaps/IBM868 25a012edcc641079a92e48b7daaefb6c charmaps/IBM869 f06c133a6a95e36ed4bfd25def526769 charmaps/IBM870 diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 1d84935..717d8c7 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2003-01-14 Ulrich Drepper + * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday + as 2. Reported by Christian Rose . + * charmaps/IBM866NAV: New file. Contributed by vidybida@bitp.kiev.ua. 2002-12-03 Roland McGrath diff --git a/localedata/locales/sv_SE b/localedata/locales/sv_SE index 5909b48..be76126 100644 --- a/localedata/locales/sv_SE +++ b/localedata/locales/sv_SE @@ -173,6 +173,8 @@ t_fmt_ampm "" date_fmt "/ / " +first_weekday 2 +first_workday 2 END LC_TIME LC_MESSAGES diff --git a/sysdeps/unix/sysv/linux/i386/dl-procinfo.c b/sysdeps/unix/sysv/linux/i386/dl-procinfo.c index 2f2f736..1631c65 100644 --- a/sysdeps/unix/sysv/linux/i386/dl-procinfo.c +++ b/sysdeps/unix/sysv/linux/i386/dl-procinfo.c @@ -1,5 +1,5 @@ /* Data for Linux/i386 version of processor capability information. - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2001. @@ -53,7 +53,7 @@ const char _dl_x86_cap_flags[32][8] "fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce", "cx8", "apic", "10", "sep", "mtrr", "pge", "mca", "cmov", "pat", "pse36", "pn", "clflush", "20", "dts", "acpi", "mmx", - "fxsr", "sse", "sse2", "ss", "ht", "tm", "ia64", "amd3d" + "fxsr", "sse", "sse2", "ss", "ht", "tm", "ia64", "pbe" } #endif #if !defined SHARED || defined PROCINFO_DECL -- 2.7.4