sim: make nrun the default run program
[external/binutils.git] / sim / msp430 / ChangeLog
1 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
2
3         * Makefile.in (SIM_RUN_OBJS): Delete.
4
5 2015-02-24  Nick Clifton  <nickc@redhat.com>
6
7         * msp430-sim.c (sim_open): Allocate memory regions matching those
8         declared in the libgloss/msp430 linker scripts.
9         Allow sim_load_file to fail.
10         (get_op): Test the correct address bit when checking for out of
11         range addresses.
12         Include the address in the error message when an illegal access to
13         the hardware multiplier is detected.
14         (put_op): Test the correct address bit when checking for out of
15         range addresses.
16
17 2014-08-19  Alan Modra  <amodra@gmail.com>
18
19         * configure: Regenerate.
20
21 2014-08-19  Nick Clifton  <nickc@redhat.com>
22
23         * msp430-sim.c: Move static hardware multiply support variables
24         from here...
25         * msp430-sim.h (msp430_cpu_state): ... into here ...
26         * msp430-sim.c (get_op, put_op): ... and update references to use
27         the msp430_cpu_state structure.
28
29 2014-08-15  Roland McGrath  <mcgrathr@google.com>
30
31         * configure: Regenerate.
32         * config.in: Regenerate.
33
34 2014-06-03  Nick Clifton  <nickc@redhat.com>
35
36         * msp430-sim.c (get_op): Handle reads of low result register when
37         in MAC mode.
38         (put_op): Copy MAC result into result words.
39         Handle writes to the low result register.
40
41 2014-05-12  DJ Delorie  <dj@redhat.com>
42
43         * msp43-sim.c (sign_ext): Change to "long long" to support
44         sign-extending 32-bit values.
45
46 2014-05-08  Nick Clifton  <nickc@redhat.com>
47
48         * msp430-sim.c (sim_open): Do not allocate memory over the
49         hardware multiply registers.
50         (get_op): Add support for reads from the hardware multiply
51         registers.
52         (put_op): Add support for writes to the hardware multiply
53         registers.
54         (msp430_step_once): Add support for the RETI instruction used by
55         the CPUX architecture.
56
57 2014-03-10  Mike Frysinger  <vapier@gentoo.org>
58
59         * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
60         bfd_get_start_address when abfd is not NULL and new_pc is zero.
61
62 2014-03-10  Mike Frysinger  <vapier@gentoo.org>
63
64         * msp430-sim (maybe_perform_syscall): Change %d to %ld.
65         (msp430_step_once): Cast fprintf to fprintf_ftype.
66
67 2013-09-23  Alan Modra  <amodra@gmail.com>
68
69         * aclocal.m4, configure: Regenerate.
70
71 2013-06-21  Nick Clifton  <nickc@redhat.com>
72
73         * Makefile.in: New.
74         * aclocal.m4: Generate.
75         * config.in: Generate.
76         * configure.ac: New.
77         * configure: Generate.
78         * msp430-sim.c: New.
79         * msp430-sim.h: New.
80         * sim-main.h: New.
81         * trace.c: New.
82         * trace.h: New.