]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/msp430/ChangeLog
Fix a small but in the emulation of the MSP430 hardware multiply.
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
1 2014-06-03 Nick Clifton <nickc@redhat.com>
2
3 * msp430-sim.c (get_op): Handle reads of low result register when
4 in MAC mode.
5 (put_op): Copy MAC result into result words.
6 Handle writes to the low result register.
7
8 2014-05-12 DJ Delorie <dj@redhat.com>
9
10 * msp43-sim.c (sign_ext): Change to "long long" to support
11 sign-extending 32-bit values.
12
13 2014-05-08 Nick Clifton <nickc@redhat.com>
14
15 * msp430-sim.c (sim_open): Do not allocate memory over the
16 hardware multiply registers.
17 (get_op): Add support for reads from the hardware multiply
18 registers.
19 (put_op): Add support for writes to the hardware multiply
20 registers.
21 (msp430_step_once): Add support for the RETI instruction used by
22 the CPUX architecture.
23
24 2014-03-10 Mike Frysinger <vapier@gentoo.org>
25
26 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
27 bfd_get_start_address when abfd is not NULL and new_pc is zero.
28
29 2014-03-10 Mike Frysinger <vapier@gentoo.org>
30
31 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
32 (msp430_step_once): Cast fprintf to fprintf_ftype.
33
34 2013-09-23 Alan Modra <amodra@gmail.com>
35
36 * aclocal.m4, configure: Regenerate.
37
38 2013-06-21 Nick Clifton <nickc@redhat.com>
39
40 * Makefile.in: New.
41 * aclocal.m4: Generate.
42 * config.in: Generate.
43 * configure.ac: New.
44 * configure: Generate.
45 * msp430-sim.c: New.
46 * msp430-sim.h: New.
47 * sim-main.h: New.
48 * trace.c: New.
49 * trace.h: New.