]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/msp430/ChangeLog
sim: msp430: use common warnings options
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
1 2015-03-14 Mike Frysinger <vapier@gentoo.org>
2
3 * aclocal.m4, configure: Regenerate.
4 * configure.ac: Call the common inline & warning macros.
5 * msp430-sim.c: Include unistd.h & trace.h.
6 * trace.c: Include trace.h.
7 (load_file_and_line): Move FILE* decl to top of scope.
8 * trace.h (msp430_get_current_source_location): Adjust prototype to
9 match the function definition.
10
11 2015-03-14 Mike Frysinger <vapier@gentoo.org>
12
13 * Makefile.in (SIM_RUN_OBJS): Delete.
14
15 2015-02-24 Nick Clifton <nickc@redhat.com>
16
17 * msp430-sim.c (sim_open): Allocate memory regions matching those
18 declared in the libgloss/msp430 linker scripts.
19 Allow sim_load_file to fail.
20 (get_op): Test the correct address bit when checking for out of
21 range addresses.
22 Include the address in the error message when an illegal access to
23 the hardware multiplier is detected.
24 (put_op): Test the correct address bit when checking for out of
25 range addresses.
26
27 2014-08-19 Alan Modra <amodra@gmail.com>
28
29 * configure: Regenerate.
30
31 2014-08-19 Nick Clifton <nickc@redhat.com>
32
33 * msp430-sim.c: Move static hardware multiply support variables
34 from here...
35 * msp430-sim.h (msp430_cpu_state): ... into here ...
36 * msp430-sim.c (get_op, put_op): ... and update references to use
37 the msp430_cpu_state structure.
38
39 2014-08-15 Roland McGrath <mcgrathr@google.com>
40
41 * configure: Regenerate.
42 * config.in: Regenerate.
43
44 2014-06-03 Nick Clifton <nickc@redhat.com>
45
46 * msp430-sim.c (get_op): Handle reads of low result register when
47 in MAC mode.
48 (put_op): Copy MAC result into result words.
49 Handle writes to the low result register.
50
51 2014-05-12 DJ Delorie <dj@redhat.com>
52
53 * msp43-sim.c (sign_ext): Change to "long long" to support
54 sign-extending 32-bit values.
55
56 2014-05-08 Nick Clifton <nickc@redhat.com>
57
58 * msp430-sim.c (sim_open): Do not allocate memory over the
59 hardware multiply registers.
60 (get_op): Add support for reads from the hardware multiply
61 registers.
62 (put_op): Add support for writes to the hardware multiply
63 registers.
64 (msp430_step_once): Add support for the RETI instruction used by
65 the CPUX architecture.
66
67 2014-03-10 Mike Frysinger <vapier@gentoo.org>
68
69 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
70 bfd_get_start_address when abfd is not NULL and new_pc is zero.
71
72 2014-03-10 Mike Frysinger <vapier@gentoo.org>
73
74 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
75 (msp430_step_once): Cast fprintf to fprintf_ftype.
76
77 2013-09-23 Alan Modra <amodra@gmail.com>
78
79 * aclocal.m4, configure: Regenerate.
80
81 2013-06-21 Nick Clifton <nickc@redhat.com>
82
83 * Makefile.in: New.
84 * aclocal.m4: Generate.
85 * config.in: Generate.
86 * configure.ac: New.
87 * configure: Generate.
88 * msp430-sim.c: New.
89 * msp430-sim.h: New.
90 * sim-main.h: New.
91 * trace.c: New.
92 * trace.h: New.