From dc3b5786d2ec208fab58a0297226fce064ceda28 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 7 Jun 2000 23:43:59 +0000 Subject: Update. 2000-06-07 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Update. --- sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps') 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) -- cgit v1.2.3-70-g09d2