diff -u openjdk-6-6b27-1.12.1/debian/changelog openjdk-6-6b27-1.12.1/debian/changelog --- openjdk-6-6b27-1.12.1/debian/changelog +++ openjdk-6-6b27-1.12.1/debian/changelog @@ -1,3 +1,9 @@ +openjdk-6 (6b27-1.12.1-1+rpi1) wheezy-staging; urgency=low + + * Alter arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S for armv6 + + -- Peter Michael Green Thu, 07 Feb 2013 05:53:02 +0000 + openjdk-6 (6b27-1.12.1-1) unstable; urgency=low * IcedTea 1.12.1 release. only in patch2: unchanged: --- openjdk-6-6b27-1.12.1.orig/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S +++ openjdk-6-6b27-1.12.1/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S @@ -583,13 +583,13 @@ .arch armv4 #else - .arch armv7-a + .arch armv6 #endif #ifdef HW_FP #ifdef __ARM_PCS_VFP - .fpu vfpv3-d16 + .fpu vfpv2 .eabi_attribute Tag_ABI_HardFP_use, 3 .eabi_attribute Tag_ABI_VFP_args, 1 #else // __ARM_PCS_VFP @@ -5046,7 +5046,7 @@ SUB_DISPATCH_TABLES - .arch armv7-a + .arch armv6 ALIGN_CODE .global Thumb2_stubs