projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13eaae2
)
* mn10300_sim.h: Declare all functions in op_utils.c using INLINE_SIM_MAIN.
author
Andrew Cagney
<cagney@redhat.com>
Tue, 14 Apr 1998 04:26:04 +0000
(
04:26
+0000)
committer
Andrew 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]
patch
|
blob
diff --git a/sim/mn10300/sim-main.c
b/sim/mn10300/sim-main.c
new file mode 100644
(file)
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