diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-25 06:03:22 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-25 06:10:03 -0500 |
commit | 34cf511206839b0f2b76870bf2d487c2dbcdbc1f (patch) | |
tree | 872ad4af249e7a2354c6e385c0eeb8967f489163 /sim/cris/ChangeLog | |
parent | 13e49fd6364e94625985b9eb15da5b1decd6a196 (diff) | |
download | gdb-34cf511206839b0f2b76870bf2d487c2dbcdbc1f.zip gdb-34cf511206839b0f2b76870bf2d487c2dbcdbc1f.tar.gz gdb-34cf511206839b0f2b76870bf2d487c2dbcdbc1f.tar.bz2 |
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.
Diffstat (limited to 'sim/cris/ChangeLog')
-rw-r--r-- | sim/cris/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index 6fa2523..3768768 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,5 +1,17 @@ 2015-12-25 Mike Frysinger <vapier@gentoo.org> + * configure.ac (SIM_AC_OPTION_HARDWARE): Change default to yes and + add cris_900000xx. + * configure: Regenerated. + * devices.c: Delete file. + * dv-cris_900000xx.c: New device model. + * Makefile.in (SIM_OBJS): Delete devices.o. + * sim-if.c (sim_open): Replace cris_have_900000xxif logic with a + call to sim_hw_parse. + * tconfig.h: Delete file. + +2015-12-25 Mike Frysinger <vapier@gentoo.org> + * rvdummy.c (_GNU_SOURCE): Delete. (setupsocket): Mark static. |