From a4799a89ded3b2ebddd682dbcb0f8d2dd968b68a Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Tue, 21 Feb 2006 22:02:05 -0500 Subject: 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 --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConscript') 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 -- cgit v1.2.3