Added ability to specify system type/revision in config file. This
authorAli Saidi <saidi@eecs.umich.edu>
Tue, 1 Jun 2004 19:43:27 +0000 (15:43 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Tue, 1 Jun 2004 19:43:27 +0000 (15:43 -0400)
commit59cb44385a6a222af83cfaede6d84703ef621f3a
treea0591644254858aa19937ae3b83483574da94d21
parentebd4aa6548a68d3711756cdfc47136c0880e4f46
Added ability to specify system type/revision in config file. This
way a Tru64 system can be either Tlaser (by default) or Tsunami.

Added debugSymbolTable to Tru64 for symbol printing in InstExec Trace

cpu/exetrace.cc:
    Fixed bug if debugSymbolTable doesn't exist, we shouldn't try to
    look something up in it.
kern/tru64/tru64_system.hh:
    Added ability to specify system type/revision in config file. This
    way a Tru64 system can be either Tlaser (by default) or Tsunami.

--HG--
extra : convert_revision : c69a7411f0aa118ca5a766e43b7ceb7a5bb04cdf
cpu/exetrace.cc
kern/tru64/tru64_system.cc
kern/tru64/tru64_system.hh