aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openjdk12/arm.patch
blob: d31699a2bd28942fded1628ae931f3ad8e84691e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- old/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp
+++ new/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp
@@ -71,7 +71,6 @@
 # include <pwd.h>
 # include <poll.h>
 # include <ucontext.h>
-# include <fpu_control.h>
 # include <asm/ptrace.h>
 
 #define SPELL_REG_SP  "sp"
@@ -91,6 +90,17 @@
   return (char*) -1;
 }
 
+// Stupid hack as the origin if below doesnt compile with gcc 8.2.0:
+//
+// os_linux_arm.cpp:114:5: error: missing binary operator before token "("
+//  #if NGREG == 16
+//       ^~~~~
+//
+// The NGREG is 18, so force it to that value.
+#ifdef NGREG
+#  undef NGREG
+#endif
+#define NGREG 18
 
 #if NGREG == 16
 // These definitions are based on the observation that until