]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/microblaze/interp.c
sim: microblaze: switch to common memory functions
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Apr 2015 09:49:31 +0000 (05:49 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 17 Apr 2015 07:15:43 +0000 (03:15 -0400)
commitc85fc61074e9fab1bafbae97ea4628c7bffaaf76
tree26ee2dd43eb6779e09657ada35d32e650af29b7c
parent034685f9ce92cf6dfb6656745365b6a5904a8e84
sim: microblaze: switch to common memory functions

Re-use the existing memory core that handles reads/writes.

This drops support for the dumpmem command, but gdb itself has
support for dumping memory regions.

The verbose command is converted to the common --verbose flag
since only two call sites use it now.

Support for the clearstats command is dropped entirely, but no
other sim really does this, and the same thing can be done by
reloading.  If it's important (clearing cycle stats) to someone,
we can add a common function for it.
sim/microblaze/ChangeLog
sim/microblaze/interp.c
sim/microblaze/microblaze.h
sim/microblaze/sim-main.h