]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/msp430/ChangeLog
sim/erc32: use SIM_AC_OPTION_HOSTENDIAN to probe for host endianess
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
c1e768db
MF
12015-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
465fb143
MF
112015-03-14 Mike Frysinger <vapier@gentoo.org>
12
13 * Makefile.in (SIM_RUN_OBJS): Delete.
14
10d602c7
NC
152015-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
2974be62
AM
272014-08-19 Alan Modra <amodra@gmail.com>
28
29 * configure: Regenerate.
30
180eb063
NC
312014-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
faa743bb
RM
392014-08-15 Roland McGrath <mcgrathr@google.com>
40
41 * configure: Regenerate.
42 * config.in: Regenerate.
43
aef392c4
NC
442014-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
a7da346e
DD
512014-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
8969934d
NC
562014-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
7b0278dc
MF
672014-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
a3271a3e
MF
722014-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
bf3d9781
AM
772013-09-23 Alan Modra <amodra@gmail.com>
78
79 * aclocal.m4, configure: Regenerate.
80
3346cfda
NC
812013-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.