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
4
4
@@ -30,7 +30,7 @@
5
5
AC_DEFUN([FLAGS_SETUP_ABI_PROFILE],
6
6
[
@@ -20,7 +20,7 @@ diff -r a08cbfc0e4ec make/autoconf/flags.m4
20
20
elif test "x$OPENJDK_TARGET_ABI_PROFILE" = xarmv5-vfp-sflt; then
21
21
ARM_FLOAT_TYPE=vfp-sflt
22
22
ARM_ARCH_TYPE_FLAGS='-march=armv5t -marm'
23
- @@ -1305 ,6 +1308 ,8 @@
23
+ @@ -1378 ,6 +1381 ,8 @@
24
24
if test "x$OPENJDK_$1_OS" = xlinux; then
25
25
if test "x$OPENJDK_$1_CPU" = xx86; then
26
26
$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 @@
5
5
6
6
// Imported code from glibc soft-fp bundle for
7
7
// calculation accuracy improvement. See CR 6757269.
@@ -22,3 +22,4 @@ diff -r b756e7a2ec33 src/hotspot/cpu/arm/assembler_arm_32.hpp
22
22
+ #define __aeabi_dsub_glibc __aeabi_dsub
23
23
};
24
24
#endif // __SOFTFP__
25
+
You can’t perform that action at this time.
0 commit comments