sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
1 2015-04-17 Mike Frysinger <vapier@gentoo.org>
2
3 * sim-main.h (CIA_GET, CIA_SET): Delete.
4
5 2015-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
10 2015-04-13 Mike Frysinger <vapier@gentoo.org>
11
12 * configure: Regenerate.
13
14 2015-04-06 Mike Frysinger <vapier@gentoo.org>
15
16 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
17
18 2015-04-01 Mike Frysinger <vapier@gentoo.org>
19
20 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
21
22 2015-03-31 Mike Frysinger <vapier@gentoo.org>
23
24 * config.in, configure: Regenerate.
25
26 2015-03-23 Mike Frysinger <vapier@gentoo.org>
27
28 * sim-main.h: Delete run-sim.h include.
29
30 2015-03-16 Mike Frysinger <vapier@gentoo.org>
31
32 * config.in, configure: Regenerate.
33
34 2015-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
44 2015-03-14 Mike Frysinger <vapier@gentoo.org>
45
46 * Makefile.in (SIM_RUN_OBJS): Delete.
47
48 2015-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
60 2014-08-19 Alan Modra <amodra@gmail.com>
61
62 * configure: Regenerate.
63
64 2014-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
72 2014-08-15 Roland McGrath <mcgrathr@google.com>
73
74 * configure: Regenerate.
75 * config.in: Regenerate.
76
77 2014-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
84 2014-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
89 2014-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
100 2014-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
105 2014-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
110 2013-09-23 Alan Modra <amodra@gmail.com>
111
112 * aclocal.m4, configure: Regenerate.
113
114 2013-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.031063 seconds and 4 git commands to generate.