sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
034685f9
MF
12015-04-17 Mike Frysinger <vapier@gentoo.org>
2
3 * sim-main.h (CIA_GET, CIA_SET): Delete.
4
78e9aa70
MF
52015-04-15 Mike Frysinger <vapier@gentoo.org>
6
7 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
8 * sim-main.h (STATE_CPU): Delete.
9
bf12d44e
MF
102015-04-13 Mike Frysinger <vapier@gentoo.org>
11
12 * configure: Regenerate.
13
122bbfb5
MF
142015-04-06 Mike Frysinger <vapier@gentoo.org>
15
16 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
17
1a8faa2a
MF
182015-04-01 Mike Frysinger <vapier@gentoo.org>
19
20 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
21
aadc9410
MF
222015-03-31 Mike Frysinger <vapier@gentoo.org>
23
24 * config.in, configure: Regenerate.
25
80fc77e6
MF
262015-03-23 Mike Frysinger <vapier@gentoo.org>
27
28 * sim-main.h: Delete run-sim.h include.
29
ae7d0cac
MF
302015-03-16 Mike Frysinger <vapier@gentoo.org>
31
32 * config.in, configure: Regenerate.
33
c1e768db
MF
342015-03-14 Mike Frysinger <vapier@gentoo.org>
35
36 * aclocal.m4, configure: Regenerate.
37 * configure.ac: Call the common inline & warning macros.
38 * msp430-sim.c: Include unistd.h & trace.h.
39 * trace.c: Include trace.h.
40 (load_file_and_line): Move FILE* decl to top of scope.
41 * trace.h (msp430_get_current_source_location): Adjust prototype to
42 match the function definition.
43
465fb143
MF
442015-03-14 Mike Frysinger <vapier@gentoo.org>
45
46 * Makefile.in (SIM_RUN_OBJS): Delete.
47
10d602c7
NC
482015-02-24 Nick Clifton <nickc@redhat.com>
49
50 * msp430-sim.c (sim_open): Allocate memory regions matching those
51 declared in the libgloss/msp430 linker scripts.
52 Allow sim_load_file to fail.
53 (get_op): Test the correct address bit when checking for out of
54 range addresses.
55 Include the address in the error message when an illegal access to
56 the hardware multiplier is detected.
57 (put_op): Test the correct address bit when checking for out of
58 range addresses.
59
2974be62
AM
602014-08-19 Alan Modra <amodra@gmail.com>
61
62 * configure: Regenerate.
63
180eb063
NC
642014-08-19 Nick Clifton <nickc@redhat.com>
65
66 * msp430-sim.c: Move static hardware multiply support variables
67 from here...
68 * msp430-sim.h (msp430_cpu_state): ... into here ...
69 * msp430-sim.c (get_op, put_op): ... and update references to use
70 the msp430_cpu_state structure.
71
faa743bb
RM
722014-08-15 Roland McGrath <mcgrathr@google.com>
73
74 * configure: Regenerate.
75 * config.in: Regenerate.
76
aef392c4
NC
772014-06-03 Nick Clifton <nickc@redhat.com>
78
79 * msp430-sim.c (get_op): Handle reads of low result register when
80 in MAC mode.
81 (put_op): Copy MAC result into result words.
82 Handle writes to the low result register.
83
a7da346e
DD
842014-05-12 DJ Delorie <dj@redhat.com>
85
86 * msp43-sim.c (sign_ext): Change to "long long" to support
87 sign-extending 32-bit values.
88
8969934d
NC
892014-05-08 Nick Clifton <nickc@redhat.com>
90
91 * msp430-sim.c (sim_open): Do not allocate memory over the
92 hardware multiply registers.
93 (get_op): Add support for reads from the hardware multiply
94 registers.
95 (put_op): Add support for writes to the hardware multiply
96 registers.
97 (msp430_step_once): Add support for the RETI instruction used by
98 the CPUX architecture.
99
7b0278dc
MF
1002014-03-10 Mike Frysinger <vapier@gentoo.org>
101
102 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
103 bfd_get_start_address when abfd is not NULL and new_pc is zero.
104
a3271a3e
MF
1052014-03-10 Mike Frysinger <vapier@gentoo.org>
106
107 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
108 (msp430_step_once): Cast fprintf to fprintf_ftype.
109
bf3d9781
AM
1102013-09-23 Alan Modra <amodra@gmail.com>
111
112 * aclocal.m4, configure: Regenerate.
113
3346cfda
NC
1142013-06-21 Nick Clifton <nickc@redhat.com>
115
116 * Makefile.in: New.
117 * aclocal.m4: Generate.
118 * config.in: Generate.
119 * configure.ac: New.
120 * configure: Generate.
121 * msp430-sim.c: New.
122 * msp430-sim.h: New.
123 * sim-main.h: New.
124 * trace.c: New.
125 * trace.h: New.
This page took 0.098087 seconds and 4 git commands to generate.