Fix soft-fp builds
Andrew Haley
aph at redhat.com
Fri Oct 28 08:47:36 PDT 2011
Was just a trivial thinko.
Andrew.
2011-10-28 Andrew Haley <aph at redhat.com>
* arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S (PUSHD0)
Use PUSH, not POP.
diff -r 3885df4d608f arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S
--- 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:44:14 2011 -0400
@@ -382,7 +382,7 @@
fsts s0, [stack, #4]
fsts s1, [stack, #8]
#else
- POP r0, r1
+ PUSH r0, r1
#endif
.endm
More information about the distro-pkg-dev
mailing list