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