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