summaryrefslogtreecommitdiff
path: root/sim/d10v/sim-main.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-22 22:39:55 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-23 08:32:58 -0500
commit6960600787fe66de47dc102f8ffaddb05295cfc3 (patch)
tree26ce6b1111ed6225e0ad6d1cd62c651afba1da29 /sim/d10v/sim-main.h
parente79b75a3cfcccdd7d6f6ee548f855ca6c109d97e (diff)
downloadbinutils-gdb-6960600787fe66de47dc102f8ffaddb05295cfc3.tar.gz
sim: d10v: move arch-specific settings to internal header
There's no need for these settings to be in sim-main.h which is shared with common/ sim code, so drop the d10v_sim.h include and move it to the few files that actually need it. Also rename the file to standardize it a bit better with other ports.
Diffstat (limited to 'sim/d10v/sim-main.h')
-rw-r--r--sim/d10v/sim-main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/d10v/sim-main.h b/sim/d10v/sim-main.h
index 4e6771af70f..3e0b74c63a4 100644
--- a/sim/d10v/sim-main.h
+++ b/sim/d10v/sim-main.h
@@ -22,6 +22,4 @@
#include "sim-basics.h"
#include "sim-base.h"
-#include "d10v_sim.h"
-
#endif