1997-04-29 08:41:15 +00:00
|
|
|
Tue Apr 29 10:58:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
|
|
|
|
|
|
|
* alu.h (MEM, STORE): Force addresses to be correctly aligned.
|
|
|
|
|
|
|
|
* insns (do_jsr): Fix.
|
|
|
|
(do_st, do_ld): Handle 64bit transfers.
|
|
|
|
(do_trap): Match libgloss.
|
|
|
|
(rdcr): Implement nop - Dest == r0 - variant.
|
|
|
|
|
|
|
|
* sim-calls.c (sim_create_inferior): Initialize SP.
|
|
|
|
|
|
|
|
* Makefile.in (ENGINE_H): Everything now depends on sim-options.h.
|
|
|
|
(support.o): Depends on ENGINE_H.
|
|
|
|
|
|
|
|
* cpu.h: Four accumulators.
|
|
|
|
|
|
|
|
* Makefile.in (tmp-igen): Include line number information in
|
|
|
|
generated files.
|
|
|
|
|
|
|
|
* insns (dld, dst): Fill in.
|
|
|
|
|
|
|
|
Mon Apr 28 13:02:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
|
|
|
|
|
|
|
* insns (vld): Fix instruction format wrong.
|
|
|
|
|
1997-04-24 12:06:27 +00:00
|
|
|
Thu Apr 24 16:43:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
|
|
|
|
|
|
|
* dc: Add additional rules so that minor opcode files are
|
|
|
|
detected.
|
|
|
|
* insns: Enable more instructions.
|
|
|
|
|
|
|
|
* sim-calls.c (sim_fetch_register,sim_store_register, sim_write):
|
|
|
|
Implement.
|
|
|
|
|
1997-04-24 07:50:16 +00:00
|
|
|
Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
* configure: Regenerated to track ../common/aclocal.m4 changes.
|
|
|
|
* Makefile.in (SIM_OBJS): Add sim-module.o, sim-profile.o.
|
|
|
|
* sim-calls.c (sim_open): Call sim_module_uninstall if argument
|
|
|
|
parsing fails. Call sim_post_argv_init.
|
|
|
|
(sim_close): Call sim_module_uninstall.
|
|
|
|
|
1997-04-23 13:56:14 +00:00
|
|
|
Wed Apr 23 20:05:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
|
|
|
|
|
|
|
* insns (and, bbo, bcnd, bsr, dcache, jsr, or, xor, nor): Enable.
|
|
|
|
* ic: Add fields for enabled instructions.
|
|
|
|
|