aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-12 19:52:55 +0545
committerMike Frysinger <vapier@gentoo.org>2015-06-12 10:14:00 -0400
commit5b064994f0e7d8a7bfa0b4b080a360ecd9d2af82 (patch)
tree20b8adbd11af0c179119c1964a4f61a539c44d6a /sim/msp430/ChangeLog
parent98aa42ee02c56378cecb737d01c27adca36bf48f (diff)
downloadfsf-binutils-gdb-5b064994f0e7d8a7bfa0b4b080a360ecd9d2af82.zip
fsf-binutils-gdb-5b064994f0e7d8a7bfa0b4b080a360ecd9d2af82.tar.gz
fsf-binutils-gdb-5b064994f0e7d8a7bfa0b4b080a360ecd9d2af82.tar.bz2
sim: msp430: use new common trace print helpers
Replace the "if (TRACE_xxx_P) trace_generic" form with "TRACE_xxx". The output is the same, but the code is nicer to read.
Diffstat (limited to 'sim/msp430/ChangeLog')
-rw-r--r--sim/msp430/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog
index 3fc04b6..7d42af8 100644
--- a/sim/msp430/ChangeLog
+++ b/sim/msp430/ChangeLog
@@ -1,3 +1,17 @@
+2015-06-12 Mike Frysinger <vapier@gentoo.org>
+
+ * msp430-sim.c (trace_reg_put): Replace TRACE_VPU_P/trace_generic
+ with TRACE_VPU.
+ (trace_reg_get): Likewise.
+ (get_op): Replace TRACE_MEMORY_P/trace_generic with TRACE_MEMORY.
+ (put_op): Likewise.
+ (msp430_dis_read): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
+ (do_flags): Likewise.
+ (maybe_perform_syscall): Replace TRACE_SYSCALL_P/trace_generic with
+ TRACE_SYSCALL.
+ (msp430_step_once): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
+ Replace TRACE_BRANCH_P/trace_generic with TRACE_BRANCH.
+
2015-06-11 Mike Frysinger <vapier@gentoo.org>
* sim-main.h (MAYBE_TRACE, TRACE_INSN, TRACE_DECODE, TRACE_EXTRACT,