ubsan: alpha-coff: signed integer overflow
[deliverable/binutils-gdb.git] / sim / aarch64 / cpustate.c
index 6f5121a76fa23440f28d78f5c2a9e8e622febe07..ce503c62de4a0e2d8511ac281bc11421c6cf4434 100644 (file)
@@ -1,6 +1,6 @@
 /* cpustate.h -- Prototypes for AArch64 simulator functions.
 
-   Copyright (C) 2015-2019 Free Software Foundation, Inc.
+   Copyright (C) 2015-2020 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
@@ -25,6 +25,7 @@
 #include "sim-main.h"
 #include "cpustate.h"
 #include "simulator.h"
+#include "libiberty.h"
 
 /* Some operands are allowed to access the stack pointer (reg 31).
    For others a read from r31 always returns 0, and a write to r31 is ignored.  */
This page took 0.024956 seconds and 4 git commands to generate.