diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-24 19:06:38 +0545 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-24 10:16:45 -0400 |
commit | 8371bf0cd99635c9eabed28481b34ea8934a948e (patch) | |
tree | 8612d9256ce31365ebb7481a3d42d81f79f91a8e /sim/common/ChangeLog | |
parent | 201e8dfdc8926c0b15bd9bebc762612ce196fd00 (diff) | |
download | gdb-8371bf0cd99635c9eabed28481b34ea8934a948e.zip gdb-8371bf0cd99635c9eabed28481b34ea8934a948e.tar.gz gdb-8371bf0cd99635c9eabed28481b34ea8934a948e.tar.bz2 |
sim: trace: document alu/fpu/vpu trace options better
Make the acronyms clear for people.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index c436b91..21a3fe3 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,12 @@ 2015-06-24 Mike Frysinger <vapier@gentoo.org> + * sim-trace.c (trace_options): Update help text for trace-alu, + trace-fpu, trace-vpu, and trace-semantics. + * sim-trace.h (TRACE_ALU_IDX): Update comment text. + (TRACE_FPU_IDX, TRACE_VPU_IDX): Likewise. + +2015-06-24 Mike Frysinger <vapier@gentoo.org> + * sim-assert.h (SIM_FILTER_PATH): Delete. [!SIM_ASSERT, WITH_ASSERT]: Include libiberty.h. (SIM_ASSERT): Replace SIM_FILTER_PATH with lbasename. |