diff options
author | Doug Evans <dje@google.com> | 1998-05-20 11:59:32 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-05-20 11:59:32 +0000 |
commit | 66f1864d7eb95d093b22ece0e63e7088abd0e714 (patch) | |
tree | b6961b49a31eb7f22ae27bb17f608e90c5343189 | |
parent | 6f7833f035fc4d135a7f5fdcf3fbaf5d99b5d5c3 (diff) | |
download | gdb-66f1864d7eb95d093b22ece0e63e7088abd0e714.zip gdb-66f1864d7eb95d093b22ece0e63e7088abd0e714.tar.gz gdb-66f1864d7eb95d093b22ece0e63e7088abd0e714.tar.bz2 |
* m32r-sim.h (PROFILE_COUNT_PARINSNS): New macro.
* mloopx.in (extract): Set abuf.addr for proper fill nop counting.
(execute): Count parallel insns.
* sim-if.c (print_m32r_misc_cpu): Print count.
* sim-main.h (M32R_MISC_PROFILE): New member parallel_count.
-rw-r--r-- | sim/m32r/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 8f44ace..5465fd5 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,5 +1,11 @@ Wed May 20 00:10:40 1998 Doug Evans <devans@seba.cygnus.com> + * m32r-sim.h (PROFILE_COUNT_PARINSNS): New macro. + * mloopx.in (extract): Set abuf.addr for proper fill nop counting. + (execute): Count parallel insns. + * sim-if.c (print_m32r_misc_cpu): Print count. + * sim-main.h (M32R_MISC_PROFILE): New member parallel_count. + Zero bottom two bits of pc in jmp,jl insns. * sem.c,sem-switch.c: Regenerate. start-sanitize-m32rx |