summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-02-21 22:02:05 -0500
committerKorey Sewell <ksewell@umich.edu>2006-02-21 22:02:05 -0500
commita4799a89ded3b2ebddd682dbcb0f8d2dd968b68a (patch)
tree6464529eceafa3ed8e6b30e19e3e0cb216dc9113 /SConscript
parent3f7979c99d8dc4f434e3daa2e179616f1669e16e (diff)
downloadgem5-a4799a89ded3b2ebddd682dbcb0f8d2dd968b68a.tar.xz
Renaming alpha files and changing some MIPS stuff to be more like Alpha version
SConscript: changed the alpha_memory.hh to memory.hh in SConscript arch/isa_parser.py: temporarily comment out o3 model arch/mips/isa/base.isa: arch/mips/isa_traits.cc: arch/mips/isa_traits.hh: Fix Up Base Class to mirror how Alpha generates StaticInsts arch/mips/faults.cc: MIPS fault.cc file arch/mips/faults.hh: MIPS fault.hh file --HG-- rename : arch/alpha/alpha_linux_process.cc => arch/alpha/linux_process.cc rename : arch/alpha/alpha_linux_process.hh => arch/alpha/linux_process.hh rename : arch/alpha/alpha_memory.cc => arch/alpha/memory.cc rename : arch/alpha/alpha_memory.hh => arch/alpha/memory.hh rename : arch/alpha/alpha_tru64_process.cc => arch/alpha/tru64_process.cc rename : arch/alpha/alpha_tru64_process.hh => arch/alpha/tru64_process.hh extra : convert_revision : f92d6e765ca96a8b952aef79ed119fa29464563b
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index b8db3ff71..1939894fb 100644
--- a/SConscript
+++ b/SConscript
@@ -344,7 +344,7 @@ syscall_emulation_sources = Split('''
targetarch_files = Split('''
alpha_linux_process.hh
- alpha_memory.hh
+ memory.hh
alpha_tru64_process.hh
aout_machdep.h
arguments.hh