sim: drop -DTRACE from configure
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
a3487082
MF
12015-06-12 Mike Frysinger <vapier@gentoo.org>
2
3 * configure: Regenerate.
4
5b064994
MF
52015-06-12 Mike Frysinger <vapier@gentoo.org>
6
7 * msp430-sim.c (trace_reg_put): Replace TRACE_VPU_P/trace_generic
8 with TRACE_VPU.
9 (trace_reg_get): Likewise.
10 (get_op): Replace TRACE_MEMORY_P/trace_generic with TRACE_MEMORY.
11 (put_op): Likewise.
12 (msp430_dis_read): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
13 (do_flags): Likewise.
14 (maybe_perform_syscall): Replace TRACE_SYSCALL_P/trace_generic with
15 TRACE_SYSCALL.
16 (msp430_step_once): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
17 Replace TRACE_BRANCH_P/trace_generic with TRACE_BRANCH.
18
c1d8560e
MF
192015-06-11 Mike Frysinger <vapier@gentoo.org>
20
21 * sim-main.h (MAYBE_TRACE, TRACE_INSN, TRACE_DECODE, TRACE_EXTRACT,
22 TRACE_SYSCALL, TRACE_CORE, TRACE_EVENTS, TRACE_BRANCH,
23 trace_register, TRACE_REGISTER, TRACE_REG): Delete.
24
20bca71d
MF
252015-04-18 Mike Frysinger <vapier@gentoo.org>
26
27 * sim-main.h (SIM_CPU): Delete.
28
7e83aa92
MF
292015-04-18 Mike Frysinger <vapier@gentoo.org>
30
31 * sim-main.h (sim_cia): Delete.
32
034685f9
MF
332015-04-17 Mike Frysinger <vapier@gentoo.org>
34
35 * sim-main.h (CIA_GET, CIA_SET): Delete.
36
78e9aa70
MF
372015-04-15 Mike Frysinger <vapier@gentoo.org>
38
39 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
40 * sim-main.h (STATE_CPU): Delete.
41
bf12d44e
MF
422015-04-13 Mike Frysinger <vapier@gentoo.org>
43
44 * configure: Regenerate.
45
122bbfb5
MF
462015-04-06 Mike Frysinger <vapier@gentoo.org>
47
48 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
49
1a8faa2a
MF
502015-04-01 Mike Frysinger <vapier@gentoo.org>
51
52 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
53
aadc9410
MF
542015-03-31 Mike Frysinger <vapier@gentoo.org>
55
56 * config.in, configure: Regenerate.
57
80fc77e6
MF
582015-03-23 Mike Frysinger <vapier@gentoo.org>
59
60 * sim-main.h: Delete run-sim.h include.
61
ae7d0cac
MF
622015-03-16 Mike Frysinger <vapier@gentoo.org>
63
64 * config.in, configure: Regenerate.
65
c1e768db
MF
662015-03-14 Mike Frysinger <vapier@gentoo.org>
67
68 * aclocal.m4, configure: Regenerate.
69 * configure.ac: Call the common inline & warning macros.
70 * msp430-sim.c: Include unistd.h & trace.h.
71 * trace.c: Include trace.h.
72 (load_file_and_line): Move FILE* decl to top of scope.
73 * trace.h (msp430_get_current_source_location): Adjust prototype to
74 match the function definition.
75
465fb143
MF
762015-03-14 Mike Frysinger <vapier@gentoo.org>
77
78 * Makefile.in (SIM_RUN_OBJS): Delete.
79
10d602c7
NC
802015-02-24 Nick Clifton <nickc@redhat.com>
81
82 * msp430-sim.c (sim_open): Allocate memory regions matching those
83 declared in the libgloss/msp430 linker scripts.
84 Allow sim_load_file to fail.
85 (get_op): Test the correct address bit when checking for out of
86 range addresses.
87 Include the address in the error message when an illegal access to
88 the hardware multiplier is detected.
89 (put_op): Test the correct address bit when checking for out of
90 range addresses.
91
2974be62
AM
922014-08-19 Alan Modra <amodra@gmail.com>
93
94 * configure: Regenerate.
95
180eb063
NC
962014-08-19 Nick Clifton <nickc@redhat.com>
97
98 * msp430-sim.c: Move static hardware multiply support variables
99 from here...
100 * msp430-sim.h (msp430_cpu_state): ... into here ...
101 * msp430-sim.c (get_op, put_op): ... and update references to use
102 the msp430_cpu_state structure.
103
faa743bb
RM
1042014-08-15 Roland McGrath <mcgrathr@google.com>
105
106 * configure: Regenerate.
107 * config.in: Regenerate.
108
aef392c4
NC
1092014-06-03 Nick Clifton <nickc@redhat.com>
110
111 * msp430-sim.c (get_op): Handle reads of low result register when
112 in MAC mode.
113 (put_op): Copy MAC result into result words.
114 Handle writes to the low result register.
115
a7da346e
DD
1162014-05-12 DJ Delorie <dj@redhat.com>
117
118 * msp43-sim.c (sign_ext): Change to "long long" to support
119 sign-extending 32-bit values.
120
8969934d
NC
1212014-05-08 Nick Clifton <nickc@redhat.com>
122
123 * msp430-sim.c (sim_open): Do not allocate memory over the
124 hardware multiply registers.
125 (get_op): Add support for reads from the hardware multiply
126 registers.
127 (put_op): Add support for writes to the hardware multiply
128 registers.
129 (msp430_step_once): Add support for the RETI instruction used by
130 the CPUX architecture.
131
7b0278dc
MF
1322014-03-10 Mike Frysinger <vapier@gentoo.org>
133
134 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
135 bfd_get_start_address when abfd is not NULL and new_pc is zero.
136
a3271a3e
MF
1372014-03-10 Mike Frysinger <vapier@gentoo.org>
138
139 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
140 (msp430_step_once): Cast fprintf to fprintf_ftype.
141
bf3d9781
AM
1422013-09-23 Alan Modra <amodra@gmail.com>
143
144 * aclocal.m4, configure: Regenerate.
145
3346cfda
NC
1462013-06-21 Nick Clifton <nickc@redhat.com>
147
148 * Makefile.in: New.
149 * aclocal.m4: Generate.
150 * config.in: Generate.
151 * configure.ac: New.
152 * configure: Generate.
153 * msp430-sim.c: New.
154 * msp430-sim.h: New.
155 * sim-main.h: New.
156 * trace.c: New.
157 * trace.h: New.
This page took 0.102982 seconds and 4 git commands to generate.