diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2000-06-24 14:47:54 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2000-06-24 14:47:54 +0000 |
commit | 550b1f2434c3e5372903043732482fd652b5b57a (patch) | |
tree | 51d50395e6420446f96bf3bf20d7f510103753f6 /sim | |
parent | daef0a6b6c3d14d79c7848d8d6f32d4d2932f0a8 (diff) | |
download | gdb-550b1f2434c3e5372903043732482fd652b5b57a.tar.gz |
* verbosity reduction
2000-06-23 Frank Ch. Eigler <fche@redhat.com>
* cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/sim-trace.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index ba3c459b7ce..9343a07d44e 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2000-06-23 Frank Ch. Eigler <fche@redhat.com> + + * cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX. + 2000-06-24 Frank Ch. Eigler <fche@redhat.com> From Maciej W. Rozycki <macro@ds2.pg.gda.pl>: diff --git a/sim/common/sim-trace.h b/sim/common/sim-trace.h index 14d277e2e9e..d34f5c4fd90 100644 --- a/sim/common/sim-trace.h +++ b/sim/common/sim-trace.h @@ -85,8 +85,7 @@ enum { ((1 << TRACE_INSN_IDX) \ | (1 << TRACE_LINENUM_IDX) \ | (1 << TRACE_MEMORY_IDX) \ - | (1 << TRACE_MODEL_IDX) \ - | (1 << TRACE_EVENTS_IDX)) + | (1 << TRACE_MODEL_IDX)) /* Masks so WITH_TRACE can have symbolic values. The case choice here is on purpose. The lowercase parts are args to |