gem5/arch/alpha
Steve Reinhardt 0da150b294 Make targetarch directory in build tree and copy arch/alpha files to it
instead of using symlink.  The symlink broke scons's built-in include
dependency tacking.

Interestingly once it was fixed scons discovered two circular dependency
problems which are also fixed now.

SConscript:
    Make targetarch directory in build tree and copy arch/alpha files to it
    instead of using symlink.  The symlink broke scons's built-in include
    dependency tacking.
arch/alpha/ev5.hh:
    Get rid of circular #include dependence.
kern/kernel_stats.cc:
    Add needed header file.
kern/linux/linux_syscalls.hh:
kern/tru64/tru64_syscalls.hh:
    Replace targetarch/syscalls.hh with single template class declaration.

--HG--
extra : convert_revision : b8551623c1d441c6eb8d0651387e97e373128814
2004-10-22 22:49:12 -04:00
..
alpha_linux_process.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
alpha_linux_process.hh Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
alpha_memory.cc fix unaligned memory offset and some small fixes to interrupt binning 2004-09-22 18:25:06 -04:00
alpha_memory.hh pull from head before pushing linux tree 2004-06-22 13:48:49 -04:00
alpha_tru64_process.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
alpha_tru64_process.hh Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
aout_machdep.h Minor documentation tweaks. 2003-10-16 12:41:35 -07:00
arguments.cc cleanup 2003-10-13 16:14:28 -04:00
arguments.hh Split up kernel.cc into separate files for dump_mbuf and printf 2003-10-13 17:24:27 -04:00
ecoff_machdep.h New loader structure. Expand Nate's ObjectFile to automatically detect file formats 2003-10-07 23:13:01 -07:00
ev5.cc fix unaligned memory offset and some small fixes to interrupt binning 2004-09-22 18:25:06 -04:00
ev5.hh Make targetarch directory in build tree and copy arch/alpha files to it 2004-10-22 22:49:12 -04:00
faults.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
faults.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
isa_desc Update copies to work around alignment faults. 2004-09-20 22:00:35 -04:00
isa_traits.hh pull from head before pushing linux tree 2004-06-22 13:48:49 -04:00
osfpal.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
osfpal.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
pseudo_inst.cc - Clean up and factor out all of the binning code into a 2004-08-20 11:35:31 -04:00
pseudo_inst.hh added m5 debug and m5 switch cpu instruction (doesn't work yet) and 2004-08-02 17:10:02 -04:00
vptr.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
vtophys.cc Fixes for bigendian platforms 2004-10-16 19:10:51 -05:00
vtophys.hh rename CopyData to CopyOut and implement CopyIn to copy data 2004-07-01 18:00:18 -04:00