29ff2f74da71f1d3efb2a874e54b209535bdb306
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
1 2015-04-01 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
4
5 2015-03-31 Mike Frysinger <vapier@gentoo.org>
6
7 * config.in, configure: Regenerate.
8
9 2015-03-23 Mike Frysinger <vapier@gentoo.org>
10
11 * sim-main.h: Delete run-sim.h include.
12
13 2015-03-16 Mike Frysinger <vapier@gentoo.org>
14
15 * config.in, configure: Regenerate.
16
17 2015-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
27 2015-03-14 Mike Frysinger <vapier@gentoo.org>
28
29 * Makefile.in (SIM_RUN_OBJS): Delete.
30
31 2015-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
43 2014-08-19 Alan Modra <amodra@gmail.com>
44
45 * configure: Regenerate.
46
47 2014-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
55 2014-08-15 Roland McGrath <mcgrathr@google.com>
56
57 * configure: Regenerate.
58 * config.in: Regenerate.
59
60 2014-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
67 2014-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
72 2014-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
83 2014-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
88 2014-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
93 2013-09-23 Alan Modra <amodra@gmail.com>
94
95 * aclocal.m4, configure: Regenerate.
96
97 2013-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.
This page took 0.031898 seconds and 4 git commands to generate.