diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-25 01:57:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-25 01:57:49 +0000 |
commit | 2e636c3db77bbbbbd95f7756d860f51ef1588645 (patch) | |
tree | 80419fe90241bef9aea927137b25b9a3ed513783 /sysdeps/sparc/dl-procinfo.c | |
parent | 464dce57cc94ec32cb3b02462e99866750f6cefb (diff) | |
download | glibc-2e636c3db77bbbbbd95f7756d860f51ef1588645.tar.gz glibc-2e636c3db77bbbbbd95f7756d860f51ef1588645.tar.xz glibc-2e636c3db77bbbbbd95f7756d860f51ef1588645.zip |
* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.
* sysdeps/sparc/dl-procinfo.h (HWCAP_IMPORTANT): Add it. (_DL_HWCAP_COUNT): Increase to 7. * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add "v9v". From David S. Miller <davem@sunset.davemloft.net>.
Diffstat (limited to 'sysdeps/sparc/dl-procinfo.c')
-rw-r--r-- | sysdeps/sparc/dl-procinfo.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/sparc/dl-procinfo.c b/sysdeps/sparc/dl-procinfo.c index c8bb614936..71f76aae44 100644 --- a/sysdeps/sparc/dl-procinfo.c +++ b/sysdeps/sparc/dl-procinfo.c @@ -47,12 +47,10 @@ #if !defined PROCINFO_DECL && defined SHARED ._dl_sparc_cap_flags #else -PROCINFO_CLASS const char _dl_sparc_cap_flags[6][7] +PROCINFO_CLASS const char _dl_sparc_cap_flags[7][7] #endif #ifndef PROCINFO_DECL -= { - "flush", "stbar", "swap", "muldiv", "v9", "ultra3" - } + = { "flush", "stbar", "swap", "muldiv", "v9", "ultra3", "v9v" }; #endif #if !defined SHARED || defined PROCINFO_DECL ; |