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