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