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