about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-07 23:43:59 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-07 23:43:59 +0000
commitdc3b5786d2ec208fab58a0297226fce064ceda28 (patch)
treed1dba56ab45fb5ab7a2cd5a76b80dc85e5542c98 /sysdeps
parent3fc9ca4e389ff1606a4883d50401eaa1a777a07e (diff)
downloadglibc-dc3b5786d2ec208fab58a0297226fce064ceda28.tar.gz
glibc-dc3b5786d2ec208fab58a0297226fce064ceda28.tar.xz
glibc-dc3b5786d2ec208fab58a0297226fce064ceda28.zip
Update.
2000-06-07  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
	Update.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/i386/dl-procinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/dl-procinfo.h b/sysdeps/unix/sysv/linux/i386/dl-procinfo.h
index 566b76b8fc..c4a4e324e6 100644
--- a/sysdeps/unix/sysv/linux/i386/dl-procinfo.h
+++ b/sysdeps/unix/sysv/linux/i386/dl-procinfo.h
@@ -27,8 +27,8 @@ static const char x86_cap_flags[][7] =
   {
     "fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce",
     "cx8", "apic", "10", "sep", "mtrr", "pge", "mca", "cmov",
-    "pat", "pse36", "18", "19", "20", "21", "22", "mmx",
-    "osfxsr", "25", "26", "27", "28", "29", "30", "amd3d"
+    "pat", "pse36", "psn", "19", "20", "21", "22", "mmx",
+    "osfxsr", "xmm", "26", "27", "28", "29", "30", "amd3d"
   };
 #define _DL_HWCAP_COUNT 32
 
@@ -89,7 +89,7 @@ __attribute__ ((unused))
 _dl_string_hwcap (const char *str)
 {
   int i;
-  
+
   for (i = 0; i < _DL_HWCAP_COUNT; i++)
     {
       if (strcmp (str, x86_cap_flags[i]) == 0)