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/testsuite | |
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/testsuite')
-rw-r--r-- | sim/testsuite/sim/cris/ChangeLog | 4 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/asm/io1.ms | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/testsuite/sim/cris/ChangeLog b/sim/testsuite/sim/cris/ChangeLog index 22fb88a..fa34863 100644 --- a/sim/testsuite/sim/cris/ChangeLog +++ b/sim/testsuite/sim/cris/ChangeLog @@ -1,5 +1,9 @@ 2015-12-25 Mike Frysinger <vapier@gentoo.org> + * asm/io1.ms: Update expected output. + +2015-12-25 Mike Frysinger <vapier@gentoo.org> + * hw/rv-n-cris/rvc.exp (rvdummy): Set up sane default. 2012-03-24 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/testsuite/sim/cris/asm/io1.ms b/sim/testsuite/sim/cris/asm/io1.ms index a8335a8..3d252ae 100644 --- a/sim/testsuite/sim/cris/asm/io1.ms +++ b/sim/testsuite/sim/cris/asm/io1.ms @@ -1,7 +1,7 @@ # mach: crisv32 # sim: --cris-900000xx --memory-region 0x90000000,0x10 # xerror: -# output: Seeing --cris-900000xx with memory defined there\n +# output: /core/cris_900000xx: memory map 0:0x90000000..0x900000ff (256 bytes) overlaps 0:0x90000000..0x9000000f (16 bytes)\nQuit Simulator\n ; Check that I/O region overlap is detected. |