aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-29 17:20:37 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-29 17:25:53 -0400
commit97eca187b3b286c903d78070736bbe1d95721ec4 (patch)
tree168325db1aa737df0108e63c0366284039a30434 /sim/microblaze/ChangeLog
parent191ec03314b005b8189ecea7296f2f6cad534d09 (diff)
downloadfsf-binutils-gdb-97eca187b3b286c903d78070736bbe1d95721ec4.zip
fsf-binutils-gdb-97eca187b3b286c903d78070736bbe1d95721ec4.tar.gz
fsf-binutils-gdb-97eca187b3b286c903d78070736bbe1d95721ec4.tar.bz2
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.
Diffstat (limited to 'sim/microblaze/ChangeLog')
-rw-r--r--sim/microblaze/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <vapier@gentoo.org>
+ * 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 <vapier@gentoo.org>
+
* interp.c (sim_load): Set verbose to 0 when calling sim_load_file.
2015-03-29 Mike Frysinger <vapier@gentoo.org>