From e1252e282559645a5a4093f747ff5a44516dda9b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 May 1998 14:12:10 +0000 Subject: Update. 1998-05-04 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty relocations. Patch by Joe Keane . --- sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/i386/dl-procinfo.h b/sysdeps/unix/sysv/linux/i386/dl-procinfo.h index 85baf74496..4520e6cfe0 100644 --- a/sysdeps/unix/sysv/linux/i386/dl-procinfo.h +++ b/sysdeps/unix/sysv/linux/i386/dl-procinfo.h @@ -21,7 +21,9 @@ #ifndef _DL_PROCINFO_H #define _DL_PROCINFO_H 1 -static const char *x86_cap_flags[] = +/* If anything should be added here check whether the size of each string + is still ok with the given array size. */ +static const char x86_cap_flags[][7] = { "fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce", "cx8", "apic", "10", "sep", "mtrr", "pge", "mca", "cmov", -- cgit 1.4.1