Move op_class.hh out of encumbered/cpu/full and into cpu.

Pull opClassStrings array out of encumbered/cpu/full/fu_pool.cc and move to
new cpu/op_class.cc file.

SConscript:
    Add new cpu-model-independent file to define OpClass enum strings.
cpu/op_class.hh:
    Fix comments etc.
cpu/static_inst.hh:
    op_class.hh moved to cpu directory

--HG--
rename : encumbered/cpu/full/op_class.hh => cpu/op_class.hh
extra : convert_revision : 314ac5ab7cc5c6a34b43dc1c2f2adc3e02f6d07f
This commit is contained in:
Steve Reinhardt
2006-02-21 22:12:27 -05:00
parent 1fff9f504f
commit 9c4e4a2181
4 changed files with 71 additions and 20 deletions

View File

@@ -86,6 +86,7 @@ base_sources = Split('''
cpu/base.cc
cpu/exec_context.cc
cpu/exetrace.cc
cpu/op_class.cc
cpu/pc_event.cc
cpu/static_inst.cc
cpu/sampler/sampler.cc