about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-02-27 20:33:25 -0800
committerDavid S. Miller <davem@davemloft.net>2012-02-27 20:33:25 -0800
commitd6b5aa5879729713ffd27d38307e373bf60b0049 (patch)
tree6602d6b33271eb52bd022c8870252d292b9ecbcc /ChangeLog
parent433f48bf3ba7120b9a16ed4816d630f250ea4d92 (diff)
downloadglibc-d6b5aa5879729713ffd27d38307e373bf60b0049.tar.gz
glibc-d6b5aa5879729713ffd27d38307e373bf60b0049.tar.xz
glibc-d6b5aa5879729713ffd27d38307e373bf60b0049.zip
Fix %fp/%sp typo in new sparc ceil{,f} assembler.
	* sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
	frame pointer instead of stack pointer relative arg slot.
	* sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
	* sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
	* sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d00ab102b0..df43a71138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-02-27  David S. Miller  <davem@davemloft.net>
+
+	* sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
+	frame pointer instead of stack pointer relative arg slot.
+	* sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
+	* sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
+	* sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
+
 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
 
 	[BZ #3992]