]> Git Repo - binutils.git/blob - sim/avr/ChangeLog
sim: unify sim_cia definition
[binutils.git] / sim / avr / ChangeLog
1 2015-04-18  Mike Frysinger  <[email protected]>
2
3         * sim-main.h (sim_cia): Delete.
4
5 2015-04-17  Mike Frysinger  <[email protected]>
6
7         * sim-main.h (CIA_GET, CIA_SET): Delete.
8
9 2015-04-16  Mike Frysinger  <[email protected]>
10
11         * interp.c (avr_pc_get, avr_pc_set): New functions.
12         (sim_open): Declare new local var i.  Call CPU_PC_FETCH &
13         CPU_PC_STORE for all cpus.
14
15 2015-04-15  Mike Frysinger  <[email protected]>
16
17         * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
18         * sim-main.h (STATE_CPU): Delete.
19
20 2015-04-13  Mike Frysinger  <[email protected]>
21
22         * configure: Regenerate.
23
24 2015-04-06  Mike Frysinger  <[email protected]>
25
26         * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
27
28 2015-04-01  Mike Frysinger  <[email protected]>
29
30         * tconfig.h: Delete.
31
32 2015-03-31  Mike Frysinger  <[email protected]>
33
34         * config.in, configure: Regenerate.
35
36 2015-03-28  Mike Frysinger  <[email protected]>
37
38         * Makefile.in (SIM_EXTRA_CFLAGS, SIM_RUN_OBJS, SIM_EXTRA_LIBS): Delete.
39         (interp.o): Delete rule.
40         (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
41         * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
42         SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT,
43         SIM_AC_OPTION_INLINE, and SIM_AC_OPTION_WARNINGS.
44         * interp.c: Delete gdb/callback.h, gdb/signals.h, dis-asm.h, and
45         sim-utils.h includes.  Include sim-main.h, sim-base.h, and
46         sim-options.h.
47         (tracing, lock_step, verbose): Delete.
48         (pc): Drop static.
49         (cur_bfd, cpu_exception, cpu_signal, sim_kind, myname, callback):
50         Delete.
51         (flash, sram): Add TODO.
52         (sim_size, disasm_read_memory, disasm_perror_memory,
53         disassemble_insn): Delete.
54         (sim_resume): Rename to ...
55         (step_once): ... this.  Mark static.  Delete step variable and while
56         loop, and unindent body.  Add #if 0 around tracing/verbose code.
57         Change cpu_exception to sim_engine_halt.
58         (sim_trace): Delete.
59         (sim_engine_run): New function.
60         (sim_stop_reason, sim_stop, sim_info): Delete.
61         (free_state): New function.
62         (sim_open, sim_close, sim_create_inferior): Rewrite from scratch.
63         (sim_load, sim_do_command, sim_set_callbacks,
64         sim_complete_command): delete.
65         * sim-main.h: New file.
66         * config.in, configure: Regenerate.
67
68 2015-03-16  Mike Frysinger  <[email protected]>
69
70         * aclocal.m4, config.in, configure: Regenerate.
71
72 2015-03-14  Mike Frysinger  <[email protected]>
73
74         * Makefile.in (SIM_EXTRA_CFLAGS): Set to
75         -DSIM_USE_DEPRECATED_RUN_FRONTEND.
76         (SIM_RUN_OBJS): Set to run.o.
77
78 2015-02-19  Mike Frysinger  <[email protected]>
79
80         * interp.c (sim_kill): Delete unused func.
81
82 2014-08-19  Alan Modra  <[email protected]>
83
84         * configure: Regenerate.
85
86 2014-08-15  Roland McGrath  <[email protected]>
87
88         * configure: Regenerate.
89         * config.in: Regenerate.
90
91 2014-03-10  Mike Frysinger  <[email protected]>
92
93         * interp.c (sim_do_command): Add const to cmd.
94
95 2014-03-05  Mike Frysinger  <[email protected]>
96
97         * interp.c (sim_load): Add const to prog.
98
99 2013-09-23  Alan Modra  <[email protected]>
100
101         * configure: Regenerate.
102
103 2013-06-03  Mike Frysinger  <[email protected]>
104
105         * aclocal.m4, configure: Regenerate.
106
107 2012-06-15  Joel Brobecker  <[email protected]>
108
109         * config.in, configure: Regenerate.
110
111 2012-05-24  Pedro Alves  <[email protected]>
112
113         PR gdb/7205
114         * Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
115
116 2012-03-24  Mike Frysinger  <[email protected]>
117
118         * aclocal.m4, config.in, configure: Regenerate.
119
120 2011-12-03  Mike Frysinger  <[email protected]>
121
122         * aclocal.m4: New file.
123         * configure: Regenerate.
124
125 2011-10-17  Mike Frysinger  <[email protected]>
126
127         * configure.ac: Change include to common/acinclude.m4.
128
129 2011-10-17  Mike Frysinger  <[email protected]>
130
131         * configure.ac: Change AC_PREREQ to 2.64.  Delete AC_CONFIG_HEADER
132         call.  Replace common.m4 include with SIM_AC_COMMON.
133         * configure: Regenerate.
134
135 2011-04-16  Mike Frysinger  <[email protected]>
136
137         * interp.c (sim_complete_command): New stub function.
138
139 2010-04-14  Mike Frysinger  <[email protected]>
140
141         * interp.c (sim_write): Add const to buffer arg.
This page took 0.035334 seconds and 4 git commands to generate.