about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-25 01:57:49 +0000
committerRoland McGrath <roland@gnu.org>2006-02-25 01:57:49 +0000
commit2e636c3db77bbbbbd95f7756d860f51ef1588645 (patch)
tree80419fe90241bef9aea927137b25b9a3ed513783 /ChangeLog
parent464dce57cc94ec32cb3b02462e99866750f6cefb (diff)
downloadglibc-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 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab2d56e955..825f76c8da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ...