Replace static variables in the MSP430 simulator with fields in the cpu state structure.
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
180eb063
NC
12014-08-19 Nick Clifton <nickc@redhat.com>
2
3 * msp430-sim.c: Move static hardware multiply support variables
4 from here...
5 * msp430-sim.h (msp430_cpu_state): ... into here ...
6 * msp430-sim.c (get_op, put_op): ... and update references to use
7 the msp430_cpu_state structure.
8
faa743bb
RM
92014-08-15 Roland McGrath <mcgrathr@google.com>
10
11 * configure: Regenerate.
12 * config.in: Regenerate.
13
aef392c4
NC
142014-06-03 Nick Clifton <nickc@redhat.com>
15
16 * msp430-sim.c (get_op): Handle reads of low result register when
17 in MAC mode.
18 (put_op): Copy MAC result into result words.
19 Handle writes to the low result register.
20
a7da346e
DD
212014-05-12 DJ Delorie <dj@redhat.com>
22
23 * msp43-sim.c (sign_ext): Change to "long long" to support
24 sign-extending 32-bit values.
25
8969934d
NC
262014-05-08 Nick Clifton <nickc@redhat.com>
27
28 * msp430-sim.c (sim_open): Do not allocate memory over the
29 hardware multiply registers.
30 (get_op): Add support for reads from the hardware multiply
31 registers.
32 (put_op): Add support for writes to the hardware multiply
33 registers.
34 (msp430_step_once): Add support for the RETI instruction used by
35 the CPUX architecture.
36
7b0278dc
MF
372014-03-10 Mike Frysinger <vapier@gentoo.org>
38
39 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
40 bfd_get_start_address when abfd is not NULL and new_pc is zero.
41
a3271a3e
MF
422014-03-10 Mike Frysinger <vapier@gentoo.org>
43
44 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
45 (msp430_step_once): Cast fprintf to fprintf_ftype.
46
bf3d9781
AM
472013-09-23 Alan Modra <amodra@gmail.com>
48
49 * aclocal.m4, configure: Regenerate.
50
3346cfda
NC
512013-06-21 Nick Clifton <nickc@redhat.com>
52
53 * Makefile.in: New.
54 * aclocal.m4: Generate.
55 * config.in: Generate.
56 * configure.ac: New.
57 * configure: Generate.
58 * msp430-sim.c: New.
59 * msp430-sim.h: New.
60 * sim-main.h: New.
61 * trace.c: New.
62 * trace.h: New.
This page took 0.070148 seconds and 4 git commands to generate.