]> Git Repo - binutils.git/blob - sim/msp430/ChangeLog
sim: unify sim-cpu usage
[binutils.git] / sim / msp430 / ChangeLog
1 2015-04-15  Mike Frysinger  <[email protected]>
2
3         * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
4         * sim-main.h (STATE_CPU): Delete.
5
6 2015-04-13  Mike Frysinger  <[email protected]>
7
8         * configure: Regenerate.
9
10 2015-04-06  Mike Frysinger  <[email protected]>
11
12         * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
13
14 2015-04-01  Mike Frysinger  <[email protected]>
15
16         * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
17
18 2015-03-31  Mike Frysinger  <[email protected]>
19
20         * config.in, configure: Regenerate.
21
22 2015-03-23  Mike Frysinger  <[email protected]>
23
24         * sim-main.h: Delete run-sim.h include.
25
26 2015-03-16  Mike Frysinger  <[email protected]>
27
28         * config.in, configure: Regenerate.
29
30 2015-03-14  Mike Frysinger  <[email protected]>
31
32         * aclocal.m4, configure: Regenerate.
33         * configure.ac: Call the common inline & warning macros.
34         * msp430-sim.c: Include unistd.h & trace.h.
35         * trace.c: Include trace.h.
36         (load_file_and_line): Move FILE* decl to top of scope.
37         * trace.h (msp430_get_current_source_location): Adjust prototype to
38         match the function definition.
39
40 2015-03-14  Mike Frysinger  <[email protected]>
41
42         * Makefile.in (SIM_RUN_OBJS): Delete.
43
44 2015-02-24  Nick Clifton  <[email protected]>
45
46         * msp430-sim.c (sim_open): Allocate memory regions matching those
47         declared in the libgloss/msp430 linker scripts.
48         Allow sim_load_file to fail.
49         (get_op): Test the correct address bit when checking for out of
50         range addresses.
51         Include the address in the error message when an illegal access to
52         the hardware multiplier is detected.
53         (put_op): Test the correct address bit when checking for out of
54         range addresses.
55
56 2014-08-19  Alan Modra  <[email protected]>
57
58         * configure: Regenerate.
59
60 2014-08-19  Nick Clifton  <[email protected]>
61
62         * msp430-sim.c: Move static hardware multiply support variables
63         from here...
64         * msp430-sim.h (msp430_cpu_state): ... into here ...
65         * msp430-sim.c (get_op, put_op): ... and update references to use
66         the msp430_cpu_state structure.
67
68 2014-08-15  Roland McGrath  <[email protected]>
69
70         * configure: Regenerate.
71         * config.in: Regenerate.
72
73 2014-06-03  Nick Clifton  <[email protected]>
74
75         * msp430-sim.c (get_op): Handle reads of low result register when
76         in MAC mode.
77         (put_op): Copy MAC result into result words.
78         Handle writes to the low result register.
79
80 2014-05-12  DJ Delorie  <[email protected]>
81
82         * msp43-sim.c (sign_ext): Change to "long long" to support
83         sign-extending 32-bit values.
84
85 2014-05-08  Nick Clifton  <[email protected]>
86
87         * msp430-sim.c (sim_open): Do not allocate memory over the
88         hardware multiply registers.
89         (get_op): Add support for reads from the hardware multiply
90         registers.
91         (put_op): Add support for writes to the hardware multiply
92         registers.
93         (msp430_step_once): Add support for the RETI instruction used by
94         the CPUX architecture.
95
96 2014-03-10  Mike Frysinger  <[email protected]>
97
98         * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
99         bfd_get_start_address when abfd is not NULL and new_pc is zero.
100
101 2014-03-10  Mike Frysinger  <[email protected]>
102
103         * msp430-sim (maybe_perform_syscall): Change %d to %ld.
104         (msp430_step_once): Cast fprintf to fprintf_ftype.
105
106 2013-09-23  Alan Modra  <[email protected]>
107
108         * aclocal.m4, configure: Regenerate.
109
110 2013-06-21  Nick Clifton  <[email protected]>
111
112         * Makefile.in: New.
113         * aclocal.m4: Generate.
114         * config.in: Generate.
115         * configure.ac: New.
116         * configure: Generate.
117         * msp430-sim.c: New.
118         * msp430-sim.h: New.
119         * sim-main.h: New.
120         * trace.c: New.
121         * trace.h: New.
This page took 0.032255 seconds and 4 git commands to generate.