* mn10300_sim.h: Declare all functions in op_utils.c using INLINE_SIM_MAIN.
authorAndrew Cagney <cagney@redhat.com>
Tue, 14 Apr 1998 04:26:04 +0000 (04:26 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 14 Apr 1998 04:26:04 +0000 (04:26 +0000)
* op_utils.c: Ditto.
* sim-main.c: New file.  Include op_utils.c.

sim/mn10300/sim-main.c [new file with mode: 0644]

diff --git a/sim/mn10300/sim-main.c b/sim/mn10300/sim-main.c
new file mode 100644 (file)
index 0000000..a04099d
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef SIM_MAIN_C
+#define SIM_MAIN_C
+#include "op_utils.c"
+#endif
This page took 0.02625 seconds and 4 git commands to generate.