]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/cris/configure
sim: cris: migrate from WITH_DEVICES to WITH_HW
authorMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 11:03:22 +0000 (06:03 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 11:10:03 +0000 (06:10 -0500)
commit34cf511206839b0f2b76870bf2d487c2dbcdbc1f
tree872ad4af249e7a2354c6e385c0eeb8967f489163
parent13e49fd6364e94625985b9eb15da5b1decd6a196
sim: cris: migrate from WITH_DEVICES to WITH_HW

The cris port was using the device framework to handle two addresses when
the --cris-900000xx flag was specified.  That can be implemented using the
newer hardware framework instead which allows us to drop the device logic
entirely, as well as delete the tconfig.h file.  Basically we create a new
cris_900000xx device model and move the read logic out of devices.c and
into that.  The rest of the devices logic was callback to the hardware
framework already.
sim/cris/ChangeLog
sim/cris/Makefile.in
sim/cris/configure
sim/cris/configure.ac
sim/cris/devices.c [deleted file]
sim/cris/dv-cris_900000xx.c [new file with mode: 0644]
sim/cris/sim-if.c
sim/cris/tconfig.h [deleted file]
sim/testsuite/sim/cris/ChangeLog
sim/testsuite/sim/cris/asm/io1.ms