]>
Commit | Line | Data |
---|---|---|
8d0978fb MF |
1 | 2015-06-23 Mike Frysinger <[email protected]> |
2 | ||
3 | * configure: Regenerate. | |
4 | ||
a3487082 MF |
5 | 2015-06-12 Mike Frysinger <[email protected]> |
6 | ||
7 | * configure: Regenerate. | |
8 | ||
306f4178 MF |
9 | 2015-06-12 Mike Frysinger <[email protected]> |
10 | ||
11 | * configure: Regenerate. | |
12 | ||
20bca71d MF |
13 | 2015-04-18 Mike Frysinger <[email protected]> |
14 | ||
15 | * sim-main.h (SIM_CPU): Delete. | |
16 | ||
7e83aa92 MF |
17 | 2015-04-18 Mike Frysinger <[email protected]> |
18 | ||
19 | * sim-main.h (sim_cia): Delete. | |
20 | ||
034685f9 MF |
21 | 2015-04-17 Mike Frysinger <[email protected]> |
22 | ||
23 | * sim-main.h (CIA_GET, CIA_SET): Delete. | |
24 | ||
27b97b40 MF |
25 | 2015-04-17 Mike Frysinger <[email protected]> |
26 | ||
27 | * interp.c (d10v_pc_get, d10v_pc_set): New functions. | |
28 | (sim_open): Declare new local var i. Call CPU_PC_FETCH & | |
29 | CPU_PC_STORE for all cpus. | |
30 | ||
78e9aa70 MF |
31 | 2015-04-15 Mike Frysinger <[email protected]> |
32 | ||
33 | * Makefile.in (SIM_OBJS): Delete sim-cpu.o. | |
34 | * sim-main.h (STATE_CPU): Delete. | |
35 | ||
bf12d44e MF |
36 | 2015-04-13 Mike Frysinger <[email protected]> |
37 | ||
38 | * configure: Regenerate. | |
39 | ||
122bbfb5 MF |
40 | 2015-04-06 Mike Frysinger <[email protected]> |
41 | ||
42 | * Makefile.in (SIM_OBJS): Delete sim-engine.o. | |
43 | ||
b366059a MF |
44 | 2015-04-02 Mike Frysinger <[email protected]> |
45 | ||
46 | * interp.c (lookup_hash): Change SIGILL to GDB_SIGNAL_ILL. | |
47 | (sim_resume): Change SIGBUS/SIGSEGV to GDB_SIGNAL_BUS, SIGILL to | |
48 | GDB_SIGNAL_ILL, and SIGTRAP to GDB_SIGNAL_TRAP. | |
49 | ||
0fe84f3f MF |
50 | 2015-04-01 Mike Frysinger <[email protected]> |
51 | ||
52 | * interp.c (sim_set_profile, sim_set_profile_size): Delete. | |
53 | ||
b38f7f34 MF |
54 | 2015-03-31 Mike Frysinger <[email protected]> |
55 | ||
56 | * Makefile.in (simops.o): New rule. | |
57 | ||
541ebcee MF |
58 | 2015-03-30 Mike Frysinger <[email protected]> |
59 | ||
60 | * d10v_sim.h (text, text_start, text_end, prog_bfd): Delete. | |
61 | (SEXT8, SEXT16, SEXT32, MASK32): Undefine. | |
62 | * interp.c: Delete run-sim.h and d10v_sim.h includes. Include | |
63 | sim-main.h and sim-options.h. | |
64 | (myname, sim_kind, init_text_p, prog_bfd_was_opened_p, prog_bfd, | |
65 | text, text_start, text_end, decode_pc, sim_set_profile, | |
66 | sim_set_profile_size, sim_set_trace, sim_set_callbacks, | |
67 | sim_trace, sim_do_command, sim_load): Delete. | |
68 | (INLINE): Delete define. | |
69 | (free_state): New function. | |
70 | (trace_sd): Declare global variable. | |
71 | (sim_open): Rewrite to use new common logic. | |
72 | (sim_close): Delete body. | |
73 | * Makefile.in (SIM_RUN_OBJS, SIM_EXTRA_CFLAGS): Delete. | |
74 | (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS). | |
75 | * sim-main.h: New file. | |
76 | * simops.c: Change d10v_sim.h include to sim-main.h. | |
77 | (trace_input_func): Rewrite pc checks to use trace_sd. | |
78 | ||
a87686e5 MF |
79 | 2015-03-30 Mike Frysinger <[email protected]> |
80 | ||
81 | * Makefile.in (SIM_EXTRA_CFLAGS): Delete -DNEED_UI_LOOP_HOOK. | |
82 | * interp.c [NEED_UI_LOOP_HOOK] (UI_LOOP_POLL_INTERVAL, | |
83 | ui_loop_hook_counter, deprecated_ui_loop_hook): Delete. | |
84 | (sim_resume) [NEED_UI_LOOP_HOOK]: Delete ui code. | |
85 | ||
11558abc MF |
86 | 2015-03-30 Mike Frysinger <[email protected]> |
87 | ||
88 | * Makefile.in (gencode.o, d10v-opc.o): Add $(WARN_CFLAGS). | |
89 | (gencode): Add $(BUILD_LDFLAGS). | |
90 | * endian.c (get_word, get_longword, get_longlong, write_word, | |
91 | write_longword, write_longlong): Convert old style prototypes. | |
92 | * gencode.c: Include string.h. | |
93 | (main): Convert old style prototype. | |
94 | (write_header): Convert old style prototype and fix printf format. | |
95 | (write_template, write_opcodes): Likewise. | |
96 | (check_opcodes): Mark static void. | |
97 | * interp.c: Include inttypes.h and run-sim.h. | |
98 | (hash, lookup_hash, decode_pc, do_long, do_2_short, do_parallel, | |
99 | add_commas, sim_size, sim_write, sim_read, sim_open, sim_close, | |
100 | sim_set_profile, sim_set_profile_size, sim_stop, +sim_resume, | |
101 | sim_info, sim_set_callbacks, sim_stop_reason, sim_fetch_register, | |
102 | sim_store_register, sim_do_command, sim_load): Convert old style | |
103 | prototypes. | |
104 | (sim_create_inferior): Fix pointer cast to use uintptr_t. | |
105 | * simops.c (strrchr): Delete prototype. | |
106 | (trace_input_func): Mark name static. | |
107 | (trace_input_func, trace_output_void, trace_output_flag): Convert old style | |
108 | prototypes. | |
109 | (OP_*): Convert old style prototypes. | |
110 | ||
ef9535c6 MF |
111 | 2015-03-30 Mike Frysinger <[email protected]> |
112 | ||
113 | * Makefile.in (interp.o, simops.o, endian.o, table.o): Delete rules. | |
114 | * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT, | |
115 | SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT, and | |
116 | SIM_AC_OPTION_INLINE. | |
117 | * config.in, configure: Regenerate. | |
118 | * interp.c (sim_trace): Define. | |
119 | ||
ae7d0cac MF |
120 | 2015-03-16 Mike Frysinger <[email protected]> |
121 | ||
122 | * config.in, configure: Regenerate. | |
123 | ||
465fb143 MF |
124 | 2015-03-14 Mike Frysinger <[email protected]> |
125 | ||
126 | * Makefile.in (SIM_EXTRA_CFLAGS): Add | |
127 | -DSIM_USE_DEPRECATED_RUN_FRONTEND. | |
128 | (SIM_RUN_OBJS): Set to run.o. | |
129 | ||
5cddc23a MF |
130 | 2015-03-14 Mike Frysinger <[email protected]> |
131 | ||
132 | * configure.ac (AC_CHECK_HEADERS): Delete. | |
133 | * aclocal.m4, configure: Regenerate. | |
134 | ||
2974be62 AM |
135 | 2014-08-19 Alan Modra <[email protected]> |
136 | ||
137 | * configure: Regenerate. | |
138 | ||
faa743bb RM |
139 | 2014-08-15 Roland McGrath <[email protected]> |
140 | ||
141 | * configure: Regenerate. | |
142 | * config.in: Regenerate. | |
143 | ||
60d847df MF |
144 | 2014-03-10 Mike Frysinger <[email protected]> |
145 | ||
146 | * interp.c (sim_do_command): Add const to cmd. | |
147 | ||
b2b255bd MF |
148 | 2014-03-05 Mike Frysinger <[email protected]> |
149 | ||
150 | * interp.c (sim_load): Add const to prog. | |
151 | ||
1a8a700e MF |
152 | 2014-03-04 Mike Frysinger <[email protected]> |
153 | ||
154 | * configure: Regenerate. | |
155 | ||
bf3d9781 AM |
156 | 2013-09-23 Alan Modra <[email protected]> |
157 | ||
158 | * configure: Regenerate. | |
159 | ||
31e6ad7d MF |
160 | 2013-06-03 Mike Frysinger <[email protected]> |
161 | ||
162 | * aclocal.m4, configure: Regenerate. | |
163 | ||
d3685d60 TT |
164 | 2013-05-10 Freddie Chopin <[email protected]> |
165 | ||
166 | * configure: Rebuild. | |
167 | ||
d0a5a356 JB |
168 | 2012-06-19 Joel Brobecker <[email protected]> |
169 | ||
170 | * interp.c: #include "config.h" instead of "sysdep.h". | |
171 | Add conditional include of string.h or strings.h, as well as | |
172 | conditional include of stdlib.h. | |
173 | ||
5f3ef9d0 JB |
174 | 2012-06-15 Joel Brobecker <[email protected]> |
175 | ||
176 | * config.in, configure: Regenerate. | |
177 | ||
a493e3e2 PA |
178 | 2012-05-24 Pedro Alves <[email protected]> |
179 | ||
180 | PR gdb/7205 | |
181 | ||
182 | Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. | |
183 | ||
2232061b MF |
184 | 2012-03-24 Mike Frysinger <[email protected]> |
185 | ||
186 | * aclocal.m4, config.in, configure: Regenerate. | |
187 | ||
db2e4d67 MF |
188 | 2011-12-03 Mike Frysinger <[email protected]> |
189 | ||
190 | * aclocal.m4: New file. | |
191 | * configure: Regenerate. | |
192 | ||
9c082ca8 MF |
193 | 2011-10-17 Mike Frysinger <[email protected]> |
194 | ||
195 | * configure.ac: Change include to common/acinclude.m4. | |
196 | ||
6ffe910a MF |
197 | 2011-10-17 Mike Frysinger <[email protected]> |
198 | ||
199 | * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER | |
200 | call. Replace common.m4 include with SIM_AC_COMMON. | |
201 | * configure: Regenerate. | |
202 | ||
5558e7e6 MF |
203 | 2010-04-14 Mike Frysinger <[email protected]> |
204 | ||
205 | * interp.c (sim_write): Add const to buffer arg. | |
206 | ||
3725885a RW |
207 | 2010-01-09 Ralf Wildenhues <[email protected]> |
208 | ||
209 | * configure: Regenerate. | |
210 | ||
d6416cdc RW |
211 | 2009-08-22 Ralf Wildenhues <[email protected]> |
212 | ||
81ecdfbb RW |
213 | * config.in: Regenerate. |
214 | * configure: Likewise. | |
215 | ||
d6416cdc RW |
216 | * configure: Regenerate. |
217 | ||
b5bd9624 HPN |
218 | 2008-07-11 Hans-Peter Nilsson <[email protected]> |
219 | ||
220 | * configure: Regenerate to track ../common/common.m4 changes. | |
221 | * config.in: Ditto. | |
222 | ||
6efef468 JM |
223 | 2008-06-06 Vladimir Prus <[email protected]> |
224 | Daniel Jacobowitz <[email protected]> | |
225 | Joseph Myers <[email protected]> | |
226 | ||
227 | * configure: Regenerate. | |
228 | ||
edc5d9ec HPN |
229 | 2006-12-21 Hans-Peter Nilsson <[email protected]> |
230 | ||
231 | * acconfig.h: Remove. | |
232 | * config.in: Regenerate. | |
233 | ||
e85e3205 RE |
234 | 2006-06-13 Richard Earnshaw <[email protected]> |
235 | ||
236 | * configure: Regenerated. | |
237 | ||
2f0122dc DJ |
238 | 2006-06-05 Daniel Jacobowitz <[email protected]> |
239 | ||
240 | * configure: Regenerated. | |
241 | ||
20e95c23 DJ |
242 | 2006-05-31 Daniel Jacobowitz <[email protected]> |
243 | ||
244 | * configure: Regenerated. | |
245 | ||
9517c978 NC |
246 | 2006-04-18 Nick Clifton <[email protected]> |
247 | ||
248 | * interp.c (sim_stop_reason): Fix typo. | |
249 | ||
aba6488e MM |
250 | 2005-11-28 Mark Mitchell <[email protected]> |
251 | ||
252 | * interp.c (gdb/signals.h): Include it. | |
253 | (sim_stop_reason): Use TARGET_SIGNAL_*. | |
254 | ||
2b193c4a MK |
255 | 2005-03-23 Mark Kettenis <[email protected]> |
256 | ||
257 | * configure: Regenerate. | |
258 | ||
35695fd6 AC |
259 | 2005-01-14 Andrew Cagney <[email protected]> |
260 | ||
261 | * configure.ac: Sinclude aclocal.m4 before common.m4. Add | |
262 | explicit call to AC_CONFIG_HEADER. | |
263 | * configure: Regenerate. | |
264 | ||
f0569246 AC |
265 | 2005-01-12 Andrew Cagney <[email protected]> |
266 | ||
267 | * configure.ac: Update to use ../common/common.m4. | |
268 | * configure: Re-generate. | |
269 | ||
38f48d72 AC |
270 | 2005-01-11 Andrew Cagney <[email protected]> |
271 | ||
272 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
273 | ||
b7026657 AC |
274 | 2005-01-07 Andrew Cagney <[email protected]> |
275 | ||
276 | * configure.ac: Rename configure.in, require autoconf 2.59. | |
277 | * configure: Re-generate. | |
278 | ||
379832de HPN |
279 | 2004-12-08 Hans-Peter Nilsson <[email protected]> |
280 | ||
281 | * configure: Regenerate for ../common/aclocal.m4 update. | |
282 | ||
0aaa4a81 AC |
283 | 2004-06-28 Andrew Cagney <[email protected]> |
284 | ||
285 | * interp.c (sim_resume): Rename ui_loop_hook to | |
286 | deprecated_ui_loop_hook. | |
287 | ||
fc0a2244 AC |
288 | 2003-10-30 Andrew Cagney <[email protected]> |
289 | ||
290 | * simops.c: Replace "struct symbol_cache_entry" with "struct | |
291 | bfd_symbol". | |
292 | ||
ea086965 AC |
293 | 2003-06-22 Andrew Cagney <[email protected]> |
294 | ||
295 | * interp.c (xfer_mem): Simplify. Only do a single partial | |
296 | transfer. Problem reported by Tom Rix. | |
297 | ||
f6684c31 AC |
298 | 2003-05-07 Andrew Cagney <[email protected]> |
299 | ||
300 | * interp.c (sim_d10v_translate_addr): Add "regcache" parameter. | |
301 | (sim_d10v_translate_imap_addr): Ditto. | |
302 | (sim_d10v_translate_dmap_addr): Ditto. | |
303 | (xfer_mem): Pass NULL regcache to sim_d10v_translate_addr. | |
304 | (dmem_addr): Pass NULL regcache to sim_d10v_translate_dmap_addr. | |
305 | (dmap_register, imap_register): Add "regcache" parameter. | |
306 | (imem_addr): Pass NULL regcache to sim_d10v_translate_imap_addr. | |
307 | (sim_fetch_register): Pass NULL regcache to imap_register and | |
308 | dmap_register. | |
309 | ||
6b4a8935 AC |
310 | 2003-02-27 Andrew Cagney <[email protected]> |
311 | ||
312 | * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd. | |
313 | ||
d25b1553 AC |
314 | 2002-11-13 Andrew Cagney <[email protected]> |
315 | ||
316 | * simops.c: Include <string.h>. | |
317 | ||
57af9c8b AC |
318 | 2002-06-17 Andrew Cagney <[email protected]> |
319 | ||
320 | * d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum. | |
321 | ||
c8cca39f AC |
322 | 2002-06-16 Andrew Cagney <[email protected]> |
323 | ||
324 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
325 | ||
3d2957e6 TR |
326 | 2002-06-13 Tom Rix <[email protected]> |
327 | ||
328 | * interp.c (xfer_mem): Fix transfers across multiple segments. | |
329 | ||
3c25f8c7 AC |
330 | 2002-06-09 Andrew Cagney <[email protected]> |
331 | ||
332 | * Makefile.in (INCLUDE): Update path to callback.h. | |
333 | * gencode.c: Do not include "callback.h". | |
334 | * d10v_sim.h: Include "gdb/callback.h" and "gdb/remote-sim.h". | |
335 | * interp.c: Ditto. | |
336 | ||
983b727e AC |
337 | 2002-06-08 Andrew Cagney <[email protected]> |
338 | ||
339 | * interp.c (sim_fetch_register): Fix name of enum used in cast. | |
340 | (sim_store_register): Ditto. | |
341 | ||
676ab6a0 | 342 | 2002-06-02 Elena Zannoni <[email protected]> |
c7675842 EZ |
343 | |
344 | From Jason Eckhardt <[email protected]> | |
345 | * d10v_sim.h (INC_ADDR): Correctly handle the case where MOD_E is | |
346 | less than MOD_S (post-decrement). | |
347 | ||
18c0df9e AC |
348 | 2002-06-01 Andrew Cagney <[email protected]> |
349 | ||
350 | * interp.c (sim_fetch_register, sim_store_register): Use a switch | |
351 | statement and enums from "sim-d10v.h". | |
352 | ||
1aa5e64f EZ |
353 | 2002-05-28 Elena Zannoni <[email protected]> |
354 | ||
355 | * interp.c (sim_create_inferior): Add comment. | |
356 | ||
357 | From Alan Matsuoka <[email protected]>: | |
358 | From 2001-04-27 Jason Eckhardt <[email protected]>: | |
359 | * simops.c (OP_4400): Output "mvf0f" instead of "mf0f". | |
360 | (OP_4401): Output "mvf0t" instead of "mf0t". | |
361 | (OP_460B): Do not output a flag register. | |
362 | (OP_4609): Do not output a flag register. | |
363 | ||
b91b96f4 AC |
364 | 2002-05-23 Andrew Cagney <[email protected]> |
365 | ||
366 | * Makefile.in (INCLUDE): Add "gdb/sim-d10v.h". | |
367 | * interp.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". | |
368 | ||
962b3ead JM |
369 | 2001-08-01 John R. Moore <[email protected]> |
370 | ||
371 | * interp.c (sim_create_inferior): Removed a hack that stated | |
372 | it was setting r0/r1 with argc/argv. | |
373 | ||
d4424ada C |
374 | 2001-04-15 J.T. Conklin <[email protected]> |
375 | ||
376 | * Makefile.in (simops.o): Add simops.h to dependency list. | |
377 | ||
eb2d80b4 AC |
378 | Tue May 23 21:39:23 2000 Andrew Cagney <[email protected]> |
379 | ||
380 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
381 | ||
27842f65 AC |
382 | Tue Apr 18 16:26:41 2000 Andrew Cagney <[email protected]> |
383 | ||
384 | * interp.c (sim_resume): Deliver SIGILL. | |
385 | (lookup_hash): Do not print SIGILL message. | |
386 | ||
baa7ae6f AC |
387 | Tue Feb 22 18:24:56 2000 Andrew Cagney <[email protected]> |
388 | ||
389 | * Makefile.in (SIM_EXTRA_CFLAGS): Define SIM_HAVE_ENVIRONMENT. | |
390 | * interp.c (sim_set_trace): Replace sim_trace. Enable tracing. | |
391 | ||
ba744a4f AC |
392 | Tue Feb 8 17:41:12 2000 Andrew Cagney <[email protected]> |
393 | ||
394 | * d10v_sim.h (SIG_D10V_BUS): Define. | |
395 | ||
396 | * simops.c (address_exception): Delete function. | |
397 | (OP_30000000, OP_6401, OP_6001, OP_6000, OP_32010000, OP_31000000, | |
398 | OP_6601, OP_6201, OP_6200, OP_33010000, OP_34000000, OP_6800, | |
399 | OP_6C1F, OP_6801, OP_6C01, OP_36010000, OP_35000000, OP_6A00, | |
400 | OP_6E1F, OP_6A01, OP_6E01, OP_37010000): Replace call to | |
401 | address_exception with code that sets SIG_D10V_BUS. | |
402 | ||
403 | * interp.c (sim_resume): When SIGBUS or SIGSEGV, deliver a bus | |
404 | error to the simulator before resuming execution. | |
405 | (sim_trace): Check stop reason and use that to determine sim_trace | |
406 | return value. | |
407 | (sim_stop_reason): For SIG_D10V_BUS return a SIGBUS / SIGSEGV | |
408 | sigrc. | |
409 | ||
410 | Tue Jan 18 16:07:42 MST 2000 Diego Novillo <[email protected]> | |
411 | ||
412 | * interp.c (sim_create_inferior): Change internal initial value for | |
413 | DMAP2 to 0x2000. | |
414 | ||
c3f6f71d JM |
415 | Mon Jan 3 02:06:07 2000 Andrew Cagney <[email protected]> |
416 | ||
417 | * interp.c (lookup_hash): Stop the update of the PC when there was | |
418 | an illegal instruction exception. | |
419 | ||
420 | Mon Jan 3 00:14:33 2000 Andrew Cagney <[email protected]> | |
421 | ||
422 | * simops.c (address_exception): New function. | |
423 | (OP_30000000, OP_6401, OP_6001, OP_6000, OP_32010000, OP_31000000, | |
424 | OP_6601, OP_6201, OP_6200, OP_33010000, OP_34000000, OP_6800, | |
425 | OP_6C1F, OP_6801, OP_6C01, OP_36010000, OP_35000000, OP_6A00, | |
426 | OP_6E1F, OP_6A01, OP_6E01, OP_37010000): For "ld", "ld2w", "st" | |
427 | and "st2w" check that the address is aligned. | |
428 | ||
8ae7f924 FCE |
429 | 1999-12-30 Chandra Chavva <[email protected]> |
430 | ||
431 | * d10v_sim.h (INC_ADDR): Added code to assign | |
432 | proper address for loads with predec operations. | |
433 | ||
c2d11a7d JM |
434 | 1999-11-25 Nick Clifton <[email protected]> |
435 | ||
436 | * simops.c (OP_4E0F): New function: Simulate new bit pattern for | |
437 | cpfg instruction. | |
438 | ||
4ce44c66 JM |
439 | Fri Oct 29 18:34:28 1999 Andrew Cagney <[email protected]> |
440 | ||
441 | * simops.c (move_to_cr): Don't allow user to set PSW.DM in either | |
442 | DPSW and BPSW. | |
443 | ||
444 | Thu Oct 28 01:26:18 1999 Andrew Cagney <[email protected]> | |
445 | ||
446 | * simops.c (OP_5F20): Use SET_HW_PSW when updating PSW. | |
447 | (PSW_HW_MASK): Declare. | |
448 | ||
449 | * d10v_sim.h (move_to_cr): Add ``psw_hw_p'' parameter. | |
450 | (SET_CREG, SET_PSW_BIT): Update. | |
451 | (SET_HW_CREG, SET_HW_PSW): Define. | |
452 | ||
453 | Sun Oct 24 21:38:04 1999 Andrew Cagney <[email protected]> | |
454 | ||
455 | * interp.c (sim_d10v_translate_dmap_addr): Fix extraction of IOSP | |
456 | for DMAP3. | |
457 | ||
458 | Sun Oct 24 16:04:16 1999 Andrew Cagney <[email protected]> | |
459 | ||
460 | * interp.c (sim_d10v_translate_addr): New function. | |
461 | (xfer_mem): Rewrite. Use sim_d10v_translate_addr. | |
462 | (map_memory): Make INLINE. | |
463 | ||
464 | Sun Oct 24 13:45:19 1999 Andrew Cagney <[email protected]> | |
465 | ||
466 | * interp.c (sim_d10v_translate_dmap_addr): New function. | |
467 | (dmem_addr): Rewrite. Use sim_d10v_translate_dmap_addr. Change | |
468 | offset parameter to type uint16. | |
469 | * d10v_sim.h (dmem_addr): Update declaration. | |
470 | ||
471 | Sun Oct 24 13:07:31 1999 Andrew Cagney <[email protected]> | |
472 | ||
473 | * interp.c (imap_register, set_imap_register, dmap_register, | |
474 | set_imap_register): Use map_memory. | |
475 | (DMAP): Update. | |
476 | (sim_create_inferior): Initialize all DMAP registers. NOTE that | |
477 | DMAP2, in internal memory mode, is set to 0x0000 and NOT | |
478 | 0x2000. This is consistent with the older d10v boards. | |
479 | ||
480 | Sun Oct 24 11:22:12 1999 Andrew Cagney <[email protected]> | |
481 | ||
482 | * interp.c (sim_d10v_translate_imap_addr): New function. | |
483 | (imem_addr): Rewrite. Use sim_d10v_translate_imap_addr. | |
484 | (last_from, last_to): Declare. | |
485 | ||
486 | Sun Oct 24 01:21:56 1999 Andrew Cagney <[email protected]> | |
487 | ||
488 | * d10v_sim.h (struct d10v_memory): Define. Support very long | |
489 | memories. | |
490 | (struct _state): Replace imem, dmem and umem by mem. | |
491 | (IMAP_BLOCK_SIZE, DMAP_BLOCK_SIZE, SEGMENT_SIZE, IMEM_SEGMENTS, | |
492 | DMEM_SEGMENTS, UMEM_SEGMENTS): Define. | |
493 | ||
494 | * interp.c (map_memory): New function. | |
495 | (sim_size, xfer_memory, imem_addr, dmem_addr): Update. | |
496 | (UMEM_SEGMENTS): Moveed to "d10v_sim.h". | |
497 | (IMEM_SIZEDMEM_SIZE): Delete. | |
498 | ||
499 | Sat Oct 23 20:06:58 1999 Andrew Cagney <[email protected]> | |
500 | ||
501 | * interp.c: Include "sim-d10v.h". | |
502 | (imap_register, set_imap_register, dmap_register, | |
503 | set_dmap_register, spi_register, spu_register, set_spi_register, | |
504 | set_spu_register): New functions. | |
505 | (sim_create_inferior): Update. | |
506 | (sim_fetch_register, sim_store_register): Rewrite. Use enums | |
507 | defined in sim-d10v.h. | |
508 | ||
509 | * d10v_sim.h (DEBUG_MEMORY): Define. | |
510 | (IMAP0, IMAP1, DMAP, SET_IMAP0, SET_IMAP1, SET_DMAP): Delete. | |
511 | ||
512 | Sat Oct 23 18:41:18 1999 Andrew Cagney <[email protected]> | |
513 | ||
514 | * interp.c (sim_open): Allow a debug value to be passed to the -t | |
515 | option. | |
516 | (lookup_hash): Don't exit on an illegal instruction. | |
517 | (do_long, do_2_short, do_parallel): Check for failed instruction | |
518 | lookup. | |
519 | ||
5c44784c JM |
520 | Mon Oct 18 18:03:24 MDT 1999 Diego Novillo <[email protected]> |
521 | ||
522 | * simops.c (OP_3220): Fix trace output for illegal accumulator | |
4ce44c66 | 523 | message. |
5c44784c | 524 | |
c2c6d25f JM |
525 | 1999-09-14 Nick Clifton <[email protected]> |
526 | ||
527 | * simops.c: Disable setting of DM bit in PSW. | |
528 | ||
cff3e48b JM |
529 | Wed Sep 8 19:34:55 MDT 1999 Diego Novillo <[email protected]> |
530 | ||
531 | * simops.c (op_types): Added new memory indirect type OP_MEMREF3. | |
532 | (trace_input_func): Added support for OP_MEMREF3. | |
533 | (OP_32010000): New instruction ld. | |
534 | (OP_33010000): New instruction ld2w. | |
535 | (OP_5209): New instruction sac. | |
536 | (OP_4209): New instruction sachi. | |
537 | (OP_3220): New instruction slae. | |
538 | (OP_36010000): New instruction st. | |
539 | (OP_37010000): New instruction st2w. | |
540 | ||
541 | 1999-09-09 Stan Shebs <[email protected]> | |
542 | ||
543 | * interp.c (old_segment_mapping): New global. | |
544 | (xfer_mem): Change the default segment mapping to be the way | |
545 | that Mitsubishi prefers, but use the previous mapping if | |
546 | old_segment_mapping is true. | |
547 | (sim_open): Add an option -oldseg to get the old mapping. | |
548 | (sim_create_inferior): Init mapping registers based on the | |
549 | value of old_segment_mapping. | |
550 | ||
d4f3574e SS |
551 | 1999-09-07 Nick Clifton <[email protected]> |
552 | ||
553 | * simops.c (OP_6601): Do not write back decremented address if | |
554 | either of the destination registers was the same as the address | |
555 | register. | |
556 | (OP_6201): Do not write back incremented address if either of the | |
557 | destination registers was the same as the address register. | |
558 | ||
559 | Thu Sep 2 18:15:53 1999 Andrew Cagney <[email protected]> | |
560 | ||
561 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
562 | ||
cd0fc7c3 SS |
563 | 1999-05-08 Felix Lee <[email protected]> |
564 | ||
565 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
566 | ||
7a292a7a SS |
567 | 1999-04-02 Keith Seitz <[email protected]> |
568 | ||
569 | * interp.c (ui_loop_hook_counter): New global (when NEED_UI_LOOP_HOOK | |
570 | defined). | |
571 | (sim_resume): If the counter has expired, call the ui_loop_hook, | |
572 | if defined. | |
573 | (UI_LOOP_POLL_INTERVAL): Define. Used to tweak the frequency of | |
574 | ui_loop_hook calls. | |
575 | * Makefile.in (SIM_EXTRA_CFLAGS): Include NEED_UI_LOOP_HOOK. | |
576 | ||
577 | Wed Mar 10 19:32:13 1999 Nick Clifton <[email protected]> | |
578 | ||
579 | * simops.c: If load instruction with auto increment/decrement | |
580 | addressing is used when the destination register is the same as | |
581 | the address register, then ignore the auto increment/decrement. | |
582 | ||
583 | Wed Mar 10 19:32:13 1999 Martin M. Hunt <[email protected]> | |
584 | ||
585 | * simops.c (OP_5F00): Ifdef SYS_stat case because | |
586 | not all systems have it defined. | |
587 | ||
c906108c SS |
588 | 1999-01-26 Jason Molenda ([email protected]) |
589 | ||
590 | * simops.c (OP_5607): Correct saturation comparison/assignment. | |
591 | (OP_1201, OP_1203, OP_17001200, OP_17001202, | |
592 | OP_2A00, OP_2800, OP_2C00, OP_3200, OP_3201, | |
593 | OP_1001, OP_1003, OP_17001000, OP_17001002): Ditto. | |
594 | ||
595 | 1999-01-26 Jason Molenda ([email protected]) | |
596 | ||
597 | * simops.c (OP_5605): Sign extend MIN32 and MAX32 before saturation | |
598 | comparison. | |
599 | (OP_5607): Ditto. | |
600 | (OP_2A00): Ditto. | |
601 | (OP_2800): Ditto. | |
602 | ||
603 | 1999-01-13 Jason Molenda ([email protected]) | |
604 | ||
605 | * simops.c (OP_1223): Sign extend MIN32 and MAX32 before saturation | |
606 | comparison. | |
607 | ||
608 | Tue Nov 24 17:04:43 1998 Andrew Cagney <[email protected]> | |
609 | ||
610 | * simops.c (sys/syscall.h): Include targ-vals.h instead. | |
611 | (SYS_*): Replace with TARGET_SYS_*. | |
612 | ||
613 | * Makefile.in: Add dependency on targ-vals.h. | |
614 | (NL_TARGET): Define as NL_TARGET_d10v. | |
615 | ||
616 | Wed Sep 30 00:06:32 1998 Andrew Cagney <[email protected]> | |
617 | ||
618 | * interp.c (xfer_mem): Missing break, instruction memory case | |
619 | flowed into unified memory case. | |
620 | ||
621 | Wed Sep 30 10:14:18 1998 Nick Clifton <[email protected]> | |
622 | ||
623 | * simops.c: If load instruction with auto increment/decrement | |
624 | addressing is used when the destination register is the same as | |
625 | the address register, then ignore the auto increment/decrement. | |
626 | ||
627 | Tue Apr 28 18:33:31 1998 Geoffrey Noer <[email protected]> | |
628 | ||
629 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
630 | ||
631 | Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche> | |
632 | ||
633 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
634 | * config.in: Ditto. | |
635 | ||
636 | Sun Apr 26 15:20:23 1998 Tom Tromey <[email protected]> | |
637 | ||
638 | * acconfig.h: New file. | |
639 | * configure.in: Reverted change of Apr 24; use sinclude again. | |
640 | ||
641 | Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche> | |
642 | ||
643 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
644 | * config.in: Ditto. | |
645 | ||
646 | Fri Apr 24 11:20:06 1998 Tom Tromey <[email protected]> | |
647 | ||
648 | * configure.in: Don't call sinclude. | |
649 | ||
650 | Fri Apr 24 11:04:46 1998 Andrew Cagney <[email protected]> | |
651 | ||
652 | * interp.c (struct hash_entry): OPCODE and MASK are unsigned. | |
653 | ||
654 | * d10v_sim.h (remote-sim.h, sim-config.h): Include. | |
655 | ||
656 | Sat Apr 4 20:36:25 1998 Andrew Cagney <[email protected]> | |
657 | ||
658 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
659 | ||
660 | Wed Apr 1 12:59:17 1998 Andrew Cagney <[email protected]> | |
661 | ||
662 | * simops.c (trace_input_func): Use move_from_cr / CREGS to obtain | |
663 | up-to-date CR value. | |
664 | (OP_OP_1000000, add3): Trace inputs before performing add. | |
665 | (OP_5F00, <*>): Trace input registers before making system call. | |
666 | (OP_5F00, <kill>): Trace R0, R1 not REGn. | |
667 | (OP_5F00, <getpid>): Always return 47. | |
668 | ||
669 | * d10v_sim.h (SLOT, SLOT_NR, SLOT_PEND_MASK, SLOT_PEND, | |
670 | SLOT_DISCARD, SLOT_FLUSH): Define. An implementation of write | |
671 | back slots. | |
672 | (struct _state): Add struct slot slot to global state variable. | |
673 | (struct _state): Delete fields SM, EA, DB, DM, IE, RP, MD, FX, ST, | |
674 | F0, F1, C from global State variable. | |
675 | (struct _state): Add struct trace to global State variable. | |
676 | (GPR, SET_GPR): Define. SET_GPR uses SLOT_PEND. | |
677 | (PSW*, SET_PSW*): Define. SET_PSW* uses SET_CREG. | |
678 | (CREG, SET_CREG, SET_*): Define. SET_CREG uses func move_to_cr. | |
679 | (INC_ADDR): Re-implement. Use SET_GPR to update registers. | |
680 | (JMP): Re-implement. Use SET_* to update registers. | |
681 | ||
682 | * interp.c: Use new SET_* et.al. macros to fetch / store | |
683 | registers. | |
684 | (get_operands): Squirrel away trace values at start of each | |
685 | operand decode. | |
686 | (do_2_short): Flush pending writes before issuing second | |
687 | instruction. | |
688 | (sim_resume): Flush pending writes at end of instruction cycle. | |
689 | (sim_fetch_register, sim_store_register, sim_create_inferior): | |
690 | After scheduling updates to registers using SET_*, flush updates. | |
691 | (sim_resume): Re-order handling of RPT/repeat and IBA/hbreak so | |
692 | that each sets pc using SET_* and last SET_* eventually winds out. | |
693 | ||
694 | * simops.c: Use new SET_* et.al. macros to fetch / store | |
695 | registers. | |
696 | (move_to_cr): Add MASK argument for selective update of CREG bits. | |
697 | Re-implement using new SET_* macros. | |
698 | (trace_output_func, trace_output): Delete. Replace with. | |
699 | (do_trace_output_flush, trace_output_finish, trace_output_40, | |
700 | trace_output_32, trace_output_16, trace_output_void, | |
701 | trace_output_flag): New functions. Handle specific trace cases. | |
702 | (OP_*): Re-write tracing to use new trace_output_* functions. | |
703 | (OP_*): Re-write to use new SET_* et.al. macros. | |
704 | (FUNC, PARM[1-4], RETVAL, RETVAL32): Redo definition. | |
705 | (RETVAL_HIGH, RETVAL_LOW): Delete, use RETVAL32. | |
706 | ||
707 | Wed Apr 1 12:55:18 1998 Andrew Cagney <[email protected]> | |
708 | ||
709 | * configure.in (SIM_AC_OPTION_WARNINGS): Add. | |
710 | configure: Re-generate. | |
711 | ||
712 | Fri Mar 27 16:15:52 1998 Andrew Cagney <[email protected]> | |
713 | ||
714 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
715 | ||
716 | Wed Mar 25 12:35:29 1998 Andrew Cagney <[email protected]> | |
717 | ||
718 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
719 | ||
720 | Wed Mar 18 12:38:12 1998 Andrew Cagney <[email protected]> | |
721 | ||
722 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
723 | ||
724 | Tue Feb 17 12:38:42 1998 Andrew Cagney <[email protected]> | |
725 | ||
726 | * interp.c (sim_store_register, sim_fetch_register): Pass in | |
727 | length parameter. Return -1. | |
728 | ||
729 | Mon Oct 27 14:43:33 1997 Fred Fish <[email protected]> | |
730 | ||
731 | * (dmem_addr): If address is illegal or in I/O space, signal a bus | |
732 | error. Allocate unified memory on demand. Fix DMEM address | |
733 | calculations. | |
734 | ||
735 | Mon Feb 16 10:27:53 1998 Andrew Cagney <[email protected]> | |
736 | ||
737 | * simops.c (OP_5F20): Implement "dbt". | |
738 | (OP_5F60): Implement "rtd". | |
739 | ||
740 | * d10v_sim.h (DPC_CR): Define enum. | |
741 | (DBT_VECTOR_START): Define | |
742 | (DPSW, DPC): Define. | |
743 | ||
744 | Fri Feb 13 15:15:58 1998 Andrew Cagney <[email protected]> | |
745 | ||
746 | * simops.c (move_to_cr): Sync regs[SP_IDX] with State.sp according | |
747 | to PSW:SM. | |
748 | ||
749 | * d10v_sim.h (struct _state): Add sp, as holding area for SPI/SPU. | |
750 | (SP_IDX): Define. | |
751 | ||
752 | Wed Feb 11 16:53:49 1998 Andrew Cagney <[email protected]> | |
753 | ||
754 | * simops.c (OP_5F00): Call error instead of abort for unknown | |
755 | syscalls. | |
756 | ||
757 | * d10v_sim.h (enum): Define DPSW_CR. | |
758 | ||
759 | * simops.c (move_to_cr): Mask out hardwired zero bits in DPSW. | |
760 | ||
761 | Tue Feb 10 18:28:38 1998 Andrew Cagney <[email protected]> | |
762 | ||
763 | * interp.c (sim_write_phys): Delete. | |
764 | (sim_load): Call sim_load_file with sim_write and LMA. | |
765 | ||
766 | Mon Feb 9 12:05:01 1998 Andrew Cagney <[email protected]> | |
767 | ||
768 | * interp.c: Rewrite xfer_mem so that it translates addresses as - | |
769 | 0x00... - DMAP translated memory, 0x01... IMAP translated memory, | |
770 | 0x10... - on-chip data, 0x11... - on-chip insn, 0x12... - unified | |
771 | memory. | |
772 | (pc_addr): Delete. | |
773 | (imem_addr): New function - translate IMEM address. | |
774 | (sim_resume): Use imem_addr to translate insn address, abort if | |
775 | translation failed. | |
776 | (sim_create_inferior): Write ARGV to memory using sim_write. Pass | |
777 | argc/argv using r0/r1 not r2/r3. | |
778 | (sim_size): Do not initialize IMAP/DMAP here. | |
779 | (sim_open): Call sim_create_inferior and sim_size to initialize | |
780 | the system. | |
781 | (sim_create_inferior): Initialize IMAP/DMAP to hardware reset | |
782 | defaults. | |
783 | (init_system): Delete. | |
784 | (xfer_mem, sim_fetch_register, sim_store_register): Do not call | |
785 | init_system. | |
786 | (decode_pc): Check prog_bfd is defined before looking up .text | |
787 | section. | |
788 | ||
789 | Sun Feb 1 16:47:51 1998 Andrew Cagney <[email protected]> | |
790 | ||
791 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
792 | ||
793 | Sat Jan 31 18:15:41 1998 Andrew Cagney <[email protected]> | |
794 | ||
795 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
796 | ||
797 | Sun Jan 25 22:23:01 1998 Michael Meissner <[email protected]> | |
798 | ||
799 | * interp.c (sim_stop_reason): Exit status is now in r0, not r2. | |
800 | ||
801 | Sat Jan 24 19:00:30 1998 Michael Meissner <[email protected]> | |
802 | ||
803 | * d10v_sim.h (DEBUG_TRAP): New debug flag. | |
804 | ||
805 | * simops.c (OP_5F00): If DEBUG_TRAP is on, turn traps 0-14 into | |
806 | printing the registers. | |
807 | ||
808 | Thu Jan 22 17:54:01 1998 Michael Meissner <[email protected]> | |
809 | ||
810 | * simops.c (op_types): New ABI, args are r0..r3, system call # is | |
811 | in r4. | |
812 | (trace_{in,out}put_func): Ditto. | |
813 | (OP_4900): Ditto. | |
814 | (OP_24800000): Ditto. | |
815 | (OP_4D00): Ditto. | |
816 | (OP_5F00): Ditto. | |
817 | ||
818 | Thu Jan 22 14:30:36 1998 Fred Fish <[email protected]> | |
819 | ||
820 | * interp.c (UMEM_SEGMENTS): New define, set to 128. | |
821 | (sim_size): Use UMEM_SEGMENTS rather than hardwired constant. | |
822 | (sim_close): Reset prog_bfd to NULL after closing it. Also | |
823 | reset prog_bfd_was_opened_p after closing prog_bfd. | |
824 | (sim_load): Reset prog_bfd_was_opened_p after closing prog_bfd. | |
825 | (sim_create_inferior): Get start address from abfd not prog_bfd. | |
826 | (xfer_mem): Do bounds checking on addresses and return zero length | |
827 | read/write on bad addresses, rather than aborting. Prepare to | |
828 | be able to handle xfers that cross segment boundaries, but not | |
829 | yet implemented. Only emit debug message when d10v_debug is | |
830 | set as well as DEBUG being defined. | |
831 | ||
832 | Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba> | |
833 | ||
834 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
835 | ||
836 | Mon Dec 15 23:17:11 1997 Andrew Cagney <[email protected]> | |
837 | ||
838 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
839 | * config.in: Ditto. | |
840 | ||
841 | Tue Dec 9 10:28:31 1997 Andrew Cagney <[email protected]> | |
842 | ||
843 | * d10v_sim.h (RPT_S): Index cregs with RPT_S_CR not RPT_E_CR. | |
844 | (BPSW): Ditto for BPSW_CR and not PSW_CR. | |
845 | ||
846 | * simops.c (OP_5F40): JMP to BPC instead of assigning PC directly. | |
847 | ||
848 | Mon Dec 8 12:58:33 1997 Andrew Cagney <[email protected]> | |
849 | ||
850 | * simops.c (OP_5F00): From Martin Hunt <[email protected]>. Change | |
851 | reserved trap from 0 to 15. Add trap emulation code for 0-14. | |
852 | ||
853 | * interp.c (sim_resume): From Martin Hunt <[email protected]>. Check | |
854 | IBA for SDBT. | |
855 | ||
856 | * d10v_sim.h (AE_VECTOR_START, RIE_VECTOR_START, | |
857 | SDBT_VECTOR_START, TRAP_VECTOR_START): Define. | |
858 | ||
859 | * simops.c (OP_5F00): For "trap", mask out all but SM bit in PSW, | |
860 | use move_to_cr. | |
861 | (OP_5F00): For "trap", update BPSW with move_to_cr. | |
862 | ||
863 | Fri Dec 5 15:31:17 1997 Andrew Cagney <[email protected]> | |
864 | ||
865 | * d10v_sim.h (enum): Enumerate CR register names. | |
866 | (enum): Enumerate PSW bit values. | |
867 | (PSW): Obtain value uing move_from_cr. | |
868 | (MOD_S, MOD_E, BPSW): Make r-values. | |
869 | (move_from_cr, move_to_cr): Declare functions. | |
870 | ||
871 | * interp.c (sim_fetch_register, sim_store_register): Use | |
872 | move_from_cr and move_to_cr for CR register transfers. | |
873 | ||
874 | * simops.c (move_from_cr, move_to_cr): New functions. | |
875 | (OP_5F40): Move BPSW to PSW using move_to_cr and move_from_cr. | |
876 | (OP_5600): For "mvtc", use function move_to_cr. | |
877 | (OP_5200): For "mvfc", use function move_from_cr. | |
878 | ||
879 | Fri Dec 5 13:33:14 1997 Andrew Cagney <[email protected]> | |
880 | ||
881 | * simops.c (OP_5600): For "mvtc" MOD_E and MOD_S, ensure that the | |
882 | LSbit is zero. | |
883 | ||
884 | Thu Dec 4 09:21:05 1997 Doug Evans <[email protected]> | |
885 | ||
886 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
887 | ||
888 | Thu Dec 4 16:51:02 1997 Andrew Cagney <[email protected]> | |
889 | ||
890 | * d10v_sim.h (struct _state): Add DM - PSW debug mask. | |
891 | ||
892 | * simops.c (OP_5600): For "mvtc", save PSW.DM. | |
893 | (OP_5200): Ditto for "mvfc". | |
894 | ||
895 | Wed Dec 3 17:27:06 1997 Andrew Cagney <[email protected]> | |
896 | ||
897 | * d10v_sim.h (SEXT56): Define. | |
898 | ||
899 | * simops.c (OP_4201): For "rac", sign extend 56 bit value before | |
900 | it is shifted. | |
901 | ||
902 | * d10v_sim.h (MAX32, MIN32, MASK32, MASK40): Re-define using | |
903 | SIGNED64 macro. | |
904 | ||
905 | Tue Dec 2 15:38:34 1997 Fred Fish <[email protected]> | |
906 | ||
907 | * interp.c (sim_resume): Call do_2_short with LEFT_FIRST or | |
908 | RIGHT_FIRST, as appropriate, instead of hardcoded ints that | |
909 | don't match enum values. | |
910 | ||
911 | Tue Dec 2 15:01:08 1997 Andrew Cagney <[email protected]> | |
912 | ||
913 | * simops.c (OP_3A00): For "macu", perform multiply stage using 32 | |
914 | bit rather than 16 bit precision. | |
915 | (OP_3C00): For "mulxu", store unsigned product in ACC. | |
916 | (OP_3800): For "msbu", subtract unsigned product from ACC, | |
917 | (OP_0): For "sub", compute carry by comparing inputs. | |
918 | ||
919 | Tue Dec 2 11:04:37 1997 Andrew Cagney <[email protected]> | |
920 | ||
921 | * simops.c (OP_1000): For "sub2w", compute carry by comparing | |
922 | inputs. | |
923 | ||
924 | Mon Nov 17 20:57:21 1997 Andrew Cagney <[email protected]> | |
925 | ||
926 | * simops.c (OP_1): Use 32 bit unsigned arithmetic for subtract, | |
927 | carry indicated by value > 0xffff. | |
928 | ||
929 | Fri Nov 14 12:51:20 1997 Andrew Cagney <[email protected]> | |
930 | ||
931 | * interp.c (sim_resume): Don't set up SIGINT handler using signal, | |
932 | handled by client. | |
933 | (sim_resume): Fix race condition of a direct assignment to | |
934 | stop_simulator, conditionally call sim_stop. | |
935 | (sim_stop_reason): Check stop_simulator returning SIGINT. Clear | |
936 | stop_simulator ready for next sim_resume call. | |
937 | (sim_ctrl_c): Delete function. | |
938 | ||
939 | Thu Nov 13 19:29:34 1997 Andrew Cagney <[email protected]> | |
940 | ||
941 | * interp.c (sim_resume): For "REP", only check/update the PC when | |
942 | a branch instruction has not been executed. | |
943 | ||
944 | Mon Nov 10 17:50:18 1997 Andrew Cagney <[email protected]> | |
945 | ||
946 | * simops.c (OP_4201): "rachi". Sign extend bit 40 of ACC. Sign | |
947 | extend bit 44 all constants. | |
948 | (OP_4201): Replace GCC specific 0x..LL with SIGNED64 macro. | |
949 | ||
950 | Fri Oct 24 10:26:29 1997 Andrew Cagney <[email protected]> | |
951 | ||
952 | * d10v_sim.h: Include sim-types.h. | |
953 | (uint8, in816, uiny16, int32, uint32, int64, uint64): Typedef | |
954 | using unsigned8 et.al. from sim-types.h. | |
955 | (SEXT32, SEXT40, SEXT44, SEXT60): Replace GCC specific 0x..LL with | |
956 | SIGNED64 macro. | |
957 | ||
958 | Wed Oct 22 14:43:00 1997 Andrew Cagney <[email protected]> | |
959 | ||
960 | * interp.c (sim_write_phys): New function, write to physical | |
961 | instead of virtual memory. | |
962 | ||
963 | * interp.c (sim_load): Pass lma_p and sim_write_phys to | |
964 | sim_load_file. | |
965 | ||
966 | Mon Oct 13 10:55:07 1997 Fred Fish <cygnus.com> | |
967 | ||
968 | * simops.c (OP_6A01): Change OP_POSTDEC to OP_POSTINC and move | |
969 | exception generation code to OP_6E01. | |
970 | (OP_6E01): Change OP_POSTINC to OP_POSTDEC and insert exception | |
971 | generation code. | |
972 | ||
973 | Sat Oct 11 09:02:08 1997 Fred Fish <[email protected]> | |
974 | ||
975 | * simops.c (OP_6401): postdecrement on r15 is OK, remove exception. | |
976 | (OP_6601): Ditto. | |
977 | ||
978 | Fri Oct 3 09:28:00 1997 Andrew Cagney <[email protected]> | |
979 | ||
980 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
981 | ||
982 | Sat Sep 27 12:51:34 1997 Fred Fish <[email protected]> | |
983 | ||
984 | * interp.c (pc_addr): Discard upper bit(s) of PC in case | |
985 | IMAP1 selects unified memory. | |
986 | * d10v_sim.h (INC_ADDR): Align MOD_E to increment before testing | |
987 | for end condition. | |
988 | ||
989 | Wed Sep 24 17:38:57 1997 Andrew Cagney <[email protected]> | |
990 | ||
991 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
992 | ||
993 | Tue Sep 23 11:04:38 1997 Andrew Cagney <[email protected]> | |
994 | ||
995 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
996 | ||
997 | Mon Sep 22 11:46:20 1997 Andrew Cagney <[email protected]> | |
998 | ||
999 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1000 | ||
1001 | Fri Sep 19 17:45:25 1997 Andrew Cagney <[email protected]> | |
1002 | ||
1003 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1004 | ||
1005 | Mon Sep 15 17:36:15 1997 Andrew Cagney <[email protected]> | |
1006 | ||
1007 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1008 | ||
1009 | Wed Sep 10 22:30:24 1997 Martin M. Hunt <[email protected]> | |
1010 | ||
1011 | * interp.c (sim_resume): Increment PC at end of rep | |
1012 | loop. | |
1013 | ||
1014 | * simops.c (OP_4201): Fix rachi instruction. | |
1015 | ||
1016 | Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba> | |
1017 | ||
1018 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1019 | ||
1020 | Wed Aug 27 18:13:22 1997 Andrew Cagney <[email protected]> | |
1021 | ||
1022 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1023 | * config.in: Ditto. | |
1024 | ||
1025 | Tue Aug 26 10:37:49 1997 Andrew Cagney <[email protected]> | |
1026 | ||
1027 | * interp.c (sim_kill): Delete. | |
1028 | (sim_create_inferior): Add ABFD argument. | |
1029 | (sim_load): Move setting of PC from here. | |
1030 | (sim_create_inferior): To here. | |
1031 | (start_address): Delete variable. | |
1032 | ||
1033 | Mon Aug 25 17:50:22 1997 Andrew Cagney <[email protected]> | |
1034 | ||
1035 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1036 | * config.in: Ditto. | |
1037 | ||
1038 | Mon Aug 25 15:39:29 1997 Andrew Cagney <[email protected]> | |
1039 | ||
1040 | * interp.c (sim_open): Add ABFD argument. | |
1041 | ||
1042 | Tue May 20 10:14:45 1997 Andrew Cagney <[email protected]> | |
1043 | ||
1044 | * interp.c (sim_open): Add callback argument. | |
1045 | (sim_set_callbacks): Remove SIM_DESC argument. | |
1046 | ||
1047 | Thu Apr 24 00:39:51 1997 Doug Evans <[email protected]> | |
1048 | ||
1049 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1050 | ||
1051 | Tue Apr 22 10:29:23 1997 Doug Evans <[email protected]> | |
1052 | ||
1053 | * interp.c (sim_open): Undo patch to add -E support. | |
1054 | ||
1055 | Fri Apr 18 13:39:01 1997 Andrew Cagney <[email protected]> | |
1056 | ||
1057 | * interp.c (sim_stop): New function. | |
1058 | ||
1059 | Thu Apr 17 02:42:00 1997 Doug Evans <[email protected]> | |
1060 | ||
1061 | * Makefile.in (SIM_OBJS): Add sim-load.o. | |
1062 | * d10v_sim.h (exec_bfd): Rename to prog_bfd. | |
1063 | * interp.c: #include bfd.h. | |
1064 | (myname, sim_kind, start_address): New static locals. | |
1065 | (prog_bfd_was_opened_p, prog_bfd): New static locals. | |
1066 | (decode_pc): Update to use prog_bfd. | |
1067 | (sim_open): Set sim_kind, myname. Ignore -E arg. | |
1068 | (sim_close): Close prog_bfd if simulator opened it. | |
1069 | (sim_create_inferior): Return SIM_RC. Delete arg start_address. | |
1070 | (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd. | |
1071 | Call sim_load_file to load file into simulator. | |
1072 | * simops.c (trace_input_func): exec_bfd renamed to prog_bfd. | |
1073 | ||
1074 | Wed Apr 16 16:12:03 1997 Andrew Cagney <[email protected]> | |
1075 | ||
1076 | * simops.c (OP_5F00): Only provide system calls SYS_execv, | |
1077 | SYS_wait, SYS_wait, SYS_utime, SYS_time if defined by the host. | |
1078 | ||
1079 | Mon Apr 7 15:45:02 1997 Andrew Cagney <[email protected]> | |
1080 | ||
1081 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1082 | * config.in: Ditto. | |
1083 | ||
1084 | Wed Apr 2 15:06:28 1997 Doug Evans <[email protected]> | |
1085 | ||
1086 | * interp.c (sim_open): New arg `kind'. | |
1087 | ||
1088 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1089 | ||
1090 | Wed Apr 2 14:34:19 1997 Andrew Cagney <[email protected]> | |
1091 | ||
1092 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
1093 | ||
1094 | Mon Mar 17 15:10:07 1997 Andrew Cagney <[email protected]> | |
1095 | ||
1096 | * configure: Re-generate. | |
1097 | ||
1098 | Fri Mar 14 10:34:11 1997 Michael Meissner <[email protected]> | |
1099 | ||
1100 | * configure: Regenerate to track ../common/aclocal.m4 changes. | |
1101 | ||
1102 | * simops.c (OP_5F00): Remove old traps 1-3. Make trap 15 the same | |
1103 | as trap 0, which will be deprecated. Only set errno, if an error | |
1104 | in fact was returned. | |
1105 | ||
1106 | Thu Mar 13 12:41:20 1997 Doug Evans <[email protected]> | |
1107 | ||
1108 | * interp.c: Delete redundant prototypes of sim_foo fns. | |
1109 | (sim_open): New SIM_DESC result. Argument is now in argv form. | |
1110 | (other sim_*): New SIM_DESC argument. | |
1111 | ||
1112 | Thu Mar 13 10:29:04 1997 Michael Meissner <[email protected]> | |
1113 | ||
1114 | * simops.c (trace_{input,output}_func): Call flush_stdout from the | |
1115 | callback functions. | |
1116 | (OP_5F00): Ditto. | |
1117 | (OP_6{4,6,C,A}01): Test for post decrement on the stack pointer. | |
1118 | (OP_{1200,1000000,201,5FE0,1003,17001002}): Fix problems in | |
1119 | setting the carry bit after an add or a subtract. | |
1120 | ||
1121 | Wed Feb 12 16:04:15 1997 Michael Meissner <[email protected]> | |
1122 | ||
1123 | * simops.c (OP_{1403,15002A02,3{0,4}0{0,1}}): Only use the bottom | |
1124 | 40 bits of accumulators. Sign/zero extend as appropriate. | |
1125 | ||
1126 | Tue Feb 4 13:33:30 1997 Doug Evans <[email protected]> | |
1127 | ||
1128 | * Makefile.in (@COMMON_MAKEFILE_FRAG): Use | |
1129 | COMMON_{PRE,POST}_CONFIG_FRAG instead. | |
1130 | * configure.in: sinclude ../common/aclocal.m4. | |
1131 | * configure: Regenerated. | |
1132 | ||
1133 | Thu Jan 23 11:46:23 1997 Stu Grossman ([email protected]) | |
1134 | ||
1135 | * configure configure.in Makefile.in: Update to new configure | |
1136 | scheme which is more compatible with WinGDB builds. | |
1137 | * configure.in: Improve comment on how to run autoconf. | |
1138 | * configure: Re-run autoconf to get new ../common/aclocal.m4. | |
1139 | * Makefile.in: Use autoconf substitution to install common | |
1140 | makefile fragment. | |
1141 | ||
1142 | Fri Dec 27 22:54:05 1996 Angela Marie Thomas ([email protected]) | |
1143 | ||
1144 | * gencode.c: patch to not #include "d10v_sim.h" which | |
1145 | unecessarily includes bfd.h and causes wingdb configure | |
1146 | to fail. | |
1147 | ||
1148 | Mon Dec 16 13:39:03 1996 Martin M. Hunt <[email protected]> | |
1149 | ||
1150 | * interp.c (xfer_mem): Change unified memory to 0x0. | |
1151 | ||
1152 | Thu Nov 28 20:42:56 1996 Michael Meissner <[email protected]> | |
1153 | ||
1154 | * simops.c (OP_3E01): Fix tracing information. | |
1155 | (OP_300{0,1}): Do not propigate sign. | |
1156 | ||
1157 | Mon Nov 25 19:47:40 1996 Doug Evans <[email protected]> | |
1158 | ||
1159 | * config.in (WORDS_BIGENDIAN): Add. | |
1160 | * configure: Regenerated. | |
1161 | * d10v_sim.h: #include "config.h" | |
1162 | ||
1163 | Sat Nov 23 09:34:50 1996 Michael Meissner <[email protected]> | |
1164 | ||
1165 | * gencode.c (write_opcodes): Eliminate warnings when generated | |
1166 | table.c is compiled. | |
1167 | ||
1168 | Wed Nov 20 19:41:40 1996 Michael Meissner <[email protected]> | |
1169 | ||
1170 | * interp.c (sim_open): Cast result of calloc, and make sure NULL | |
1171 | was not returned. | |
1172 | (dmem_addr): If address is illegal or in I/O space, signal a bus | |
1173 | error. | |
1174 | (pc_addr): Signal bus error, not illegal instruction for bogus | |
1175 | pc. | |
1176 | ||
1177 | Wed Nov 20 01:23:03 1996 Doug Evans <[email protected]> | |
1178 | ||
1179 | * Makefile.in: Delete all stuff moved to ../common/Make-common.in. | |
1180 | (SIM_OBJS,SIM_EXTRA_CFLAGS,SIM_EXTRA_CLEAN): Define. | |
1181 | * configure.in: Simplify using macros in ../common/aclocal.m4. | |
1182 | Call AC_CHECK_HEADERS(unistd.h). | |
1183 | * configure: Regenerated. | |
1184 | * config.in: New file. | |
1185 | * interp.c: #include "callback.h". | |
1186 | * simops.c: #include "config.h". #include <unistd.h> if present. | |
1187 | ||
1188 | Fri Nov 8 16:19:55 1996 Martin M. Hunt <[email protected]> | |
1189 | ||
1190 | * d10v-sim.h (simops): Add flag is_long. | |
1191 | (State): Add pc_changed. Instructions which update the PC should | |
1192 | use the JMP macro which sets this. | |
1193 | (JMP): New macro. Sets the PC and the pc_changed flag. | |
1194 | ||
1195 | * gencode.c (write_opcodes): Add is_long field. | |
1196 | ||
1197 | * interp.c (lookup_hash): If we blindly apply a short opcode's mask | |
1198 | to a long opcode we could get a false match. Check the opcode size. | |
1199 | (hash): Add a size field to the hash table. | |
1200 | (sim_open): Initialize size field in hash table. | |
1201 | (sim_resume): Change to logic for setting the PC. Used to increment the | |
1202 | PC if it had not been changed. This didn't allow single-instruction loops. | |
1203 | Now checks the flag State.pc_changed. Also now stops when ^C is received. | |
1204 | (dmem_addr): Fix translation of data segments to unified memory. | |
1205 | (sim_ctrl_c): New function. When ^C is received, set stop_simulator flag. | |
1206 | ||
1207 | * simops.c: Changed all branch and jump instructions to use new JMP macro. | |
1208 | (OP_20000000): Corrected trace information to show this is a ldi.l, not | |
1209 | a ldi.s instruction. | |
1210 | ||
1211 | Thu Oct 31 19:13:55 1996 Martin M. Hunt <[email protected]> | |
1212 | ||
1213 | * interp.c (sim_fetch_register, sim_store_register): Fix bug where | |
1214 | updating the accumulators was overwriting other parts of the global | |
1215 | State variable. | |
1216 | ||
1217 | Wed Oct 30 17:35:14 1996 Michael Meissner <[email protected]> | |
1218 | ||
1219 | * interp.c (bfd.h) Don't include it here any more. | |
1220 | (text{,_start,_end}): Move here from simops.c and make extern. | |
1221 | (decode_pc): New function to return the PC as an address that the | |
1222 | debugger can use. | |
1223 | (dmem_addr): Print decoded PC in error message. | |
1224 | (pc_addr): Ditto. | |
1225 | ||
1226 | * simops.c (bfd.h) Don't include it here any more. | |
1227 | (text{,_start,_end}): Move to simops.c. | |
1228 | (trace_input_func): Move decoding of PC, and looking up .text | |
1229 | start to decode_pc. | |
1230 | ||
1231 | * d10v_sim.h (bfd.h): Include it here. | |
1232 | (text{,_start,_end}): Add external declarations. | |
1233 | (exec_bfd): Ditto. | |
1234 | (decode_pc): Ditto. | |
1235 | ||
1236 | Tue Oct 29 12:13:52 1996 Martin M. Hunt <[email protected]> | |
1237 | ||
1238 | * interp.c (sim_size): Now allocates unified memory for imap segments | |
1239 | 0,1,2, and 127. Initializes imap0 and imap1 to 0x1000. Initializes dmap to 0. | |
1240 | (sim_write): Just call xfer_mem(). | |
1241 | (sim_read): Just call xfer_mem(). | |
1242 | (xfer_mem): New function. Does appropriate memory mapping and copies bytes. | |
1243 | (dmem_addr): New function. Reads dmap register and translates data | |
1244 | addresses to local addresses. | |
1245 | (pc_addr): New function. Reads imap register and computes local address | |
1246 | corresponding to contents of the PC. | |
1247 | (sim_resume): Change to use pc_addr(). | |
1248 | (sim_create_inferior): Change reinitialization code. Also reinitializes | |
1249 | imap[01] and dmap. | |
1250 | (sim_fetch_register): Add fake registers 32,33,34 for imap0, imap1, and dmap. | |
1251 | (sim_store_register): Add fake registers 32,33,34 for imap0, imap1, and dmap. | |
1252 | ||
1253 | * simops.c (MEMPTR): Redefine to use dmem_addr(). | |
1254 | (OP_5F00): Replace references to STate.imem with dmem_addr(). | |
1255 | ||
1256 | * d10v-sim.h (State): Remove mem_min and mem_max. Add umem[128]. | |
1257 | (RB,SW,RW,SLW,RLW): Redefine to use dmem_addr(). | |
1258 | (IMAP0,IMAP1,DMAP,SET_IMAP,SET_IMAP1,SET_DMAP): Define. | |
1259 | ||
1260 | Tue Oct 22 15:22:33 1996 Michael Meissner <[email protected]> | |
1261 | ||
1262 | * d10v_sim.h (_ins_type): Reorganize, so that we can provide | |
1263 | better statistics, like not counting NOPS as parallel | |
1264 | instructions, and printing total cycles. | |
1265 | (ins_type_counters): Make unsigned long. | |
1266 | (left_nops,right_nops): Fold into ins_type_counters. | |
1267 | ||
1268 | * simops.c (trace_input_func): Print new instruction types. | |
1269 | Handle OP_R2R3 as input types. | |
1270 | (OP_{38000000,7000}): Correctly sign extend bytes. | |
1271 | (OP_5E00): Don't count NOPs as parallel instructions. | |
1272 | (OP_460B): Remove unused variable. | |
1273 | (OP_5F00): Ditto. | |
1274 | ||
1275 | * interp.c (ins_type_counters): Make unsigned long. | |
1276 | (left_nops,right_nops): Delete. | |
1277 | (most functions): Add prototypes. | |
1278 | (INLINE): If GCC and optimize define as __inline__. | |
1279 | ({,lookup_}hash,get_operands): Declare as INLINE. | |
1280 | (do_parallel): Count conditional operations. | |
1281 | (add_commas): New function, to add commas every 3 digits. | |
1282 | (sim_size): Call add_commas to print numbers. | |
1283 | (sim_{open,resume}): Delete unused variables. | |
1284 | (sim_info): Provide better statistics. | |
1285 | (sim_read): Add int return type. | |
1286 | ||
1287 | Mon Oct 21 16:16:26 1996 Martin M. Hunt <[email protected]> | |
1288 | ||
1289 | * interp.c (sim_resume): Change the way single-stepping and exceptions | |
1290 | are handled so single-stepping works again. | |
1291 | ||
1292 | Thu Oct 17 12:24:16 1996 Michael Meissner <[email protected]> | |
1293 | ||
1294 | * endian.c: Optimize simulated loads/stores on x86, AIX, and big | |
1295 | endian hosts. | |
1296 | ||
1297 | * configure.in (--enable-sim-bswap): New switch to enable using | |
1298 | the BSWAP instruction on x86's. | |
1299 | * configure: Regenerate. | |
1300 | ||
1301 | * Makefile.in ({SWAP,CONFIG}_CFLAGS): Add --enable-sim-bswap | |
1302 | support. | |
1303 | ||
1304 | Wed Oct 16 13:50:06 1996 Michael Meissner <[email protected]> | |
1305 | ||
1306 | * endian.c: New file. Move endian functions here from interp.c. | |
1307 | Optimize code, and make it work as either inline functions or as a | |
1308 | separate file. | |
1309 | ||
1310 | * interp.c: Move endian functions from here to endian.c. | |
1311 | ||
1312 | * Makefile.in (INCLUDE): Add endian.c. | |
1313 | (run,libsim.a): Add dependency on endian.o. | |
1314 | (endian.o): Add dependency. | |
1315 | ||
1316 | * d10v_sim.h (read/write support): Always go through the machine | |
1317 | independent endian functions. If compiling with GCC and | |
1318 | optimizing, include endian.c so the endian functions are inlined. | |
1319 | ||
1320 | * simops.c (OP_5F00): Correct tracing of accumulators. | |
1321 | ||
1322 | Tue Oct 15 10:57:50 1996 Michael Meissner <[email protected]> | |
1323 | ||
1324 | * simops.c (OP_5F00): Add support for getpid, kill system calls. | |
1325 | ||
1326 | * interp.c (do_{2_short,parallel}): If an exception is raised, | |
1327 | don't execute the second instruction. | |
1328 | ||
1329 | Sat Oct 12 22:17:43 1996 Michael Meissner <[email protected]> | |
1330 | ||
1331 | * simops.c (OP_{31000000,6601,6201,6200}): Store address in a | |
1332 | temporary in case the register is overriden when loading. | |
1333 | (OP_6200): Output type is OP_DREG for tracing. | |
1334 | ||
1335 | Fri Oct 4 23:46:18 1996 Michael Meissner <[email protected]> | |
1336 | ||
1337 | * d10v_sim.h (struct _state): Add mem_{min,max} fields. | |
1338 | ||
1339 | * interp.c (sim_size): Initialize mem_{min,max} fields. | |
1340 | (sim_write): Update mem_{min,max} fields. | |
1341 | (sim_resume): If PC is not in the minimum/maximum memory range, | |
1342 | abort. | |
1343 | (sim_create_inferior): Preserve mem_{min,max} fields. | |
1344 | ||
1345 | Fri Sep 27 13:11:58 1996 Mark Alexander <[email protected]> | |
1346 | ||
1347 | * simops.c (OP_5F00): Add support for time() system call. | |
1348 | ||
1349 | Wed Sep 25 16:31:41 1996 Michael Meissner <[email protected]> | |
1350 | ||
1351 | * simops.c (OP_{6E01,6A01,6E1F,6A00}): Print both words being | |
1352 | stored if tracing. | |
1353 | (OP_5F00,trace_{in,out}put_func): Add finer grain tracing for | |
1354 | system calls. | |
1355 | ||
1356 | Mon Sep 23 17:55:30 1996 Michael Meissner <[email protected]> | |
1357 | ||
1358 | * simops.c (op_types): Add OP_{CONSTANT8,R2,R3}. | |
1359 | (trace_input_func): Add support for OP_{CONSTANT8,R2,R3}. | |
1360 | (OP_{4900,24800000,4800,4A00,4B00,4D00,4C00}): Add OP_R2 and OP_R3 | |
1361 | to call/subroutine returns to trace the first two arguments and | |
1362 | the return value. For small jumps, use CONSTANT8, not CONSTANT16. | |
1363 | ||
1364 | Fri Sep 20 15:36:45 1996 Martin M. Hunt <[email protected]> | |
1365 | ||
1366 | * interp.c (sim_create_inferior): Reinitialize State every time | |
1367 | sim_create_inferior() is called. | |
1368 | ||
1369 | Thu Sep 19 21:38:20 1996 Michael Meissner <[email protected]> | |
1370 | ||
1371 | * simops.c (OP_{401,2000000,601,3000000,23000000}): Get sign right | |
1372 | on comparisons. | |
1373 | (OP_401): Fix tracing information. | |
1374 | ||
1375 | Thu Sep 19 10:30:22 1996 Michael Meissner <[email protected]> | |
1376 | ||
1377 | * simops.c (SIZE_{PC,LINE_NUMBER}): New default sizes for output. | |
1378 | (trace_input_func): Use them. | |
1379 | (trace_input_func): Make sure there is a trailing space after the | |
1380 | instruction. | |
1381 | (OP_6200): Fix tracing info. | |
1382 | ||
1383 | * Makefile.in (run): Add dependencies on libbfd.a and | |
1384 | libiberity.a. | |
1385 | ||
1386 | Wed Sep 18 09:13:25 1996 Michael Meissner <[email protected]> | |
1387 | ||
1388 | * d10v_sim.h (DEBUG_INSTRUCTION): New debug value to include line | |
1389 | numbers and function names in debug trace. | |
1390 | (DEBUG): If not defined, set to DEBUG_TRACE, DEBUG_VALUES, and | |
1391 | DEBUG_LINE_NUMBER. | |
1392 | (SIG_D10V_{STOP,EXIT}): Values to represent the stop instruction | |
1393 | and exit system call trap being executed. | |
1394 | ||
1395 | * interp.c (sim_stop_reason): Set exit code correctly for stop | |
1396 | instruction and exit system call trap. | |
1397 | ||
1398 | * configure.in (--enable-sim-cflags): Remove trace case. | |
1399 | (--enable-sim-debug): New switch to set the debug values. | |
1400 | * configure: Regenerate. | |
1401 | ||
1402 | * simops.c (trace_{input,output}_func): Rename from | |
1403 | trace_{input,output}. | |
1404 | (trace_{input,output}): Call trace_{input,output}_func if | |
1405 | d10v_debug is non-zero. | |
1406 | (SIZE_INSTRUCTION): Cut down to 8. | |
1407 | (SIZE_OPERANDS): Cut down to 18. | |
1408 | (SIZE_LOCATION): New value for size of line number, function name | |
1409 | field. | |
1410 | (init_text_p,text{,_start,_end}): New static variables for | |
1411 | printing line number and function name. | |
1412 | (exec_bfd): New external that run.c sets. | |
1413 | (trace_input_func): Print line number and function name if | |
1414 | available and if desired. | |
1415 | (OP_4E09): Don't print out DBT message. | |
1416 | (OP_5FE0): Set exception field to SIG_D10V_STOP. | |
1417 | (OP_5F00): Set exception field to SIG_D10V_EXIT. | |
1418 | ||
1419 | Sat Sep 14 22:18:43 1996 Michael Meissner <[email protected]> | |
1420 | ||
1421 | * interp.c (do_2_short): If the instruction encodes jump->ins, | |
1422 | don't do the second instruction if the jump succeeds. | |
1423 | ||
1424 | Fri Sep 13 22:35:19 1996 Michael Meissner <[email protected]> | |
1425 | ||
1426 | * simops.c (OP_5F00): Use unknown traps to print all GPRs, | |
1427 | accumulators, PC, and F0/F1/C flags. | |
1428 | ||
1429 | Thu Sep 12 12:50:11 1996 Mark Alexander <[email protected]> | |
1430 | ||
1431 | * simops.c (OP_5F00): Fix problems with system calls. | |
1432 | ||
1433 | Thu Sep 12 12:19:28 1996 Michael Meissner <[email protected]> | |
1434 | ||
1435 | * simops.c (OP_5F00): Correct tracing information for trap. | |
1436 | ||
1437 | Wed Sep 11 18:55:50 1996 Michael Meissner <[email protected]> | |
1438 | ||
1439 | * Makefile.in (CSEARCH): Correctly find opcodes directory. | |
1440 | ||
1441 | Mon Sep 9 13:27:26 1996 Michael Meissner <[email protected]> | |
1442 | ||
1443 | * simops.c (trace_output): Properly align accumulator output. | |
1444 | (OP_3{0,2,4}00): Properly parenthesize test expression. Add error | |
1445 | if shift count is too high. | |
1446 | (OP_4E{00,02,04,20,22,40,42}): Make tests agree with book. | |
1447 | (OP_4E09): Make cpfg properly trace the input flags. | |
1448 | (op_types): Add OP_FLAG_OUTPUT. | |
1449 | (trace_{input,output}): Support OP_FLAG_OUTPUT. | |
1450 | (OP_31000000): This ld2w varient is a 16-bit memory reference, not | |
1451 | an 8-bit memory reference instruction for tracing purposes. | |
1452 | (OP_201): Addi needs to set the carry. | |
1453 | ||
1454 | Fri Sep 6 17:56:17 1996 Martin M. Hunt <[email protected]> | |
1455 | ||
1456 | * simops.c (OP_2600, OP_2601): Changed min and max comparisons | |
1457 | to use signed register values. | |
1458 | ||
1459 | Wed Sep 4 11:35:17 1996 Michael Meissner <[email protected]> | |
1460 | ||
1461 | * d10v_sim.h (DEBUG_*): Add bit flags for controlling debug | |
1462 | output. | |
1463 | (_ins_type): New enumeration to specify which container an | |
1464 | instruction is in, and whether it is part of a parallel operation. | |
1465 | (_state): Add ins_type field. | |
1466 | ({,u}int{8,16,32,64}): Use limits.h to size the appropriate types. | |
1467 | (ins_type_counters): Counters for the various instruction types. | |
1468 | ({left,right}_nops): Counters for the number of nops in each | |
1469 | container. | |
1470 | (d10v_debug): New variable to indicate whether debugging is turned | |
1471 | on. | |
1472 | ||
1473 | * simops.c: (all functions): Change all #ifdef DEBUG code so that | |
1474 | the input and output values can be traced, along with the | |
1475 | instruction type. Make the -t option enable tracing. | |
1476 | (all functions): Change printf calls to use the printf_filtered | |
1477 | function in the callback table. | |
1478 | ||
1479 | * interp.c (_leftright): New enumeration to say whether 2 short | |
1480 | instructions are done left first or right first. | |
1481 | (do_{long,2_short,parallel}): Indicate in the machine state which | |
1482 | type of instruction this is. Count each of the types of | |
1483 | instructions executed. | |
1484 | (sim_size): Only print the memory sizes if DEBUG_MEMSIZE debug | |
1485 | flag is set. | |
1486 | (sim_resume): Pass left/right indication to do_2_short. | |
1487 | (all functions): Change printf calls to use the printf_filtered | |
1488 | function in the callback table. | |
1489 | (sim_trace): Turn on debug flag if DEBUG was defined, and call | |
1490 | sim_resume. | |
1491 | (sim_info): Print out statistics on instructions. | |
1492 | (sim_{trace,create_inferior}): Eliminate extraneous output unless | |
1493 | debugging. | |
1494 | (sim_open): If args == -t and DEBUG was defined, set d10v_debug. | |
1495 | Only initialize the hash table the first time sim_open is called. | |
1496 | ||
1497 | * Makefile.in: Make objects depend on d10v_sim.h. | |
1498 | ({,SIM_}CFLAGS): Include configure dependent switches. Setting | |
1499 | CFLAGS does not override host/target defines or SIM_CFLAGS. | |
1500 | (CC_FOR_BUILD,gencode): Use CC_FOR_BUILD to compile gencode. | |
1501 | (run): By default, the math library is not needed to be linked | |
1502 | in. | |
1503 | ({BFD,LIBIBERTY}_LIB): Define as variables so they can be | |
1504 | overridden. | |
1505 | (VPATH): Don't set to anything but @srcdir@ to work with non-GNU | |
1506 | makes. | |
1507 | ({run,callback}.o): Provide explicit paths to their appropriate | |
1508 | source directories. | |
1509 | (gencode{,.o},d10v-opc.o): Split compilation into creating object | |
1510 | and linking. Instead of linking in libopcodes.a, just compile | |
1511 | d10v-opc.o directly to handle canadian cross. | |
1512 | (CSEARCH): Add opcodes directory. | |
1513 | ||
1514 | * configure.in (--enable-sim-cflags): New switch to allow user to | |
1515 | set the defaults. | |
1516 | (CC_FOR_BUILD): Deal with canadian crosses. | |
1517 | * configure: Regenerate. | |
1518 | ||
1519 | Wed Sep 04 04:45:34 1996 Mark Alexander <[email protected]> | |
1520 | ||
1521 | * simops.c: Include correct syscall.h for d10v, not host's. | |
1522 | Fix #ifdef SYS_stat. | |
1523 | ||
1524 | Tue Sep 3 14:00:04 1996 Michael Meissner <[email protected]> | |
1525 | ||
1526 | * simops.c (OP_5F00): Wrap all SYS_xxx traps with #ifdef. | |
1527 | Add trap 2 to be printf and trap 3 to be putchar. | |
1528 | ||
1529 | Wed Aug 28 21:42:34 1996 Mark Alexander <[email protected]> | |
1530 | ||
1531 | * Makefile.in, d10v_sim.h, interp.c, simops.c: Add support | |
1532 | for low-level system calls. | |
1533 | ||
1534 | Wed Aug 28 17:33:19 1996 Martin M. Hunt <[email protected]> | |
1535 | ||
1536 | * Makefile.in, d10v_sim.h, interp.c: Fix byte-order problems. | |
1537 | ||
1538 | Mon Aug 26 18:30:28 1996 Martin M. Hunt <[email protected]> | |
1539 | ||
1540 | * d10v_sim.h (SEXT32): Added. | |
1541 | * interp.c: Commented out printfs. | |
1542 | * simops.c: Fixed error in sb and st2w. | |
1543 | ||
1544 | Thu Aug 15 13:30:03 1996 Martin M. Hunt <[email protected]> | |
1545 | ||
1546 | * Makefile.in, d10v_sim.h, interp.c, simops.c: Added remaining | |
1547 | DSP instructions. Added modulo addressing. | |
1548 | ||
1549 | Sun Aug 11 12:57:15 1996 Martin M. Hunt <[email protected]> | |
1550 | ||
1551 | * Makefile.in, d10v_sim.h, interp.c, simops.c: Snapshot. | |
1552 | ||
1553 | Fri Aug 2 17:44:24 1996 Martin M. Hunt <[email protected]> | |
1554 | ||
1555 | * d10v_sim.h, simops.c: Snapshot. | |
1556 | ||
1557 | Thu Aug 1 17:05:24 1996 Martin M. Hunt <[email protected]> | |
1558 | ||
1559 | * ChangeLog, Makefile.in, configure, configure.in, d10v_sim.h, | |
1560 | gencode.c, interp.c, simops.c: Created. | |
1561 |