mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
* sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags): Fix entry for bit 31.
This commit is contained in:
parent
2c255347ec
commit
2f279b14e7
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user