From 2f279b14e76a0a8bef130645cf42786f14b02682 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Jan 2003 10:04:07 +0000 Subject: Update. * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags): Fix entry for bit 31. --- sysdeps/unix/sysv/linux/i386/dl-procinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps') 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 , 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 -- cgit 1.4.1