aboutsummaryrefslogtreecommitdiff
path: root/sim/cris/cris-sim.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-23 20:19:53 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-24 23:52:06 -0400
commita7cde6df4039dc575469430bbb7caa4706840d93 (patch)
tree22c008bdc2d56cfc717f617982d318e3327f4437 /sim/cris/cris-sim.h
parentbdedb2d21b3f0aceb391a96b8605d35f3a4ade5c (diff)
downloadfsf-binutils-gdb-a7cde6df4039dc575469430bbb7caa4706840d93.zip
fsf-binutils-gdb-a7cde6df4039dc575469430bbb7caa4706840d93.tar.gz
fsf-binutils-gdb-a7cde6df4039dc575469430bbb7caa4706840d93.tar.bz2
sim: cris: fix a few missing prototype warnings
Add a stub prototype for the dump function meant to be called by devs from gdb, and trim unused functions that aren't supposed to be used.
Diffstat (limited to 'sim/cris/cris-sim.h')
-rw-r--r--sim/cris/cris-sim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/cris/cris-sim.h b/sim/cris/cris-sim.h
index dfd2cb8..13e8c4a 100644
--- a/sim/cris/cris-sim.h
+++ b/sim/cris/cris-sim.h
@@ -79,7 +79,6 @@ typedef struct {
/* Handler prototypes for functions called from the CGEN description. */
-extern USI cris_bmod_handler (SIM_CPU *, UINT, USI);
extern void cris_flush_simulator_decode_cache (SIM_CPU *, USI);
extern USI crisv10f_break_handler (SIM_CPU *, USI, USI);
extern USI crisv32f_break_handler (SIM_CPU *, USI, USI);