Make loaders use translation port instead of proxy memory.

Also start compiling Simple CPU again.

SConscript:
    Start Compiling Simple CPU as well
base/loader/aout_object.cc:
base/loader/aout_object.hh:
base/loader/ecoff_object.cc:
base/loader/ecoff_object.hh:
base/loader/elf_object.cc:
base/loader/elf_object.hh:
base/loader/object_file.hh:
sim/process.cc:
sim/process.hh:
    Convert loaders to used translation port instead of proxy memory

--HG--
extra : convert_revision : 63275071f6a0e0d71935641205b203d94381ee44
This commit is contained in:
Ron Dreslinski
2006-02-20 23:56:10 -05:00
parent d96de69abc
commit 3391354285
10 changed files with 28 additions and 28 deletions

View File

@@ -335,7 +335,7 @@ for f in targetarch_files:
# Set up complete list of sources based on configuration.
sources = base_sources
sources = base_sources + simple_cpu_sources
if env['FULL_SYSTEM']:
sources += full_system_sources