changeset 2721:26bdb437215d

Fix PUSH/POP thinko in soft-fp builds. 2011-10-28 Andrew Haley <aph@redhat.com> * arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S (PUSHD0) Use PUSH, not POP.
author aph
date Fri, 28 Oct 2011 11:46:11 -0400
parents 3885df4d608f
children 0d4f47d2edbf
files ChangeLog arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 28 14:52:52 2011 +0100
+++ b/ChangeLog	Fri Oct 28 11:46:11 2011 -0400
@@ -1,3 +1,8 @@
+2011-10-28  Andrew Haley  <aph@redhat.com>
+
+	* arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S (PUSHD0)
+	Use PUSH, not POP.
+
 2011-10-28  Andrew Haley  <aph@redhat.com>
 
 	* Makefile.am (ICEDTEA_PATCHES): Add patches/arm-debug.patch.
--- a/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S	Fri Oct 28 14:52:52 2011 +0100
+++ b/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S	Fri Oct 28 11:46:11 2011 -0400
@@ -382,7 +382,7 @@
 	fsts s0, [stack, #4]
 	fsts s1, [stack, #8]
 #else
-	POP r0, r1
+	PUSH r0, r1
 #endif
 	.endm