OSDN Git Service

2003-04-16 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Wed, 16 Apr 2003 22:01:07 +0000 (22:01 +0000)
committerbrolley <brolley>
Wed, 16 Apr 2003 22:01:07 +0000 (22:01 +0000)
        * commonCfg.cxx (final_insn_count): Set cpu attribute 'final-insn-count'.

sid/main/dynamic/ChangeLog
sid/main/dynamic/commonCfg.cxx

index f54c858..3b70e21 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-16  Dave Brolley  <brolley@redhat.com>
+
+       * commonCfg.cxx (final_insn_count): Set cpu attribute 'final-insn-count'.
+       
 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
 
        * baseCfg.cxx, commonCfg.cxx: More of the same.
index efd00fe..117698c 100644 (file)
@@ -1004,6 +1004,7 @@ void BoardCfg::final_insn_count ()
   assert (cpu);
   assert (sess->shutdown_seq);
   sess->shutdown_seq->add_output (0, cpu, "print-insn-summary!");
+  cpu->set (cpu, "final-insn-count?", "true");
 }
 
 void BoardCfg::trace_counter ()