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