]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/v850/simops.c
sim: v850: standardize the arch-specific settings a little
authorMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 03:57:57 +0000 (22:57 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 13:32:58 +0000 (08:32 -0500)
commitf625c714c2c5a9b6fdc5f4424730e6140c8d0bb9
tree27a29ca1aba1d862dcb533239e3a8b66fec78261
parentdcd1a4d15acf510952ab7f188c14ae4f13fdb511
sim: v850: standardize the arch-specific settings a little

Rename v850_sim.h to v850-sim.h to match other ports, and move most
of the arch-specific content out of sim-main.h to it.  This isn't a
big win though as we still have to include the header in sim-main.h
due to the igen interface: it hardcodes including sim-main.h in its
files.  So until we can fix that, we have to keep bleeding these
settings into the common codes.
sim/v850/interp.c
sim/v850/sim-main.h
sim/v850/simops.c
sim/v850/simops.h
sim/v850/v850-sim.h [new file with mode: 0644]
sim/v850/v850_sim.h [deleted file]