From 97eca187b3b286c903d78070736bbe1d95721ec4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 29 Mar 2015 17:20:37 -0400 Subject: sim: mcore/microblaze: delete dead code The mcore port had a few structs/defines that were never used. Similarly, the microblaze port, because it was copied from mcore, has that same dead code, and more. The watchpoint logic was never actually used. Punt it all. --- sim/microblaze/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sim/microblaze/ChangeLog') diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index b2a5150..2501423 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,5 +1,15 @@ 2015-03-29 Mike Frysinger + * interp.c (NUM_ELEM, heap_ptr, stack_ptr, memcycles, struct aout, + LONG, SHORT): Delete. + [WATCHFUNCTIONS]: Delete. + (sim_info) [WATCHFUNCTIONS]: Delete. + (sim_create_inferior): Delete avp, nargs, nenv, s_length, strings, + pointers, and hi_stack. + (sim_do_command): Delete the "watch" command. + +2015-03-29 Mike Frysinger + * interp.c (sim_load): Set verbose to 0 when calling sim_load_file. 2015-03-29 Mike Frysinger -- cgit v1.1