]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 4 May 1998 14:12:10 +0000 (14:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 4 May 1998 14:12:10 +0000 (14:12 +0000)
1998-05-04  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
relocations.  Patch by Joe Keane <jgk@jgk.org>.

ChangeLog
sysdeps/unix/sysv/linux/i386/dl-procinfo.h

index 8aac056300ed357cdb8c912b87afc0e242660997..ed9dd7bf6ebc3bab1c5c2c7a6ad75d0984ca0922 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
+       relocations.  Patch by Joe Keane <jgk@jgk.org>.
+
 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
 
        * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
index 85baf74496fb661ade096b3f0cf774b2ce7d24a0..4520e6cfe068d47359f5599ff0ba51888f621987 100644 (file)
@@ -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",
This page took 0.052325 seconds and 5 git commands to generate.