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