aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-04-14 04:26:04 +0000
committerAndrew Cagney <cagney@redhat.com>1998-04-14 04:26:04 +0000
commitaba672aac539cead35358465c039eed871991bba (patch)
treee28a243b28c6433ab9b5a43a7f1b1352a40bebc0 /sim
parent13eaae2fd07512516eec601d4a3ab78bf9af34ec (diff)
downloadgdb-aba672aac539cead35358465c039eed871991bba.zip
gdb-aba672aac539cead35358465c039eed871991bba.tar.gz
gdb-aba672aac539cead35358465c039eed871991bba.tar.bz2
* mn10300_sim.h: Declare all functions in op_utils.c using INLINE_SIM_MAIN.
* op_utils.c: Ditto. * sim-main.c: New file. Include op_utils.c.
Diffstat (limited to 'sim')
-rw-r--r--sim/mn10300/sim-main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/mn10300/sim-main.c b/sim/mn10300/sim-main.c
new file mode 100644
index 0000000..a04099d
--- /dev/null
+++ b/sim/mn10300/sim-main.c
@@ -0,0 +1,4 @@
+#ifndef SIM_MAIN_C
+#define SIM_MAIN_C
+#include "op_utils.c"
+#endif