diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-12 02:26:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-12 02:26:31 +0000 |
commit | cf5c6e6e5d3c2ab61752dfc69a432f7b38fc88b0 (patch) | |
tree | 8a8348208c47a8f4822744cbf20a7a409c0ddd74 /sim | |
parent | 44457cbcc2d72663e657e71894b2cb9214bede51 (diff) | |
download | gdb-cf5c6e6e5d3c2ab61752dfc69a432f7b38fc88b0.zip gdb-cf5c6e6e5d3c2ab61752dfc69a432f7b38fc88b0.tar.gz gdb-cf5c6e6e5d3c2ab61752dfc69a432f7b38fc88b0.tar.bz2 |
Generate instruction profile call with each instruction.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/igen/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog index 92e5bb1..20374fa 100644 --- a/sim/igen/ChangeLog +++ b/sim/igen/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 11 10:27:39 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * gen-semantics.c (print_semantic_body): Trace the instruction + after it has been validated. + (print_semantic_body): Count the instruction using sim-profile. + Wed Sep 10 13:35:37 1997 Andrew Cagney <cagney@b1.cygnus.com> * gen-itable.c (gen_itable_h): Collect summary info on instruction |