make sure alpha still compiles , rename files back to original naming ...
authorKorey Sewell <ksewell@umich.edu>
Wed, 22 Feb 2006 09:08:08 +0000 (04:08 -0500)
committerKorey Sewell <ksewell@umich.edu>
Wed, 22 Feb 2006 09:08:08 +0000 (04:08 -0500)
commit9bc7f13eebbec26357ce722faa9bf2db4740bb9d
tree957510bce09dc8924fe6a377140447894bb99526
parent2d2510e94f6fc60ae5acc656be5fa6d03a9583c8
make sure alpha still compiles , rename files back to original naming ...

Now that we have decoder.do, add new files so we can start compiling other files
needed for MIPS syscall emulation mode

arch/mips/linux_process.cc:
arch/mips/linux_process.hh:
    New MIPS-specific file

--HG--
rename : arch/alpha/linux_process.cc => arch/alpha/alpha_linux_process.cc
rename : arch/alpha/linux_process.hh => arch/alpha/alpha_linux_process.hh
rename : arch/alpha/tru64_process.cc => arch/alpha/alpha_tru64_process.cc
rename : arch/alpha/tru64_process.hh => arch/alpha/alpha_tru64_process.hh
extra : convert_revision : 2bfc27e8772523cbeb95f40684f9a32fe5554f87
arch/alpha/alpha_linux_process.cc [new file with mode: 0644]
arch/alpha/alpha_linux_process.hh [new file with mode: 0644]
arch/alpha/alpha_tru64_process.cc [new file with mode: 0644]
arch/alpha/alpha_tru64_process.hh [new file with mode: 0644]
arch/alpha/linux_process.cc [deleted file]
arch/alpha/linux_process.hh [deleted file]
arch/alpha/tru64_process.cc [deleted file]
arch/alpha/tru64_process.hh [deleted file]
arch/mips/linux_process.cc [new file with mode: 0644]
arch/mips/linux_process.hh [new file with mode: 0644]