gem5/arch/alpha
Nathan Binkert 5a7ee2b495 Make code more portable and port to cygwin
arch/alpha/alpha_tru64_process.cc:
    getdirent isn't implemented by cygwin.  panic if this function is
    executed.  (It shouldn't be too much to emulate it using opendir,
    readdir, etc.)
arch/alpha/pseudo_inst.cc:
    Use lseek once and read instead pread.
base/intmath.hh:
    we want int, long, and long long variations of FloorLog2 instead
    of int32_t, int64_t.  Otherwise, we leave one out.
base/socket.cc:
    Fix define that seems to be for apple
sim/serialize.cc:
    don't use the intXX_t stuff, instead, use the real types
    so we're sure that we cover all of them.

--HG--
extra : convert_revision : 9fccaff583100b06bbaafd95a162c4e19beed59e
2005-04-22 13:12:03 -04:00
..
alpha_linux_process.cc Removed unecessary constructor call at each return. 2005-03-10 14:20:12 -05: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 timing modeling of faults: functionally the very next instruction after 2005-02-25 12:41:08 -05:00
alpha_memory.hh Macros are nasty, so let's get rid of them. Convert all 2004-11-13 14:01:38 -05:00
alpha_tru64_process.cc Make code more portable and port to cygwin 2005-04-22 13:12:03 -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 in the arch/alpha directory we should use arch/alpha, not 2004-10-23 00:39:15 -04:00
arguments.hh in the arch/alpha directory we should use arch/alpha, not 2004-10-23 00:39:15 -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 Make the notion of a global event tick independent of the actual 2005-04-11 15:32:06 -04:00
ev5.hh Macros are nasty, so let's get rid of them. Convert all 2004-11-13 14:01:38 -05:00
faults.cc in the arch/alpha directory we should use arch/alpha, not 2004-10-23 00:39:15 -04:00
faults.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
isa_desc Two fixes to try and get TLB miss cost more in line with real platform: 2005-03-01 22:32:14 -05:00
isa_traits.hh Removed unecessary constructor call at each return. 2005-03-10 14:20:12 -05:00
osfpal.cc in the arch/alpha directory we should use arch/alpha, not 2004-10-23 00:39:15 -04:00
osfpal.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
pseudo_inst.cc Make code more portable and port to cygwin 2005-04-22 13:12:03 -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 Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most changes come from templated code, 2005-01-14 18:34:56 -05:00
vtophys.cc Macros are nasty, so let's get rid of them. Convert all 2004-11-13 14:01:38 -05:00
vtophys.hh get rid of pmap.h and make things variables and inline 2004-10-23 10:41:35 -04:00