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