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