File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- diff -r a08cbfc0e4ec make/autoconf/flags.m4
2- --- a/make/autoconf/flags.m4 Thu Aug 03 18:56:56 2017 +0000
3- +++ b/make/autoconf/flags.m4 Wed Dec 27 00:52:44 2017 +0100
1+ diff -r b09e56145e11 make/autoconf/flags.m4
2+ --- a/make/autoconf/flags.m4 Thu Mar 08 04:23:31 2018 +0000
3+ +++ b/make/autoconf/flags.m4 Tue Mar 27 22:42:02 2018 +0200
44@@ -30,7 +30,7 @@
55 AC_DEFUN([FLAGS_SETUP_ABI_PROFILE],
66 [
@@ -20,7 +20,7 @@ diff -r a08cbfc0e4ec make/autoconf/flags.m4
2020 elif test "x$OPENJDK_TARGET_ABI_PROFILE" = xarmv5-vfp-sflt; then
2121 ARM_FLOAT_TYPE=vfp-sflt
2222 ARM_ARCH_TYPE_FLAGS='-march=armv5t -marm'
23- @@ -1305 ,6 +1308 ,8 @@
23+ @@ -1378 ,6 +1381 ,8 @@
2424 if test "x$OPENJDK_$1_OS" = xlinux; then
2525 if test "x$OPENJDK_$1_CPU" = xx86; then
2626 $2JVM_ASFLAGS="[$]$2JVM_ASFLAGS -march=i586"
Original file line number Diff line number Diff line change 1- diff -r b756e7a2ec33 src/hotspot/cpu/arm/assembler_arm_32.hpp
2- --- a/src/hotspot/cpu/arm/assembler_arm_32.hpp Thu Aug 03 18:56:57 2017 +0000
3- +++ b/src/hotspot/cpu/arm/assembler_arm_32.hpp Wed Dec 27 01:08:37 2017 +0100
4- @@ -1234 ,10 +1234 ,17 @@
1+ diff -r b09e56145e11 src/hotspot/cpu/arm/assembler_arm_32.hpp
2+ --- a/src/hotspot/cpu/arm/assembler_arm_32.hpp Thu Mar 08 04:23:31 2018 +0000
3+ +++ b/src/hotspot/cpu/arm/assembler_arm_32.hpp Tue Mar 27 22:41:24 2018 +0200
4+ @@ -1239 ,10 +1239 ,17 @@
55
66 // Imported code from glibc soft-fp bundle for
77 // calculation accuracy improvement. See CR 6757269.
@@ -22,3 +22,4 @@ diff -r b756e7a2ec33 src/hotspot/cpu/arm/assembler_arm_32.hpp
2222+ #define __aeabi_dsub_glibc __aeabi_dsub
2323 };
2424 #endif // __SOFTFP__
25+
You can’t perform that action at this time.
0 commit comments