binutils-gdb/sim/h8300/ChangeLog

109 lines
3.4 KiB
Plaintext

Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
* Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
* compile.c: #include "remote-sim.h".
(sim_resume): New arg siggnal.
(sim_write): Use SIM_ADDR for type of arg addr.
Always return a value.
(sim_read): Ditto.
(sim_store_register): Result is type int.
(sim_fetch_register): Ditto.
(sim_stop_reason): Renamed from sim_stop_signal.
(sim_set_pc): Use SIM_ADDR for type of arg pc.
(sim_info): int result, new arg printf_fn.
(sim_kill): int result.
(sim_open): int result, new arg name.
* run.c (main): Use sim_set_pc to set pc.
Update call to sim_info.
Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
* compile.c (sim_stop_signal): Result is now enum sim_stop.
Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* compile.c (sim_kill, sim_open, sim_set_args): New functions.
Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
* compile.c (sim_set_pc): Write to the pc direcly.
(sim_store_register): Now value is passed by reference. (sim_read,
sim_write): Return number of bytes copied.
Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
* compile.c (mop): New function to do multiplies.
Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
* compile.c (sim_resume): Add support for nop insn.
Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
* compile.c: Reset HMODE back to zero (accidently set it to 1).
* run.c (main): If h8/300h binary detected, call set_h8300h.
* compile.c (sim_resume): Fix O_NEG insn.
Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
* run.c (main): Add -h flag to enable h8/300h emulation.
* compile.c: Rename Hmode to HMODE (consistency with gdb).
(set_h8300h): New function.
(sim_resume): Add support for extu,exts insns.
(sim_resume): Fix logical right shifting.
(sim_resume, label alu32): Fix setting of carry flag.
Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
* compile.c (sim_csize): Initialize cpu.cache.
Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
* Makefile.in: Add -I../../bfd to pick up bfd.h.
Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
* run.c (main): Fix parsing of args.
* compile.c (sim_resume): Fix shll insn.
Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
* compile.c: New file, supports H8/300H.
* p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
* run.c (main): Add -v to print info.
* p3.c (sim_info): New function.
Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
* h8300.mt (DO_INSTALL): Renamed from INSTALL.
Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
* Makefile.in: Don't use cb or indent
* p1.c, state.h, writecode.c: lint
Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
* Makefile.in: Make SunOS halfdone VPATH work.
* p1.c: Lint picked up by HP native compiler.
Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
* p1.c (sim_resume): when running on dos, any character typed to
the keyboard will cause a simulated exception.
Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
* p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
running
Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* new