about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
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 /sysdeps/unix/sysv/linux/i386
parent2c255347ec40caf64bf3f89323a5fe4f84eb2665 (diff)
downloadglibc-2f279b14e76a0a8bef130645cf42786f14b02682.tar.gz
glibc-2f279b14e76a0a8bef130645cf42786f14b02682.tar.xz
glibc-2f279b14e76a0a8bef130645cf42786f14b02682.zip
Update.
	* sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
	Fix entry for bit 31.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r--sysdeps/unix/sysv/linux/i386/dl-procinfo.c4
1 files changed, 2 insertions, 2 deletions
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