]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: d10v: move arch-specific settings to internal header
authorMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 03:39:55 +0000 (22:39 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 13:32:58 +0000 (08:32 -0500)
commit6960600787fe66de47dc102f8ffaddb05295cfc3
tree26ce6b1111ed6225e0ad6d1cd62c651afba1da29
parente79b75a3cfcccdd7d6f6ee548f855ca6c109d97e
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.
sim/d10v/d10v-sim.h [moved from sim/d10v/d10v_sim.h with 99% similarity]
sim/d10v/endian.c
sim/d10v/gencode.c
sim/d10v/interp.c
sim/d10v/sim-main.h
sim/d10v/simops.c