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