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