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 /ChangeLog | |
parent | 464dce57cc94ec32cb3b02462e99866750f6cefb (diff) | |
download | glibc-2e636c3db77bbbbbd95f7756d860f51ef1588645.zip glibc-2e636c3db77bbbbbd95f7756d860f51ef1588645.tar.gz glibc-2e636c3db77bbbbbd95f7756d860f51ef1588645.tar.bz2 |
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-02-24 Roland McGrath <roland@redhat.com> + * 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>. + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ... * sysdeps/sparc/dl-procinfo.c: ... here, new file. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Moved to ... |