aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-14 10:04:07 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-14 10:04:07 +0000
commit2f279b14e76a0a8bef130645cf42786f14b02682 (patch)
tree8fa7e1f2d8d80bf72e2cb9bd233196c92b54fdf3
parent2c255347ec40caf64bf3f89323a5fe4f84eb2665 (diff)
downloadglibc-2f279b14e76a0a8bef130645cf42786f14b02682.tar
glibc-2f279b14e76a0a8bef130645cf42786f14b02682.tar.gz
glibc-2f279b14e76a0a8bef130645cf42786f14b02682.tar.bz2
glibc-2f279b14e76a0a8bef130645cf42786f14b02682.zip
Update.
* sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags): Fix entry for bit 31.
-rw-r--r--ChangeLog3
-rw-r--r--localedata/CHECKSUMS1
-rw-r--r--localedata/ChangeLog3
-rw-r--r--localedata/locales/sv_SE2
-rw-r--r--sysdeps/unix/sysv/linux/i386/dl-procinfo.c4
5 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0afc4764f7..325c23dc2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-01-14 Ulrich Drepper <drepper@redhat.com>
+ * 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 1ca22eb6ea..4478a291c5 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 1d8493590e..717d8c75be 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,8 @@
2003-01-14 Ulrich Drepper <drepper@redhat.com>
+ * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday
+ as 2. Reported by Christian Rose <menthos@gnu.org>.
+
* charmaps/IBM866NAV: New file. Contributed by vidybida@bitp.kiev.ua.
2002-12-03 Roland McGrath <roland@redhat.com>
diff --git a/localedata/locales/sv_SE b/localedata/locales/sv_SE
index 5909b4887c..be76126c55 100644
--- a/localedata/locales/sv_SE
+++ b/localedata/locales/sv_SE
@@ -173,6 +173,8 @@ t_fmt_ampm ""
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
+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 2f2f736761..1631c6504b 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 <drepper@redhat.com>, 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