diff options
Diffstat (limited to 'sim/v850/ChangeLog')
-rw-r--r-- | sim/v850/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 812cfb6..a4d4fbd 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,44 @@ +Wed Aug 13 19:06:55 1997 Nick Clifton <nickc@cygnus.com> + + * interp.c (sim_resume): Opcode functions return amount to be + added to PC and all opcodes take a standard format in the OP[] + array. + + (do_format_*): Functions removed. + + * v850_sim.h (SP, EP): New register mnemonics. + + * gencode.c (write_header): Functions prototypes return an + integer. + + * simops.c: Opcode functions return amount to be added to PC. + +start-sanitize-v850e + * v850_sim.h (CTPC, CTPSW, CTBP): New register mnemonics. + + * simops.c: Add support for v850e instructions. + + * .Sanitize (Do-first, Do-last): Add support for keep-v850e + command line option. + +end-sanitize-v850e + +start-sanitize-v850eq + * .Sanitize (Do-first, Do-last): Add support for keep-v850eq + command line option. + + * simops.c: Add support for v850eq instructions. +end-sanitize-v850eq + +Tue May 20 10:24:14 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * interp.c (sim_open): Add callback argument. + (sim_set_callbacks): Delete SIM_DESC argument. + +Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + Wed Apr 23 17:20:16 1997 Doug Evans <dje@canuck.cygnus.com> * interp.c (prog_bfd_was_opened_p): New static local. |