From 15c1649391b66df7e721377daa248721ab3e58eb Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 22 Apr 1997 17:46:07 +0000 Subject: TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a. --- sim/igen/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'sim/igen/ChangeLog') diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog index a889da4..fa5eba8 100644 --- a/sim/igen/ChangeLog +++ b/sim/igen/ChangeLog @@ -1,3 +1,25 @@ +Tue Apr 22 21:46:28 1997 Andrew Cagney + + * igen.c (main), igen.h: Support new option - delayed-branch - + generate code to drive a delayed branch processor. + + * gen-idecode.c (gen_idecode_h): Define instruction_address type. + + * igen.c (print_icache_function_formal): Replace address_word with + instruction_address. + (print_semantic_function_formal): Ditto. + (print_semantic_function_type): Ditto. + * gen-idecode.c (print_idecode_issue_function_body): Ditto. + + * gen-semantics.c (print_semantic_body): Ditto. + (print_c_semantic): Ditto. + + * gen-support.c (support_c_function): Return a zeroed CIA instead + of just zero - works with any cia type. + + * igen.c (print_itrace): For delayed branch case, print just the + current instruction. + Thu Apr 17 07:02:33 1997 Doug Evans * igen.c (print_itrace): Use TRACE_FOO_P and trace_printf. -- cgit v1.1