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