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