4b6858cd44c310bfda52f84cd51b0e10b7b0b4c1
[platform/upstream/binutils.git] / sim / msp430 / ChangeLog
1 2014-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
9 2014-08-15  Roland McGrath  <mcgrathr@google.com>
10
11         * configure: Regenerate.
12         * config.in: Regenerate.
13
14 2014-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
21 2014-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
26 2014-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
37 2014-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
42 2014-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
47 2013-09-23  Alan Modra  <amodra@gmail.com>
48
49         * aclocal.m4, configure: Regenerate.
50
51 2013-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.