gem5/arch/sparc
Ali Saidi 8a9d270f6c move code from packet.hh to packet.cc and packet_impl.hh
fix very annoying not-compiler bug

arch/sparc/regfile.hh:
    You have not included an out-of-class definition of your static members. See [9.4.2]/4 and about a billion gcc bug reports.
    If statements get around the problem through some magic, and than seems nicer that putting a definition of them in a c file
    somewhere.
cpu/simple/cpu.cc:
    get() and set() do the conversion now
dev/io_device.hh:
    need get() and set() defentions in all the devices
mem/packet.cc:
mem/packet.hh:
    move code from packet.hh to packet.cc
mem/physical.cc:
    packet_impl needed for templated packet functions

--HG--
extra : convert_revision : 6c11842aa928d9af7b4cabe826306fe1fe09e693
2006-05-01 18:53:28 -04:00
..
isa Got hello world to work! 2006-04-30 01:46:00 -04:00
linux Got hello world to work! 2006-04-30 01:46:00 -04:00
faults.cc Merge zizzer:/bk/newmem 2006-04-06 18:04:57 -04:00
faults.hh Merge zizzer:/bk/newmem 2006-04-06 18:04:57 -04:00
isa_traits.hh Fixes to SPARC syscall emulation mode. 2006-04-18 09:27:22 -04:00
process.cc Fixed constants to work on 32 bit hosts 2006-04-28 15:07:44 -04:00
process.hh Improved the initial stack frame 2006-04-28 13:13:35 -04:00
regfile.hh move code from packet.hh to packet.cc and packet_impl.hh 2006-05-01 18:53:28 -04:00
SConscript Added a linux.cc file to mesh with Korey's changes 2006-04-28 13:08:45 -04:00
stacktrace.hh Corrected a mispelling of "unimplemented". 2006-03-07 14:34:11 -05:00
system.cc Add SparcSystem object 2006-04-28 15:34:03 -04:00
system.hh Add SparcSystem object 2006-04-28 15:34:03 -04:00
utility.hh SPARC compiles for SE! 2006-03-28 19:36:34 -05:00