]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/msp430/ChangeLog
Fix --diable-shared --enable-plugins build breakage
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
1 2014-08-19 Alan Modra <amodra@gmail.com>
2
3 * configure: Regenerate.
4
5 2014-08-19 Nick Clifton <nickc@redhat.com>
6
7 * msp430-sim.c: Move static hardware multiply support variables
8 from here...
9 * msp430-sim.h (msp430_cpu_state): ... into here ...
10 * msp430-sim.c (get_op, put_op): ... and update references to use
11 the msp430_cpu_state structure.
12
13 2014-08-15 Roland McGrath <mcgrathr@google.com>
14
15 * configure: Regenerate.
16 * config.in: Regenerate.
17
18 2014-06-03 Nick Clifton <nickc@redhat.com>
19
20 * msp430-sim.c (get_op): Handle reads of low result register when
21 in MAC mode.
22 (put_op): Copy MAC result into result words.
23 Handle writes to the low result register.
24
25 2014-05-12 DJ Delorie <dj@redhat.com>
26
27 * msp43-sim.c (sign_ext): Change to "long long" to support
28 sign-extending 32-bit values.
29
30 2014-05-08 Nick Clifton <nickc@redhat.com>
31
32 * msp430-sim.c (sim_open): Do not allocate memory over the
33 hardware multiply registers.
34 (get_op): Add support for reads from the hardware multiply
35 registers.
36 (put_op): Add support for writes to the hardware multiply
37 registers.
38 (msp430_step_once): Add support for the RETI instruction used by
39 the CPUX architecture.
40
41 2014-03-10 Mike Frysinger <vapier@gentoo.org>
42
43 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
44 bfd_get_start_address when abfd is not NULL and new_pc is zero.
45
46 2014-03-10 Mike Frysinger <vapier@gentoo.org>
47
48 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
49 (msp430_step_once): Cast fprintf to fprintf_ftype.
50
51 2013-09-23 Alan Modra <amodra@gmail.com>
52
53 * aclocal.m4, configure: Regenerate.
54
55 2013-06-21 Nick Clifton <nickc@redhat.com>
56
57 * Makefile.in: New.
58 * aclocal.m4: Generate.
59 * config.in: Generate.
60 * configure.ac: New.
61 * configure: Generate.
62 * msp430-sim.c: New.
63 * msp430-sim.h: New.
64 * sim-main.h: New.
65 * trace.c: New.
66 * trace.h: New.