From: Andrew Cagney Date: Tue, 14 Apr 1998 04:26:04 +0000 (+0000) Subject: * mn10300_sim.h: Declare all functions in op_utils.c using INLINE_SIM_MAIN. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aba672aac539cead35358465c039eed871991bba;p=binutils-gdb.git * 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. --- diff --git a/sim/mn10300/sim-main.c b/sim/mn10300/sim-main.c new file mode 100644 index 00000000000..a04099d341b --- /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