add annotation code to m5
configs/common/Benchmarks.py:
add annotate test app
src/SConscript:
add annotate.cc to lis
src/arch/alpha/isa/decoder.isa:
add annotate instructions
src/base/traceflags.py:
Add annotate trace flag
src/sim/pseudo_inst.cc:
src/sim/pseudo_inst.hh:
add annotate pseudo ops
util/m5/m5op.S:
util/m5/m5op.h:
add anotate ops
--HG--
extra : convert_revision : 7f965c0d84e41ce34f2ec8ec27a009276d67d8d6
This commit is contained in:
@@ -47,6 +47,7 @@ Import('env')
|
||||
# Base sources used by all configurations.
|
||||
|
||||
base_sources = Split('''
|
||||
base/annotate.cc
|
||||
base/circlebuf.cc
|
||||
base/cprintf.cc
|
||||
base/fast_alloc.cc
|
||||
|
||||
Reference in New Issue
Block a user