]> Git Repo - binutils.git/blob - sim/microblaze/ChangeLog
sim: update configure.in->configure.ac docs
[binutils.git] / sim / microblaze / ChangeLog
1 2015-06-12  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-11  Mike Frysinger  <[email protected]>
10
11         * Makefile.in (SIM_OBJS): Add sim-resume.o.
12         * interp.c (sim_resume): rename to ...
13         (sim_engine_run): ... this.  Change CPU.exception setting to
14         sim_engine_halt calls.  Change do/while to while(1).  Call
15         sim_events_process when sim_events_tick is true.
16         (sim_stop_reason): Delete.
17         * sim-main.h (microblaze_regset): Delete exception member.
18
19 2015-04-18  Mike Frysinger  <[email protected]>
20
21         * sim-main.h (SIM_CPU): Delete.
22
23 2015-04-18  Mike Frysinger  <[email protected]>
24
25         * sim-main.h (sim_cia): Delete.
26
27 2015-04-17  Mike Frysinger  <[email protected]>
28
29         * interp.c (issue_messages, wbat, wlat, what, rbat, rlat, rhat,
30         sim_memory_size, MEM_SIZE_FLOOR, sim_size, init_pointers, sim_write,
31         sim_read, sim_do_command): Delete.
32         (set_initial_gprs): Delete memsize and call to init_pointers.
33         (sim_resume): Change rlat to MEM_RD_WORD.  Change issue_messages to
34         STATE_VERBOSE_P.
35         (sim_store_register, sim_fetch_register): Drop call to init_pointers.
36         (sim_open): Drop issue_messages setup.  Delete osize and call to
37         sim_size.  Call sim_do_commandf to set the memory size.
38         * microblaze.h (MEM): Delete.
39         (MEM_RD_BYTE): Change rbat to sim_core_read_1.
40         (MEM_RD_HALF): Change rhat to sim_core_read_2.
41         (MEM_RD_WORD): Change rlat to sim_core_read_4.
42         (MEM_WR_BYTE): Change wbat to sim_core_write_1.
43         (MEM_WR_HALF): Change what to sim_core_write_2.
44         (MEM_WR_WORD): Change wlat to sim_core_write_4.
45         * sim-main.h (microblaze_regset): Delete msize and memory.
46
47 2015-04-17  Mike Frysinger  <[email protected]>
48
49         * sim-main.h (CIA_GET, CIA_SET): Delete.
50
51 2015-04-17  Mike Frysinger  <[email protected]>
52
53         * interp.c (microblaze_pc_get, microblaze_pc_set): New functions.
54         (sim_open): Call CPU_PC_FETCH & CPU_PC_STORE for all cpus.
55
56 2015-04-15  Mike Frysinger  <[email protected]>
57
58         * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
59         * sim-main.h (STATE_CPU): Delete.
60
61 2015-04-13  Mike Frysinger  <[email protected]>
62
63         * configure: Regenerate.
64
65 2015-04-06  Mike Frysinger  <[email protected]>
66
67         * Makefile.in (SIM_OBJS): Delete sim-engine.o.
68
69 2015-03-31  Mike Frysinger  <[email protected]>
70
71         * config.in, configure: Regenerate.
72
73 2015-03-29  Mike Frysinger  <[email protected]>
74
75         * Makefile.in (SIM_RUN_OBJS, SIM_EXTRA_CFLAGS, SIM_EXTRA_LIBS): Delete.
76         (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
77         * interp.c: Drop sys/times.h, sys/param.h, run-sim.h, and sim-utils.h
78         includes.
79         (target_big_endian): Replace with CURRENT_TARGET_BYTE_ORDER.
80         (callback, microblaze_state, sim_kind, myname, sim_trace, sim_stop,
81         sim_load, sim_set_callbacks, sim_complete_command): Delete.
82         (wbat, wlat, what, rbat, rlat, rhat): Add SIM_CPU* as first arg.
83         (sim_size): Mark static and add SIM_CPU* as first arg.
84         (init_pointers): Add SIM_CPU* as first arg and pass to sim_size.
85         (set_initial_gprs): Add SIM_CPU* as first arg and pass to init_pointers.
86         (sim_resume): Add local cpu variable.  Pass it to rlat.
87         (sim_write, sim_read, sim_store_register, sim_fetch_register): Add local
88         cpu variable.  Pass it to init_pointers.
89         (sim_stop_reason, sim_do_command): Add local cpu variable.
90         (sim_info): Add local cpu and callback variables.
91         (free_state): New cleanup function.
92         (sim_open): Rewrite to use new common logic.
93         (sim_close): Delete body.
94         (sim_create_inferior): Delete call to set_initial_gprs.
95         * microblaze.h (CPU): Redefine using cpu.
96         (MEM_RD_BYTE, MEM_RD_HALF, MEM_RD_WORD, MEM_WR_BYTE, MEM_WR_HALF,
97         MEM_WR_WORD): Pass in cpu as first arg.
98         * sim-main.h (CIA_GET, CIA_SET, SIM_CPU): Define.
99         (MAX_NR_PROCESSORS): Delete.
100         (struct sim_state): Change cpu to *cpu, and rewrite STATE_CPU.
101
102 2015-03-29  Mike Frysinger  <[email protected]>
103
104         * interp.c (NUM_ELEM, heap_ptr, stack_ptr, memcycles, struct aout,
105         LONG, SHORT): Delete.
106         [WATCHFUNCTIONS]: Delete.
107         (sim_info) [WATCHFUNCTIONS]: Delete.
108         (sim_create_inferior): Delete avp, nargs, nenv, s_length, strings,
109         pointers, and hi_stack.
110         (sim_do_command): Delete the "watch" command.
111
112 2015-03-29  Mike Frysinger  <[email protected]>
113
114         * interp.c (sim_load): Set verbose to 0 when calling sim_load_file.
115
116 2015-03-29  Mike Frysinger  <[email protected]>
117
118         * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
119         SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT, and
120         SIM_AC_OPTION_INLINE.
121         * config.in, configure: Regenerate.
122
123 2015-03-16  Mike Frysinger  <[email protected]>
124
125         * interp.c: Strip trailing whitespace.
126
127 2015-03-16  Mike Frysinger  <[email protected]>
128
129         * configure.ac: Call SIM_AC_OPTION_WARNINGS.
130         * confingure: Regenerate.
131         * interp.c: Include run-sim.h.
132         (microblaze_extract_unsigned_integer): Mark static.
133         (microblaze_store_unsigned_integer): Likewise.
134         (int_sbrk, SEXTB, SEXTW, IOMEM): Delete.
135         (init_pointers, set_initial_gprs): Add (void) to prototype.
136         (opened, log_open, log_close, is_opened, handle_trap1, process_stub,
137         util, iu_carry): Delete.
138
139 2015-03-16  Mike Frysinger  <[email protected]>
140
141         * config.in, configure: Regenerate.
142
143 2015-03-14  Mike Frysinger  <[email protected]>
144
145         * Makefile.in (SIM_EXTRA_CFLAGS): Set to
146         -DSIM_USE_DEPRECATED_RUN_FRONTEND.
147         (SIM_RUN_OBJS): Set to run.o.
148         (SIM_EXTRA_CLEAN): Delete.
149         (interp.o, microblaze-clean): Delete rules.
150
151 2015-03-14  Mike Frysinger  <[email protected]>
152
153         * configure.ac (AC_CHECK_HEADERS): Delete.
154         * aclocal.m4, configure: Regenerate.
155
156 2015-03-08  Mike Frysinger  <[email protected]>
157
158         * interp.c (microblaze_extract_unsigned_integer): Change %ld to %zu.
159
160 2015-02-20  Mike Frysinger  <[email protected]>
161
162         * interp.c: Delete sysdep.h and netinet/in.h includes.
163         Include stdlib.h and string.h and unistd.h.
164         * sysdep.h: Delete.
165
166 2015-02-19  Mike Frysinger  <[email protected]>
167
168         * interp.c (sim_kill): Delete unused func.
169
170 2015-02-19  Mike Frysinger  <[email protected]>
171
172         * microblaze.isa: Add "microblaze_" prefix to "or", "and", and "xor".
173
174 2015-02-02  Chen Gang  <[email protected]>
175
176         * interp.c (sim_do_command): Call freeargv() before return.
177
178 2014-07-01  Chen Gang  <[email protected]>
179
180         * interp.c: Use long int format instead of int format.
181
182 2014-08-19  Alan Modra  <[email protected]>
183
184         * configure: Regenerate.
185
186 2014-08-15  Roland McGrath  <[email protected]>
187
188         * configure: Regenerate.
189         * config.in: Regenerate.
190
191 2014-03-10  Mike Frysinger  <[email protected]>
192
193         * interp.c (sim_do_command): Add const to cmd.
194
195 2014-03-05  Mike Frysinger  <[email protected]>
196
197         * interp.c (sim_load): Add const to prog.
198
199 2014-02-17  Mike Frysinger  <[email protected]>
200
201         PR gdb/16450
202         * interp.c (interrupt): Delete.
203         (sim_resume): Delete signal(SIGINT) handling.
204
205 2013-09-23  Alan Modra  <[email protected]>
206
207         * configure: Regenerate.
208
209 2013-06-03  Mike Frysinger  <[email protected]>
210
211         * aclocal.m4, configure: Regenerate.
212
213 2012-06-15  Joel Brobecker  <[email protected]>
214
215         * config.in, configure: Regenerate.
216
217 2012-03-24  Mike Frysinger  <[email protected]>
218
219         * aclocal.m4, config.in, configure: Regenerate.
220
221 2011-12-03  Mike Frysinger  <[email protected]>
222
223         * aclocal.m4: New file.
224         * configure: Regenerate.
225
226 2011-10-17  Mike Frysinger  <[email protected]>
227
228         * configure.ac: Change include to common/acinclude.m4.
229
230 2011-10-17  Mike Frysinger  <[email protected]>
231
232         * configure.ac: Change AC_PREREQ to 2.64.  Delete AC_CONFIG_HEADER
233         call.  Replace common.m4 include with SIM_AC_COMMON.
234         * configure: Regenerate.
235
236 2011-04-16  Mike Frysinger  <[email protected]>
237
238         * interp.c (sim_complete_command): New stub function.
239
240 2010-04-14  Mike Frysinger  <[email protected]>
241
242         * interp.c (sim_write): Add const to buffer arg.
This page took 0.039554 seconds and 4 git commands to generate.