]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/msp430/ChangeLog
sim: trace: centralize the system tracing
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
20bca71d
MF
12015-04-18 Mike Frysinger <vapier@gentoo.org>
2
3 * sim-main.h (SIM_CPU): Delete.
4
7e83aa92
MF
52015-04-18 Mike Frysinger <vapier@gentoo.org>
6
7 * sim-main.h (sim_cia): Delete.
8
034685f9
MF
92015-04-17 Mike Frysinger <vapier@gentoo.org>
10
11 * sim-main.h (CIA_GET, CIA_SET): Delete.
12
78e9aa70
MF
132015-04-15 Mike Frysinger <vapier@gentoo.org>
14
15 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
16 * sim-main.h (STATE_CPU): Delete.
17
bf12d44e
MF
182015-04-13 Mike Frysinger <vapier@gentoo.org>
19
20 * configure: Regenerate.
21
122bbfb5
MF
222015-04-06 Mike Frysinger <vapier@gentoo.org>
23
24 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
25
1a8faa2a
MF
262015-04-01 Mike Frysinger <vapier@gentoo.org>
27
28 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
29
aadc9410
MF
302015-03-31 Mike Frysinger <vapier@gentoo.org>
31
32 * config.in, configure: Regenerate.
33
80fc77e6
MF
342015-03-23 Mike Frysinger <vapier@gentoo.org>
35
36 * sim-main.h: Delete run-sim.h include.
37
ae7d0cac
MF
382015-03-16 Mike Frysinger <vapier@gentoo.org>
39
40 * config.in, configure: Regenerate.
41
c1e768db
MF
422015-03-14 Mike Frysinger <vapier@gentoo.org>
43
44 * aclocal.m4, configure: Regenerate.
45 * configure.ac: Call the common inline & warning macros.
46 * msp430-sim.c: Include unistd.h & trace.h.
47 * trace.c: Include trace.h.
48 (load_file_and_line): Move FILE* decl to top of scope.
49 * trace.h (msp430_get_current_source_location): Adjust prototype to
50 match the function definition.
51
465fb143
MF
522015-03-14 Mike Frysinger <vapier@gentoo.org>
53
54 * Makefile.in (SIM_RUN_OBJS): Delete.
55
10d602c7
NC
562015-02-24 Nick Clifton <nickc@redhat.com>
57
58 * msp430-sim.c (sim_open): Allocate memory regions matching those
59 declared in the libgloss/msp430 linker scripts.
60 Allow sim_load_file to fail.
61 (get_op): Test the correct address bit when checking for out of
62 range addresses.
63 Include the address in the error message when an illegal access to
64 the hardware multiplier is detected.
65 (put_op): Test the correct address bit when checking for out of
66 range addresses.
67
2974be62
AM
682014-08-19 Alan Modra <amodra@gmail.com>
69
70 * configure: Regenerate.
71
180eb063
NC
722014-08-19 Nick Clifton <nickc@redhat.com>
73
74 * msp430-sim.c: Move static hardware multiply support variables
75 from here...
76 * msp430-sim.h (msp430_cpu_state): ... into here ...
77 * msp430-sim.c (get_op, put_op): ... and update references to use
78 the msp430_cpu_state structure.
79
faa743bb
RM
802014-08-15 Roland McGrath <mcgrathr@google.com>
81
82 * configure: Regenerate.
83 * config.in: Regenerate.
84
aef392c4
NC
852014-06-03 Nick Clifton <nickc@redhat.com>
86
87 * msp430-sim.c (get_op): Handle reads of low result register when
88 in MAC mode.
89 (put_op): Copy MAC result into result words.
90 Handle writes to the low result register.
91
a7da346e
DD
922014-05-12 DJ Delorie <dj@redhat.com>
93
94 * msp43-sim.c (sign_ext): Change to "long long" to support
95 sign-extending 32-bit values.
96
8969934d
NC
972014-05-08 Nick Clifton <nickc@redhat.com>
98
99 * msp430-sim.c (sim_open): Do not allocate memory over the
100 hardware multiply registers.
101 (get_op): Add support for reads from the hardware multiply
102 registers.
103 (put_op): Add support for writes to the hardware multiply
104 registers.
105 (msp430_step_once): Add support for the RETI instruction used by
106 the CPUX architecture.
107
7b0278dc
MF
1082014-03-10 Mike Frysinger <vapier@gentoo.org>
109
110 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
111 bfd_get_start_address when abfd is not NULL and new_pc is zero.
112
a3271a3e
MF
1132014-03-10 Mike Frysinger <vapier@gentoo.org>
114
115 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
116 (msp430_step_once): Cast fprintf to fprintf_ftype.
117
bf3d9781
AM
1182013-09-23 Alan Modra <amodra@gmail.com>
119
120 * aclocal.m4, configure: Regenerate.
121
3346cfda
NC
1222013-06-21 Nick Clifton <nickc@redhat.com>
123
124 * Makefile.in: New.
125 * aclocal.m4: Generate.
126 * config.in: Generate.
127 * configure.ac: New.
128 * configure: Generate.
129 * msp430-sim.c: New.
130 * msp430-sim.h: New.
131 * sim-main.h: New.
132 * trace.c: New.
133 * trace.h: New.