sim: move sim-engine.o/sim-hrw.o to the common list
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
122bbfb5
MF
12015-04-06 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
4
1a8faa2a
MF
52015-04-01 Mike Frysinger <vapier@gentoo.org>
6
7 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
8
aadc9410
MF
92015-03-31 Mike Frysinger <vapier@gentoo.org>
10
11 * config.in, configure: Regenerate.
12
80fc77e6
MF
132015-03-23 Mike Frysinger <vapier@gentoo.org>
14
15 * sim-main.h: Delete run-sim.h include.
16
ae7d0cac
MF
172015-03-16 Mike Frysinger <vapier@gentoo.org>
18
19 * config.in, configure: Regenerate.
20
c1e768db
MF
212015-03-14 Mike Frysinger <vapier@gentoo.org>
22
23 * aclocal.m4, configure: Regenerate.
24 * configure.ac: Call the common inline & warning macros.
25 * msp430-sim.c: Include unistd.h & trace.h.
26 * trace.c: Include trace.h.
27 (load_file_and_line): Move FILE* decl to top of scope.
28 * trace.h (msp430_get_current_source_location): Adjust prototype to
29 match the function definition.
30
465fb143
MF
312015-03-14 Mike Frysinger <vapier@gentoo.org>
32
33 * Makefile.in (SIM_RUN_OBJS): Delete.
34
10d602c7
NC
352015-02-24 Nick Clifton <nickc@redhat.com>
36
37 * msp430-sim.c (sim_open): Allocate memory regions matching those
38 declared in the libgloss/msp430 linker scripts.
39 Allow sim_load_file to fail.
40 (get_op): Test the correct address bit when checking for out of
41 range addresses.
42 Include the address in the error message when an illegal access to
43 the hardware multiplier is detected.
44 (put_op): Test the correct address bit when checking for out of
45 range addresses.
46
2974be62
AM
472014-08-19 Alan Modra <amodra@gmail.com>
48
49 * configure: Regenerate.
50
180eb063
NC
512014-08-19 Nick Clifton <nickc@redhat.com>
52
53 * msp430-sim.c: Move static hardware multiply support variables
54 from here...
55 * msp430-sim.h (msp430_cpu_state): ... into here ...
56 * msp430-sim.c (get_op, put_op): ... and update references to use
57 the msp430_cpu_state structure.
58
faa743bb
RM
592014-08-15 Roland McGrath <mcgrathr@google.com>
60
61 * configure: Regenerate.
62 * config.in: Regenerate.
63
aef392c4
NC
642014-06-03 Nick Clifton <nickc@redhat.com>
65
66 * msp430-sim.c (get_op): Handle reads of low result register when
67 in MAC mode.
68 (put_op): Copy MAC result into result words.
69 Handle writes to the low result register.
70
a7da346e
DD
712014-05-12 DJ Delorie <dj@redhat.com>
72
73 * msp43-sim.c (sign_ext): Change to "long long" to support
74 sign-extending 32-bit values.
75
8969934d
NC
762014-05-08 Nick Clifton <nickc@redhat.com>
77
78 * msp430-sim.c (sim_open): Do not allocate memory over the
79 hardware multiply registers.
80 (get_op): Add support for reads from the hardware multiply
81 registers.
82 (put_op): Add support for writes to the hardware multiply
83 registers.
84 (msp430_step_once): Add support for the RETI instruction used by
85 the CPUX architecture.
86
7b0278dc
MF
872014-03-10 Mike Frysinger <vapier@gentoo.org>
88
89 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
90 bfd_get_start_address when abfd is not NULL and new_pc is zero.
91
a3271a3e
MF
922014-03-10 Mike Frysinger <vapier@gentoo.org>
93
94 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
95 (msp430_step_once): Cast fprintf to fprintf_ftype.
96
bf3d9781
AM
972013-09-23 Alan Modra <amodra@gmail.com>
98
99 * aclocal.m4, configure: Regenerate.
100
3346cfda
NC
1012013-06-21 Nick Clifton <nickc@redhat.com>
102
103 * Makefile.in: New.
104 * aclocal.m4: Generate.
105 * config.in: Generate.
106 * configure.ac: New.
107 * configure: Generate.
108 * msp430-sim.c: New.
109 * msp430-sim.h: New.
110 * sim-main.h: New.
111 * trace.c: New.
112 * trace.h: New.
This page took 0.102126 seconds and 4 git commands to generate.