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