aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-30 23:19:01 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-05 14:37:33 -0500
commit70d394483206f5afe911fa21c8456b852c12da74 (patch)
tree687024d38ab8771c904f8ad2154ea20483a272c2 /sim/msp430/ChangeLog
parentbfb2629c162c05dac30fc16180953efb671c4227 (diff)
downloadbinutils-70d394483206f5afe911fa21c8456b852c12da74.zip
binutils-70d394483206f5afe911fa21c8456b852c12da74.tar.gz
binutils-70d394483206f5afe911fa21c8456b852c12da74.tar.bz2
sim: msp430: switch to common disassembler tracing
The output format is a bit different, but the new form matches all the other trace lines. Otherwise, it should be functionally equivalent.
Diffstat (limited to 'sim/msp430/ChangeLog')
-rw-r--r--sim/msp430/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog
index fea5ce8..4f4b938 100644
--- a/sim/msp430/ChangeLog
+++ b/sim/msp430/ChangeLog
@@ -1,3 +1,13 @@
+2016-01-05 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (SIM_OBJS): Delete trace.o.
+ * msp430-sim.c: Delete dis-asm.h and trace.h includes.
+ (sim_open): Delete msp430_trace_init call.
+ (msp430_dis_read): Delete function.
+ (msp430_step_once): Replace disassembly logic with a call
+ to TRACE_DISASM.
+ * trace.c, trace.h: Delete files.
+
2016-01-04 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.