Add support for emulating the MSP430 hardware multiply feature.
[external/binutils.git] / sim / msp430 / ChangeLog
1 2014-05-08  Nick Clifton  <nickc@redhat.com>
2
3         * msp430-sim.c (sim_open): Do not allocate memory over the
4         hardware multiply registers.
5         (get_op): Add support for reads from the hardware multiply
6         registers.
7         (put_op): Add support for writes to the hardware multiply
8         registers.
9         (msp430_step_once): Add support for the RETI instruction used by
10         the CPUX architecture.
11
12 2014-03-10  Mike Frysinger  <vapier@gentoo.org>
13
14         * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
15         bfd_get_start_address when abfd is not NULL and new_pc is zero.
16
17 2014-03-10  Mike Frysinger  <vapier@gentoo.org>
18
19         * msp430-sim (maybe_perform_syscall): Change %d to %ld.
20         (msp430_step_once): Cast fprintf to fprintf_ftype.
21
22 2013-09-23  Alan Modra  <amodra@gmail.com>
23
24         * aclocal.m4, configure: Regenerate.
25
26 2013-06-21  Nick Clifton  <nickc@redhat.com>
27
28         * Makefile.in: New.
29         * aclocal.m4: Generate.
30         * config.in: Generate.
31         * configure.ac: New.
32         * configure: Generate.
33         * msp430-sim.c: New.
34         * msp430-sim.h: New.
35         * sim-main.h: New.
36         * trace.c: New.
37         * trace.h: New.