aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/sim-main.c
AgeCommit message (Collapse)AuthorFilesLines
2022-12-23Revert "sim: mn10300: drop unused sim-main.c"Mike Frysinger1-0/+9
This reverts commit 681a422b855e4b20086554b170dae051361f00c7. I missed that this was included via common/sim-inline.c. I thought I had grepped the top of the tree, but I must have only done mn10300. Add a comment to make it clear where/how this file is used.
2022-12-22sim: mn10300: drop unused sim-main.cMike Frysinger1-4/+0
Nothing compiles or references this, so punt it.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+4
1999-04-16Initial creation of sourceware repositoryStan Shebs1-4/+0
1998-04-14* mn10300_sim.h: Declare all functions in op_utils.c using INLINE_SIM_MAIN.Andrew Cagney1-0/+4
* op_utils.c: Ditto. * sim-main.c: New file. Include op_utils.c.