mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
Update.
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>.
This commit is contained in:
parent
eb4063467c
commit
e1252e2825
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user