]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/msp430/ChangeLog
sim: use AS_HELP_STRING everywhere
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
1 2015-06-23 Mike Frysinger <vapier@gentoo.org>
2
3 * configure: Regenerate.
4
5 2015-06-17 Mike Frysinger <vapier@gentoo.org>
6
7 * msp430-sim.c (maybe_perform_syscall): Replace call to cb_syscall
8 with sim_syscall.
9
10 2015-06-17 Mike Frysinger <vapier@gentoo.org>
11
12 * msp430-sim.c: Include sim-syscall.h.
13 (syscall_read_mem, syscall_write_mem): Delete.
14 (maybe_perform_syscall): Change syscall_read_mem/syscall_write_mem
15 to sim_syscall_read_mem/sim_syscall_write_mem.
16
17 2015-06-12 Mike Frysinger <vapier@gentoo.org>
18
19 * configure: Regenerate.
20
21 2015-06-12 Mike Frysinger <vapier@gentoo.org>
22
23 * configure: Regenerate.
24
25 2015-06-12 Mike Frysinger <vapier@gentoo.org>
26
27 * msp430-sim.c (trace_reg_put): Replace TRACE_VPU_P/trace_generic
28 with TRACE_VPU.
29 (trace_reg_get): Likewise.
30 (get_op): Replace TRACE_MEMORY_P/trace_generic with TRACE_MEMORY.
31 (put_op): Likewise.
32 (msp430_dis_read): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
33 (do_flags): Likewise.
34 (maybe_perform_syscall): Replace TRACE_SYSCALL_P/trace_generic with
35 TRACE_SYSCALL.
36 (msp430_step_once): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
37 Replace TRACE_BRANCH_P/trace_generic with TRACE_BRANCH.
38
39 2015-06-11 Mike Frysinger <vapier@gentoo.org>
40
41 * sim-main.h (MAYBE_TRACE, TRACE_INSN, TRACE_DECODE, TRACE_EXTRACT,
42 TRACE_SYSCALL, TRACE_CORE, TRACE_EVENTS, TRACE_BRANCH,
43 trace_register, TRACE_REGISTER, TRACE_REG): Delete.
44
45 2015-04-18 Mike Frysinger <vapier@gentoo.org>
46
47 * sim-main.h (SIM_CPU): Delete.
48
49 2015-04-18 Mike Frysinger <vapier@gentoo.org>
50
51 * sim-main.h (sim_cia): Delete.
52
53 2015-04-17 Mike Frysinger <vapier@gentoo.org>
54
55 * sim-main.h (CIA_GET, CIA_SET): Delete.
56
57 2015-04-15 Mike Frysinger <vapier@gentoo.org>
58
59 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
60 * sim-main.h (STATE_CPU): Delete.
61
62 2015-04-13 Mike Frysinger <vapier@gentoo.org>
63
64 * configure: Regenerate.
65
66 2015-04-06 Mike Frysinger <vapier@gentoo.org>
67
68 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
69
70 2015-04-01 Mike Frysinger <vapier@gentoo.org>
71
72 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
73
74 2015-03-31 Mike Frysinger <vapier@gentoo.org>
75
76 * config.in, configure: Regenerate.
77
78 2015-03-23 Mike Frysinger <vapier@gentoo.org>
79
80 * sim-main.h: Delete run-sim.h include.
81
82 2015-03-16 Mike Frysinger <vapier@gentoo.org>
83
84 * config.in, configure: Regenerate.
85
86 2015-03-14 Mike Frysinger <vapier@gentoo.org>
87
88 * aclocal.m4, configure: Regenerate.
89 * configure.ac: Call the common inline & warning macros.
90 * msp430-sim.c: Include unistd.h & trace.h.
91 * trace.c: Include trace.h.
92 (load_file_and_line): Move FILE* decl to top of scope.
93 * trace.h (msp430_get_current_source_location): Adjust prototype to
94 match the function definition.
95
96 2015-03-14 Mike Frysinger <vapier@gentoo.org>
97
98 * Makefile.in (SIM_RUN_OBJS): Delete.
99
100 2015-02-24 Nick Clifton <nickc@redhat.com>
101
102 * msp430-sim.c (sim_open): Allocate memory regions matching those
103 declared in the libgloss/msp430 linker scripts.
104 Allow sim_load_file to fail.
105 (get_op): Test the correct address bit when checking for out of
106 range addresses.
107 Include the address in the error message when an illegal access to
108 the hardware multiplier is detected.
109 (put_op): Test the correct address bit when checking for out of
110 range addresses.
111
112 2014-08-19 Alan Modra <amodra@gmail.com>
113
114 * configure: Regenerate.
115
116 2014-08-19 Nick Clifton <nickc@redhat.com>
117
118 * msp430-sim.c: Move static hardware multiply support variables
119 from here...
120 * msp430-sim.h (msp430_cpu_state): ... into here ...
121 * msp430-sim.c (get_op, put_op): ... and update references to use
122 the msp430_cpu_state structure.
123
124 2014-08-15 Roland McGrath <mcgrathr@google.com>
125
126 * configure: Regenerate.
127 * config.in: Regenerate.
128
129 2014-06-03 Nick Clifton <nickc@redhat.com>
130
131 * msp430-sim.c (get_op): Handle reads of low result register when
132 in MAC mode.
133 (put_op): Copy MAC result into result words.
134 Handle writes to the low result register.
135
136 2014-05-12 DJ Delorie <dj@redhat.com>
137
138 * msp43-sim.c (sign_ext): Change to "long long" to support
139 sign-extending 32-bit values.
140
141 2014-05-08 Nick Clifton <nickc@redhat.com>
142
143 * msp430-sim.c (sim_open): Do not allocate memory over the
144 hardware multiply registers.
145 (get_op): Add support for reads from the hardware multiply
146 registers.
147 (put_op): Add support for writes to the hardware multiply
148 registers.
149 (msp430_step_once): Add support for the RETI instruction used by
150 the CPUX architecture.
151
152 2014-03-10 Mike Frysinger <vapier@gentoo.org>
153
154 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
155 bfd_get_start_address when abfd is not NULL and new_pc is zero.
156
157 2014-03-10 Mike Frysinger <vapier@gentoo.org>
158
159 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
160 (msp430_step_once): Cast fprintf to fprintf_ftype.
161
162 2013-09-23 Alan Modra <amodra@gmail.com>
163
164 * aclocal.m4, configure: Regenerate.
165
166 2013-06-21 Nick Clifton <nickc@redhat.com>
167
168 * Makefile.in: New.
169 * aclocal.m4: Generate.
170 * config.in: Generate.
171 * configure.ac: New.
172 * configure: Generate.
173 * msp430-sim.c: New.
174 * msp430-sim.h: New.
175 * sim-main.h: New.
176 * trace.c: New.
177 * trace.h: New.