aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/interrupts.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-27 00:02:52 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-27 23:35:46 -0400
commita9d200398aea31fc81191d44f91dad3996780bc8 (patch)
treea940141816d57130a900922c1487c288a0ee14fe /sim/frv/interrupts.c
parent2b83b95803d745d0a57ae7331a285aa692c6e425 (diff)
downloadbinutils-a9d200398aea31fc81191d44f91dad3996780bc8.zip
binutils-a9d200398aea31fc81191d44f91dad3996780bc8.tar.gz
binutils-a9d200398aea31fc81191d44f91dad3996780bc8.tar.bz2
sim: frv: fix up various missing prototype warnings
Some of these were missing includes, some were unused funcs we can cleanup, and some were missing prototypes for use in other files.
Diffstat (limited to 'sim/frv/interrupts.c')
-rw-r--r--sim/frv/interrupts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/frv/interrupts.c b/sim/frv/interrupts.c
index 99b27cf..64c563a 100644
--- a/sim/frv/interrupts.c
+++ b/sim/frv/interrupts.c
@@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "sim-signal.h"
#include "bfd.h"
#include <stdlib.h>
+#include "cgen-mem.h"
/* FR-V Interrupt table.
Describes the interrupts supported by the FR-V.