sim: h8300: delete global callback/kind/name
[deliverable/binutils-gdb.git] / sim / h8300 / ChangeLog
1 2015-11-21 Mike Frysinger <vapier@gentoo.org>
2
3 * compile.c (sim_callback, sim_kind, myname): Delete.
4 (init_pointers, sim_store_register, sim_fetch_register, sim_info):
5 Change sim_callback->printf_filtered calls to sim_io_printf.
6 (sim_resume): Likewise. Declare sim_callback.
7 (sim_open): Delete sim_callback, sim_kind, and myname assignment.
8 (sim_load); Use sd to look up myname, sim_callback, and sim_kind.
9
10 2015-11-15 Mike Frysinger <vapier@gentoo.org>
11
12 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
13
14 2015-11-15 Mike Frysinger <vapier@gentoo.org>
15
16 * Makefile.in (SIM_OBJS): Add sim-reason.o and sim-stop.o.
17 * compile.c (sim_stop, sim_stop_reason): Delete.
18
19 2015-11-14 Mike Frysinger <vapier@gentoo.org>
20
21 * Makefile.in (SIM_OBJS): Delete sim-load.o.
22
23 2015-11-14 Mike Frysinger <vapier@gentoo.org>
24
25 * compile.c (sim_close): Delete.
26
27 2015-11-09 Mike Frysinger <vapier@gentoo.org>
28
29 * compile.c (littleendian): Delete.
30 (init_pointers): Delete littleendian usage.
31
32 2015-06-23 Mike Frysinger <vapier@gentoo.org>
33
34 * configure: Regenerate.
35
36 2015-06-12 Mike Frysinger <vapier@gentoo.org>
37
38 * configure: Regenerate.
39
40 2015-06-12 Mike Frysinger <vapier@gentoo.org>
41
42 * configure: Regenerate.
43
44 2015-04-18 Mike Frysinger <vapier@gentoo.org>
45
46 * sim-main.h (SIM_CPU): Delete.
47
48 2015-04-18 Mike Frysinger <vapier@gentoo.org>
49
50 * sim-main.h (sim_cia): Delete.
51
52 2015-04-17 Mike Frysinger <vapier@gentoo.org>
53
54 * sim-main.h (CIA_GET, CIA_SET): Delete.
55
56 2015-04-17 Mike Frysinger <vapier@gentoo.org>
57
58 * compile.c (h8300_pc_get, h8300_pc_set): New functions.
59 (sim_open): Declare new local var i. Call CPU_PC_FETCH &
60 CPU_PC_STORE for all cpus.
61 * sim-main.h (SIM_CPU): Define.
62
63 2015-04-15 Mike Frysinger <vapier@gentoo.org>
64
65 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
66 * sim-main.h (STATE_CPU): Delete.
67
68 2015-04-15 Mike Frysinger <vapier@gentoo.org>
69
70 * compile.c: Include sim-options.h.
71 (sim_open): Call sim_cpu_alloc_all instead of sim_cpu_alloc.
72 * sim-main.h (struct sim_state): Change cpu to an array of pointers.
73 (STATE_CPU): Handle WITH_SMP.
74
75 2015-04-13 Mike Frysinger <vapier@gentoo.org>
76
77 * configure: Regenerate.
78
79 2015-04-06 Mike Frysinger <vapier@gentoo.org>
80
81 * Makefile.in (SIM_OBJS): Delete sim-engine.o.
82
83 2015-04-01 Mike Frysinger <vapier@gentoo.org>
84
85 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
86
87 2015-03-31 Mike Frysinger <vapier@gentoo.org>
88
89 * config.in, configure: Regenerate.
90
91 2015-03-24 Mike Frysinger <vapier@gentoo.org>
92
93 * compile.c (sim_set_callbacks, sim_size, sim_trace): Delete.
94 * tconfig.h (SIM_HAVE_PROFILE): Delete.
95
96 2015-03-16 Mike Frysinger <vapier@gentoo.org>
97
98 * config.in, configure: Regenerate.
99 * tconfig.in: Rename file ...
100 * tconfig.h: ... here.
101
102 2015-03-14 Mike Frysinger <vapier@gentoo.org>
103
104 * Makefile.in (SIM_RUN_OBJS): Delete.
105
106 2015-03-14 Mike Frysinger <vapier@gentoo.org>
107
108 * configure.ac (AC_CHECK_HEADERS): Delete stdlib.h & time.h.
109 * aclocal.m4, configure: Regenerate.
110
111 2014-12-03 Joel Brobecker <brobecker@adacore.com>
112
113 * compile.c (sim_resume): Adjust calls to "stat" and "fstat"
114 callbacks by calls to "to_stat" and "to_fstat" (resp) callbacks
115 following renaming in callback.h.
116
117 2014-08-19 Alan Modra <amodra@gmail.com>
118
119 * configure: Regenerate.
120
121 2014-08-15 Roland McGrath <mcgrathr@google.com>
122
123 * configure: Regenerate.
124 * config.in: Regenerate.
125
126 2014-03-05 Mike Frysinger <vapier@gentoo.org>
127
128 * compile.c (sim_load): Add const to prog.
129
130 2014-02-17 Mike Frysinger <vapier@gentoo.org>
131
132 PR gdb/16450
133 * compile.c (control_c_sim_desc): Delete.
134 (control_c): Likewise.
135 (sim_resume): Delete signal(SIGINT) handling.
136
137 2013-09-23 Alan Modra <amodra@gmail.com>
138
139 * configure: Regenerate.
140
141 2013-06-03 Mike Frysinger <vapier@gentoo.org>
142
143 * aclocal.m4, configure: Regenerate.
144
145 2012-06-15 Joel Brobecker <brobecker@adacore.com>
146
147 * config.in, configure: Regenerate.
148
149 2012-05-18 Nick Clifton <nickc@redhat.com>
150
151 PR 14072
152 * compile.c: Include config.h before system header files.
153 * sim-main.h: Likewise.
154
155 2012-03-24 Mike Frysinger <vapier@gentoo.org>
156
157 * aclocal.m4, config.in, configure: Regenerate.
158
159 2011-12-03 Mike Frysinger <vapier@gentoo.org>
160
161 * aclocal.m4: New file.
162 * configure: Regenerate.
163
164 2011-10-17 Mike Frysinger <vapier@gentoo.org>
165
166 * configure.ac: Change include to common/acinclude.m4.
167
168 2011-10-17 Mike Frysinger <vapier@gentoo.org>
169
170 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
171 call. Replace common.m4 include with SIM_AC_COMMON.
172 * configure: Regenerate.
173
174 2011-07-05 Mike Frysinger <vapier@gentoo.org>
175
176 * compile.c (sim_do_command): Delete.
177
178 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
179
180 * compile.c (sim_store_register): Update return value to
181 match new API.
182
183 2010-04-14 Mike Frysinger <vapier@gentoo.org>
184
185 * compile.c (sim_write): Add const to buffer arg.
186
187 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
188
189 * configure: Regenerate.
190
191 2009-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
192 * compile.c(fetch_1): Fix pre-dec, pre-inc, post-dec and post-inc.
193 Index registers not masked memory areas.
194 Only simply increment or decrement.
195 * compile.c(store_1): Ditto.
196
197 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
198
199 * config.in: Regenerate.
200 * configure: Likewise.
201
202 * configure: Regenerate.
203
204 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
205
206 * compile.c: Add const to remove warning.
207
208 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
209
210 * configure: Regenerate to track ../common/common.m4 changes.
211 * config.in: Ditto.
212
213 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
214 Daniel Jacobowitz <dan@codesourcery.com>
215 Joseph Myers <joseph@codesourcery.com>
216
217 * configure: Regenerate.
218
219 2007-07-03 Yoshinori Sato <ysato@users.sourceforge.jp>
220
221 * compile.c (sim_resume): Fix the last byte of ARGV for
222 SYS_CMDLINE.
223
224 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
225
226 * acconfig.h: Remove.
227 * config.in: Regenerate.
228
229 2006-07-13 Yoshinori Sato <ysato@users.sourceforge.jp>
230
231 * compile.c (OBITOP): Bit address mask low three bit.
232 * compile.c (decode): Fix warning.
233
234 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
235
236 * configure: Regenerated.
237
238 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
239
240 * configure: Regenerated.
241
242 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
243
244 * configure: Regenerated.
245
246 2005-03-23 Mark Kettenis <kettenis@gnu.org>
247
248 * configure: Regenerate.
249
250 2005-01-14 Andrew Cagney <cagney@gnu.org>
251
252 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
253 explicit call to AC_CONFIG_HEADER.
254 * configure: Regenerate.
255
256 2005-01-12 Andrew Cagney <cagney@gnu.org>
257
258 * configure.ac: Update to use ../common/common.m4.
259 * configure: Re-generate.
260
261 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
262
263 * configure: Regenerated to track ../common/aclocal.m4 changes.
264
265 2005-01-07 Andrew Cagney <cagney@gnu.org>
266
267 * configure.ac: Rename configure.in, require autoconf 2.59.
268 * configure: Re-generate.
269
270 2004-12-08 Hans-Peter Nilsson <hp@axis.com>
271
272 * configure: Regenerate for ../common/aclocal.m4 update.
273
274 2004-06-28 Alexandre Oliva <aoliva@redhat.com>
275
276 2003-07-23 Richard Sandiford <rsandifo@redhat.com>
277 * compile.c (sim_resume): Make sure that dst.reg refers to the
278 right register byte in mova/sz.l @(dd,RnL),ERn.
279 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
280 * compile.c (sim_resume): Zero-extend immediate to muls, mulsu,
281 mulxs, divs and divxs.
282
283 * compile.c (sim_load): Update sd->memory_size.
284
285 2004-06-10 Michael Snyder <msnyder@redhat.com>
286
287 Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>.
288 * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
289
290 2004-01-05 Michael Snyder <msnyder@redhat.com>
291
292 * compile.c (sim_load): Don't pass a type to bfd_openr.
293
294 2003-12-16 Michael Snyder <msnyder@redhat.com>
295
296 Patch submitted by Anil Paranjape <AnilP1@KPITCummins.com>
297 * sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits.
298
299 2003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
300
301 * compile.c (set_h8300h): Initialize globals to zero.
302
303 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
304
305 * compile.c (h8300_normal_mode): New.
306 (SP): Handle normal mode.
307 (bitfrom): Use normal mode flag to return suitable value.
308 (lvalue): Use normal mode flag to return command line location.
309 (decode): Decode instruction correctly for normal mode.
310 (init_pointers): Initialise memory correctly for normal mode.
311 (sim_resume): Handle cases for normal mode using h8300_normal_mode
312 flag.
313 (sim_store_register): Handle 2 byte PC for normal mode.
314 (sim_fetch_register): Handle 2 byte PC for normal mode.
315 (set_h8300h): Set normal mode flag as per architechture.
316 (sim_load): Allocate 64K for normal mode instead of bigger memory.
317
318 2003-07-18 Michael Snyder <msnyder@redhat.com>
319
320 * compile.c (decode): Enhancements for mova.
321 Initialize cst, reg, and rdisp inside the loop, for each
322 new instruction. Defer correction of the disp2 values until
323 later, and then adjust them by the size of the first operand,
324 rather than the size of the instruction.
325 (sim_resume): For mova, adjust the size of the second operand
326 according to the type of the first operand (INDEXB vs. INDEXW).
327 In cases where there is only one operand, the other two must
328 both be composed on the fly.
329
330 2003-07-22 Michael Snyder <msnyder@redhat.com>
331
332 * compile.c (sim_resume): Revert 6-24 change, it does not
333 work with gdb breakpoints.
334
335 2003-07-17 Michael Snyder <msnyder@redhat.com>
336
337 * compile.c (sim_resume): Handle shll reg, reg and shlr reg, reg.
338 (decode): IMM16 is always zero-extended.
339
340 2003-06-24 Michael Snyder <msnyder@redhat.com>
341
342 * sim-main.h (SIM_WIFSTOPPED, SIM_WSTOPSIG): Define.
343 * compile.c (sim_resume): Use the above to return stop signal.
344
345 2003-06-18 Michael Snyder <msnyder@redhat.com>
346
347 * compile.c: Replace "Hitachi" with "Renesas".
348 (decode): Distinguish AV_H8S from AV_H8H.
349 (sim_resume): H8SX can use any register for TAS.
350 (decode): Add support for VECIND.
351 (sim_resume): Implement rte/l and rts/l.
352 (GETSR): New macro (actually old macro reincarnated).
353 (decode): Add handling for IMM2.
354 (sim_resume): Drop extra block around jmp, jsr, rts.
355 Add handling for trapa and rte.
356 For divxu.b, change 0xffff mask to 0xff.
357 (set_h8300h): Add bfd_mach_h8300sxn machine.
358
359 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
360
361 * sim-main.h (enum h8_regnum): Turn around order of MACH, MACL
362 and SBR, VBR.
363
364 2003-06-05 Michael Snyder <msnyder@redhat.com>
365
366 * compile.c (sim_fetch_register): Handle SBR, VBR, MACH, MACL.
367 (sim_store_register): Ditto.
368
369 2003-06-04 Michael Snyder <msnyder@redhat.com>
370
371 * compile.c (sim_info): Fix typo in output.
372
373 * compile.c (set_h8300h): Replace 'flag' arguments
374 with a bfd_machine argument, and decode it inline.
375 Check for bfd_mach_h8300hn and bfd_mach_h8300sn.
376
377 2003-06-03 Michael Snyder <msnyder@redhat.com>
378
379 * compile.c: Add h8300sx insns and addressing modes.
380 * sim-main.h: Replaces h8300/inst.h.
381 * Makefile.in: Tweak to bring in some sim/common stuff.
382
383 2003-04-13 Michael Snyder <msnyder@redhat.com>
384
385 * compile.c (sim_resume): Implement 'daa' and 'das' instructions.
386
387 2003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
388
389 * compile.c (cmdline_location): Added function to
390 return the location of 8-bit (256 locations) where the
391 Command Line arguments would be stored.
392 (decode): Added a TRAP to 0xcc for Commandline
393 processing using pseudo opcode O_SYS_CMDLINE.
394 (sim_resume): Added handling of O_SYS_CMDLINE Trap.
395 (sim_create_inferior): Setting a pointer to
396 Commandline Args array.
397 * inst.h: Added a new variable ptr_command_line for
398 storing pointer to Commandline array.
399
400 2003-03-14 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
401
402 * compile.c (decode): Added code for some more magic traps.
403 * compile.c (sim_resume): Added support for File I/O system
404 calls through callback to host_system.
405 System calls provided support for :
406 open, read, write, lseek, close, stat, fstat
407 Only basic support for stat and fstat.
408
409 2003-02-27 Andrew Cagney <cagney@redhat.com>
410
411 * compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
412
413 2003-02-05 Kazu Hirata <kazu@cs.umass.edu>
414
415 * compile.c (init_pointers): Abort if wreg never gets initialized.
416 (sim_resume): Fix the handling of exts.w and extu.w.
417
418 2003-01-31 Kazu Hirata <kazu@cs.umass.edu>
419
420 * compile.c (sim_resume): Fix the handling of bxor.
421
422 2003-01-16 Michael Snyder <msnyder@redhat.com>
423
424 * compile.c: Change K&R function definitions to ISO.
425 (fetch): Make static, and eliminate unused parameter 'n'.
426
427 2002-12-26 Kazu Hirata <kazu@cs.umass.edu>
428
429 * compile.c: Fix formatting.
430 * inst.h: Likewise.
431
432 2002-07-29 Andrey Volkov <avolkov@transas.com>
433
434 * compile.c: Include "gdb/sim-h8300.h"
435 * Makefile.in: Add dependences on "inst.h",
436 "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
437
438 2002-06-16 Andrew Cagney <ac131313@redhat.com>
439
440 * configure: Regenerated to track ../common/aclocal.m4 changes.
441
442 2002-06-08 Andrew Cagney <cagney@redhat.com>
443
444 * compile.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
445
446 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
447
448 * compile.c: Fix formatting.
449
450 2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
451
452 * compile.c: Fix formatting.
453
454 2002-05-17 Andrey Volkov (avolkov@transas.com)
455
456 * compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS.
457
458 2002-05-17 Andrey Volkov (avolkov@transas.com)
459
460 * compile.c: Add support of EXR register
461 * inst.h: Ditto.
462
463 2002-05-17 Andrey Volkov (avolkov@transas.com)
464
465 * compile.c: Made h8300s as new target, not h8300h alias.
466 * inst.h: Ditto.
467
468 2002-05-17 Andrey Volkov (avolkov@transas.com)
469
470 * compile.c: Add additional CCR flags (I,UI,H,U)
471
472 2002-05-17 Andrey Volkov (avolkov@transas.com)
473
474 * compile.c: Change literal regnumbers to REGNUMS.
475 Fix instruction and cycles counting
476
477 2001-12-20 Kazu Hirata <kazu@hxi.com>
478
479 * compile.c: Fix formatting.
480
481 2001-12-20 Kazu Hirata <kazu@hxi.com>
482
483 * compile.c: Fix comment typos.
484
485 2000-08-10 Kazu Hirata <kazu@hxi.com>
486
487 * compile.c (decode): Clean up the code.
488
489 2000-06-15 Kazu Hirata <kazu@hxi.com>
490
491 * compile.c (decode): Distinguish inc/dec.[wl] and adds/subs
492 correctly.
493
494 2000-06-20 Frank Ch. Eigler <fche@redhat.com>
495
496 * compile.c: Don't include "wait.h".
497 (sim_resume): Use local SIM_WIFEXITED and SIM_WIFSIGNALED macros
498 instead of WIF* from host.
499
500 2000-06-13 Frank Ch. Eigler <fche@redhat.com>
501
502 * compile.c, writecode.c: Correct typo.
503
504 2000-06-13 Kazu Hirata <kazu@hxi.com>
505
506 * compile.c: Fix formatting.
507
508 Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
509
510 * configure: Regenerated to track ../common/aclocal.m4 changes.
511
512 Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
513
514 * configure: Regenerated to track ../common/aclocal.m4 changes.
515
516 1999-05-08 Felix Lee <flee@cygnus.com>
517
518 * configure: Regenerated to track ../common/aclocal.m4 changes.
519
520 1999-04-02 Keith Seitz <keiths@cygnus.com>
521
522 * compile.c (POLL_QUIT_INTERVAL): Define. Used to tweak the
523 frequency at which the poll_quit callback is used.
524 (sim_resume): Use POLL_QUIT_INTERVAL instead of hard-coded value.
525
526 Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
527
528 * configure: Regenerated to track ../common/aclocal.m4 changes.
529
530 Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
531
532 * configure: Regenerated to track ../common/aclocal.m4 changes.
533 * config.in: Ditto.
534
535 Sun Apr 26 15:20:14 1998 Tom Tromey <tromey@cygnus.com>
536
537 * acconfig.h: New file.
538 * configure.in: Reverted change of Apr 24; use sinclude again.
539
540 Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
541
542 * configure: Regenerated to track ../common/aclocal.m4 changes.
543 * config.in: Ditto.
544
545 Fri Apr 24 11:19:46 1998 Tom Tromey <tromey@cygnus.com>
546
547 * configure.in: Don't call sinclude.
548
549 Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
550
551 * configure: Regenerated to track ../common/aclocal.m4 changes.
552
553 Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
554
555 * configure: Regenerated to track ../common/aclocal.m4 changes.
556
557 Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
558
559 * configure: Regenerated to track ../common/aclocal.m4 changes.
560
561 Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
562
563 * configure: Regenerated to track ../common/aclocal.m4 changes.
564
565 Tue Feb 17 12:42:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
566
567 * compile.c (sim_store_register, sim_fetch_register): Pass in
568 length parameter. Return -1.
569
570 Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
571
572 * configure: Regenerated to track ../common/aclocal.m4 changes.
573
574 Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
575
576 * configure: Regenerated to track ../common/aclocal.m4 changes.
577
578 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
579
580 * configure: Regenerated to track ../common/aclocal.m4 changes.
581
582 Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
583
584 * configure: Regenerated to track ../common/aclocal.m4 changes.
585 * config.in: Ditto.
586
587 Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
588
589 * configure: Regenerated to track ../common/aclocal.m4 changes.
590
591 Tue Nov 11 16:52:07 1997 Angela Marie Thomas (angela@cygnus.com)
592
593 * compile.c: #include stdio.h for definition of NULL on
594 some platforms.
595
596 Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
597
598 * compile.c (sim_load): Pass lma_p and sim_write args to
599 sim_load_file.
600
601 Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
602
603 * configure: Regenerated to track ../common/aclocal.m4 changes.
604
605 Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
606
607 * configure: Regenerated to track ../common/aclocal.m4 changes.
608
609 Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
610
611 * configure: Regenerated to track ../common/aclocal.m4 changes.
612
613 Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
614
615 * configure: Regenerated to track ../common/aclocal.m4 changes.
616
617 Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
618
619 * configure: Regenerated to track ../common/aclocal.m4 changes.
620
621 Wed Sep 17 12:00:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
622
623 * Makefile.in (compile.o): Depend on config.h in local directory.
624
625 Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
626
627 * configure: Regenerated to track ../common/aclocal.m4 changes.
628
629 Tue Sep 9 22:17:26 1997 Felix Lee <flee@cygnus.com>
630
631 * inst.h (sim_state): rename to h8300_sim_state, to avoid conflict
632 with sim/common.
633 * configure.in: check for sys/param.h
634 * compile.c: #ifdef HAVE_SYS_PARAM_H.
635 #define SIGTRAP for wingdb.
636 (sim_resume): poll keyboard at least once per call.
637 (sim_resume): use host_callback instead of printf for syscall
638 output.
639
640 Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
641
642 * configure: Regenerated to track ../common/aclocal.m4 changes.
643
644 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
645
646 * configure: Regenerated to track ../common/aclocal.m4 changes.
647 * config.in: Ditto.
648
649 Tue Aug 26 10:38:43 1997 Andrew Cagney <cagney@b1.cygnus.com>
650
651 * compile.c (sim_kill): Delete.
652 (sim_create_inferior): Add ABFD argument.
653 (sim_load): Move setting of PC from here.
654 (sim_create_inferior): To here.
655 (sim_open, sim_load, set_h8300h): Add fixme explaining why much of
656 the sim_load code should be moved to sim_open.
657
658 Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
659
660 * configure: Regenerated to track ../common/aclocal.m4 changes.
661 * config.in: Ditto.
662
663 Mon Aug 25 15:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
664
665 * compile.c (sim_open): Add ABFD argument.
666
667 Tue May 20 10:16:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
668
669 * compile.c (sim_open): Add callback argument.
670 (sim_set_callbacks): Delete SIM_DESC argument.
671
672 Wed Apr 30 10:22:29 1997 Doug Evans <dje@canuck.cygnus.com>
673
674 * compile.c (sim_load): Call bfd_get_mach instead of examining
675 bfd fields directly.
676 * tconfig.in (SIM_PRE_LOAD): Delete, no longer used.
677
678 Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
679
680 * configure: Regenerated to track ../common/aclocal.m4 changes.
681
682 Fri Apr 18 14:30:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
683
684 * compile.c (sim_resume): Use poll_quit callback.
685 (sim_stop): New function.
686
687 Thu Apr 17 03:06:39 1997 Doug Evans <dje@canuck.cygnus.com>
688
689 * Makefile.in (SIM_OBJS): Add sim-load.o.
690 * compile.c (sim_kind, myname): New static locals.
691 (sim_open): Set sim_kind, myname.
692 (sim_load): Return SIM_RC. New arg abfd. Update test for h8300h.
693 Call sim_load_file to load file into simulator. Set start address
694 from bfd.
695 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
696
697 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
698
699 * configure: Regenerated to track ../common/aclocal.m4 changes.
700 * config.in: Ditto.
701
702 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
703
704 * compile.c (sim_open): New arg `kind'.
705
706 * configure: Regenerated to track ../common/aclocal.m4 changes.
707
708 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
709
710 * configure: Regenerated to track ../common/aclocal.m4 changes.
711
712 Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
713
714 * configure: Regenerated to track ../common/aclocal.m4 changes.
715
716 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
717
718 * configure: Re-generate.
719
720 Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
721
722 * configure: Regenerate to track ../common/aclocal.m4 changes.
723
724 Thu Mar 13 12:48:05 1997 Doug Evans <dje@canuck.cygnus.com>
725
726 * compile.c (sim_open): New SIM_DESC result. Argument is now in
727 argv form.
728 (other sim_*): New SIM_DESC argument.
729
730 Tue Feb 4 13:36:29 1997 Doug Evans <dje@canuck.cygnus.com>
731
732 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
733 COMMON_{PRE,POST}_CONFIG_FRAG instead.
734 * configure.in: sinclude ../common/aclocal.m4.
735 * configure: Regenerated.
736
737 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
738
739 * configure configure.in Makefile.in: Update to new configure
740 scheme which is more compatible with WinGDB builds.
741 * configure.in: Improve comment on how to run autoconf.
742 * configure: Re-run autoconf to get new ../common/aclocal.m4.
743 * Makefile.in: Use autoconf substitution to install common
744 makefile fragment.
745
746 Wed Nov 20 01:39:12 1996 Doug Evans <dje@canuck.cygnus.com>
747
748 * Makefile.in: Delete stuff moved to ../common/Make-common.in.
749 (SIM_OBJS): Define.
750 * configure.in: Simplify using macros in ../common/aclocal.m4.
751 * configure: Regenerated.
752 * inst.h (enum sim_state): Define.
753 (cpu_state_type): New member `state'. Set it whenever `exception'
754 is set.
755 * compile.c (sim_callback): New global.
756 (sim_set_simcache_size): Renamed from sim_csize.
757 (sim_resume, case O_SLEEP): Add right way to decode r0 but #if 0 out
758 'cus it can't work. Change main loop exit test to use cpu.state.
759 (sim_trace): New function.
760 (sim_stop_reason): Add right way to set results, but #if 0 out.
761 (sim_size): New function.
762 (sim_info): Redirect calls to printf_filtered through callback.
763 (sim_set_callbacks): Record callback.
764 * run.c: Deleted, using one in ../common now.
765 * tconfig.in: New file.
766
767 Thu Oct 3 16:13:18 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
768
769 * Makefile.in (mostlyclean): Don't remove config.log here.
770
771 Fri Aug 9 22:59:11 1996 Jeffrey A Law (law@cygnus.com)
772
773 * compile.c (sim_resume): rts, sleep, bpt and nop have
774 no associated "size".
775
776 Tue Jul 9 22:15:39 1996 Jeffrey A Law (law@cygnus.com)
777
778 * compile.c (sim_resume): Fix all rotate-by-2-bits insns.
779
780 Tue Jul 2 23:08:45 1996 Jeffrey A Law (law@cygnus.com)
781
782 * run.c (main): Don't "load" sections which don't have
783 SEC_LOAD set.
784 * compile.c (sim_resume, case "O_NOT"): Use ONOT instead
785 of OSHIFTS.
786 (ONOT): Define.
787 (sim_resume, shift/rotate cases): Add support for shift/rotate
788 by two bits.
789 (OSHIFTS): Corresponding changes.
790
791 Tue Jul 2 01:37:27 1996 Jeffrey A Law (law@cygnus.com)
792
793 * compile.c (sim_resume): Handle "ldm.l" and "stm.l".
794
795 Wed Jun 26 08:58:53 1996 Jeffrey A Law (law@cygnus.com)
796
797 * compile.c (h8300smode): Declare.
798
799 Wed Jun 26 12:20:56 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
800
801 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
802 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
803 (docdir): Removed.
804 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
805 (AC_PROG_INSTALL): Added.
806 * configure: Rebuilt.
807
808 Tue Jun 18 16:31:10 1996 Jeffrey A. Law <law@rtl.cygnus.com>
809
810 * compile.c (sim_load): Treat the H8/S like the H8/300H for now.
811 * run.c (main): Treat the H8/S like the H8/300H for now.
812
813 Fri May 24 10:35:25 1996 Jeffrey A Law (law@cygnus.com)
814
815 * compile.c (SEXTCHAR): Clear upper bits when sign
816 bit is clear.
817
818 Wed May 22 22:23:37 1996 Jeffrey A Law (law@cygnus.com)
819
820 * compile.c (sim_resume): Correctly handle divu.
821
822 Tue May 7 02:13:05 1996 Jeffrey A Law (law@cygnus.com)
823
824 * compile.c (sim_resume): Never allow the PC to have an
825 odd value.
826
827 Fri Apr 12 16:50:37 1996 Jeffrey A Law (law@cygnus.com)
828
829 * inst.h: Expand on comments regarding H8300H_MSIZE. Note
830 separate memory is allocate for the 8-bit area.
831 (struct cpu_state_type): Add new "eightbit' field.
832 * compile.c (GET_MEMORY_L): Handle access into the 8-bit
833 area.
834 (GET_MEMORY_W, GET_MEMORY_B): Likewise.
835 (SET_MEMORY_L, SET_MEMORY_W, SET_MEMORY_B): Likewise.
836 (init_pointers): Initialize space for the 8-bit area.
837 (sim_write): Handle writing into the 8-bit area.
838 (sim_read): Handle reading from the 8-bit area.
839 (sim_load): Reallocate space for the 8-bit area.
840
841 * compile.c (sim_load): Re-allocate memory for the simulator
842 here.
843
844 Fri Apr 12 09:39:56 1996 Jeffrey A Law (law@cygnus.com)
845
846 * compile.c (sim_resume): Fix and simplify overflow and carry
847 handling for 32bit ALU insns.
848
849 Mon Apr 8 23:58:49 1996 Jeffrey A Law (law@cygnus.com)
850
851 * compile.c (sim_resume): Fix overflow checks for ALU insns.
852
853 Fri Apr 5 17:20:59 1996 Jeffrey A Law (law@cygnus.com)
854
855 * compile.c (decode): Use "bit" to hold L_3 immediates instead
856 of holding them in "abs". Handle ABS8MEM memory references aka
857 8-bit area. Replace ABSMOV references with ABS8MEM.
858
859 Wed Mar 13 17:43:56 1996 Jeffrey A Law (law@cygnus.com)
860
861 * compile.c (fetch): Handle accesses to the exception/function
862 vectors.
863
864 Mon Mar 11 09:53:25 1996 Doug Evans <dje@charmed.cygnus.com>
865
866 * compile.c: #include "wait.h".
867 (sim_resume, sleep insn): Check program exit status in r0.
868 (sim_resume, shift insns): Fix setting of overflow flag for shal.
869 * run.c: #include <signal.h>.
870 (main): Abort if program got SIGILL.
871 Print error message if argument is invalid.
872 (usage): Improve text.
873
874 Wed Feb 21 12:15:00 1996 Ian Lance Taylor <ian@cygnus.com>
875
876 * configure: Regenerate with autoconf 2.7.
877
878 Thu Jan 4 11:52:53 1996 Doug Evans <dje@canuck.cygnus.com>
879
880 * inst.h (MPOWER,MSIZE): Deleted.
881 (H8300{,H}_MSIZE): Define.
882 * compile.c (memory_size): New static global.
883 (init_pointers): Set memory size from one of H8300{,H}_MSIZE.
884 (sim_write,sim_read): Use memory_size.
885
886 Fri Oct 13 15:03:19 1995 steve chamberlain <sac@slash.cygnus.com>
887
888 * compile.c (sim_set_callbacks): New.
889
890 Tue Oct 10 11:11:26 1995 Fred Fish <fnf@cygnus.com>
891
892 * Makefile.in (BISON): Remove macro.
893
894 Wed Sep 20 13:35:02 1995 Ian Lance Taylor <ian@cygnus.com>
895
896 * Makefile.in (maintainer-clean): New synonym for realclean.
897
898 Fri Sep 8 12:18:53 1995 Ian Lance Taylor <ian@cygnus.com>
899
900 * Makefile.in (install): Don't install in $(tooldir).
901
902 * configure.in: Call AC_CONFIG_HEADER. Don't try to use
903 bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and
904 AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES and AR.
905 Call AC_CHECK_HEADERS for stdlib.h and time.h. Touch stamp.h if
906 creating config.h.
907 * configure: Rebuild.
908 * config.in: New file, created by autoheader.
909 * Makefile.in (AR): Define as @AR@.
910 (CC): New variable, defined as @CC@.
911 (CFLAGS): Define as @CFLAGS@.
912 (RANLIB): Define as @RANLIB@.
913 (HDEFINES, TDEFINES): New variables.
914 (@host_makefile_frag@): Remove.
915 (compile.o, run.o): Depend upon config.h.
916 (mostlyclean): Make the same as clean, not distclean.
917 (clean): Remove config.log.
918 (distclean): Remove config.h and stamp-h.
919 (Makefile): Don't depend upon @frags@. Just rebuild Makefile when
920 invoking config.status.
921 (config.h, stamp-h): New targets.
922 * compile.c: Include "config.h". Don't include <sys/times.h>.
923 Include <time.h> and <stdlib.h> if they exist. Don't include
924 "sysdep.h".
925 (get_now): Remove unused local b.
926 * run.c: Include "config.h". Include <stdlib.h> if it exists.
927 Don't include "sysdep.h".
928 * writecode.c: Don't include "bfd.h" or "sysdep.h". Include
929 <stdio.h>.
930
931 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
932
933 * Update all FSF addresses except those in COPYING* files.
934
935 Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
936
937 * Makefile.in (clean): Remove run.
938 (distclean): Remove Makefile.
939
940 * h8300.mt: Removed.
941
942 * Makefile.in, configure.in: converted to autoconf.
943 * configure: New file, generated with autconf 2.4.
944
945 Fri Jun 30 16:50:24 1995 Stan Shebs <shebs@andros.cygnus.com>
946
947 * compile.c (sim_do_command): New function.
948
949 Tue Jun 20 16:18:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
950
951 * compile.c (get_now): Don't do if win32.
952 (sim_resume): Poll in win32 too.
953
954 Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
955
956 * configure.in: Fix typo in last change.
957
958 Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
959
960 * run.c: parse arguments with getopt().
961
962 Tue Feb 28 17:30:08 1995 Ian Lance Taylor <ian@cygnus.com>
963
964 * configure.in: Use ../../bfd/hosts/std-host.h if specific
965 host unavailable.
966
967 Sun Jan 22 12:35:43 1995 Steve Chamberlain <sac@splat>
968
969 * compile.c (sim_resume): Initialize cpu.mask.
970
971 Thu Sep 8 16:53:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
972
973 * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
974
975 Wed May 18 13:47:58 1994 Doug Evans (dje@canuck.cygnus.com)
976
977 * compile.c: #include "bfd.h".
978 (sim_*): Set result type to void where there isn't one.
979 (sim_resume, default case): Set cpu.exception to SIGILL.
980 (sim_trace): Delete.
981 (sim_set_pc): Delete.
982 (sim_info): Delete printf_fn arg, all callers changed.
983 Call printf_filtered.
984 (set_h8300h): New arg `flag', all callers changed.
985 (sim_close): New function.
986 (sim_load): New function.
987 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
988 * run.c: #include <varargs.h>, "remote-sim.h".
989 (printf_filtered): New function.
990
991 Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
992
993 * compile.c (decode): Fix typo (16 bit branches).
994 (*): Some white space clean up.
995
996 Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
997
998 * compile.c (decode): Compile 16bit branches properly.
999
1000 Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1001
1002 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
1003 andc. Poll for interrupts.
1004
1005 Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
1006
1007 * compile.c: #include "ansidecl.h" for remote-sim.h.
1008
1009 Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
1010
1011 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
1012 * compile.c: #include "remote-sim.h".
1013 (sim_resume): New arg siggnal.
1014 (sim_write): Use SIM_ADDR for type of arg addr.
1015 Always return a value.
1016 (sim_read): Ditto.
1017 (sim_store_register): Result is type int.
1018 (sim_fetch_register): Ditto.
1019 (sim_stop_reason): Renamed from sim_stop_signal.
1020 (sim_set_pc): Use SIM_ADDR for type of arg pc.
1021 (sim_info): int result, new arg printf_fn.
1022 (sim_kill): int result.
1023 (sim_open): int result, new arg name.
1024 * run.c (main): Use sim_set_pc to set pc.
1025 Update call to sim_info.
1026
1027 Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
1028
1029 * compile.c (sim_stop_signal): Result is now enum sim_stop.
1030
1031 Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1032
1033 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
1034
1035 Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1036
1037 * compile.c (sim_set_pc): Write to the pc direcly.
1038 (sim_store_register): Now value is passed by reference. (sim_read,
1039 sim_write): Return number of bytes copied.
1040
1041 Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1042
1043 * compile.c (mop): New function to do multiplies.
1044
1045 Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
1046
1047 * compile.c (sim_resume): Add support for nop insn.
1048
1049 Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
1050
1051 * compile.c: Reset HMODE back to zero (accidently set it to 1).
1052
1053 * run.c (main): If h8/300h binary detected, call set_h8300h.
1054 * compile.c (sim_resume): Fix O_NEG insn.
1055
1056 Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
1057
1058 * run.c (main): Add -h flag to enable h8/300h emulation.
1059 * compile.c: Rename Hmode to HMODE (consistency with gdb).
1060 (set_h8300h): New function.
1061 (sim_resume): Add support for extu,exts insns.
1062 (sim_resume): Fix logical right shifting.
1063 (sim_resume, label alu32): Fix setting of carry flag.
1064
1065 Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
1066
1067 * compile.c (sim_csize): Initialize cpu.cache.
1068
1069 Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
1070
1071 * Makefile.in: Add -I../../bfd to pick up bfd.h.
1072
1073 Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
1074
1075 * run.c (main): Fix parsing of args.
1076
1077 * compile.c (sim_resume): Fix shll insn.
1078
1079 Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1080
1081 * compile.c: New file, supports H8/300H.
1082 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
1083
1084 Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1085
1086 * run.c (main): Add -v to print info.
1087 * p3.c (sim_info): New function.
1088
1089 Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
1090
1091 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
1092
1093 Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
1094
1095 * Makefile.in: Don't use cb or indent
1096 * p1.c, state.h, writecode.c: lint
1097
1098 Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
1099
1100 * Makefile.in: Make SunOS halfdone VPATH work.
1101 * p1.c: Lint picked up by HP native compiler.
1102
1103 Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
1104
1105 * p1.c (sim_resume): when running on dos, any character typed to
1106 the keyboard will cause a simulated exception.
1107
1108 Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1109
1110 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
1111 running
1112
1113 Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1114
1115 * new
1116
This page took 0.051711 seconds and 5 git commands to generate.