gem5/base/loader
Gabe Black 3ed62ad025 Work towards factoring isa_traits.hh into smaller, more specialized files.
arch/SConscript:
    Sorted the switch headers, and added registerfile.hh, constants.hh, types.hh, and utility.hh.
arch/alpha/isa_traits.hh:
    Moved the register file types to registerfile.hh, small functions to utility.hh, and cleaned out alot of stuff that isn't necessary anymore.
base/loader/ecoff_object.cc:
base/loader/elf_object.cc:
cpu/pc_event.hh:
cpu/static_inst.hh:
mem/port.hh:
sim/faults.cc:
sim/system.hh:
    base/misc.hh isn't included through isa_traits.hh anymore.
cpu/simple/cpu.cc:
    Added include for arch/utility.hh

--HG--
extra : convert_revision : 24f65f330f87e3c909c939596cfcf48336022eaf
2006-03-10 19:11:27 -05:00
..
aout_object.cc Simple program runs with sendAtomic! 2006-03-02 10:31:48 -05:00
aout_object.hh Simple program runs with sendAtomic! 2006-03-02 10:31:48 -05:00
coff_sym.h Many files: 2005-06-05 04:21:22 -04:00
coff_symconst.h Many files: 2005-06-05 04:21:22 -04:00
ecoff_object.cc Work towards factoring isa_traits.hh into smaller, more specialized files. 2006-03-10 19:11:27 -05:00
ecoff_object.hh Simple program runs with sendAtomic! 2006-03-02 10:31:48 -05:00
elf_object.cc Work towards factoring isa_traits.hh into smaller, more specialized files. 2006-03-10 19:11:27 -05:00
elf_object.hh Simple program runs with sendAtomic! 2006-03-02 10:31:48 -05:00
exec_aout.h The a.out and ecoff object file formats will only be supported on Alpha for now. 2006-03-07 09:34:24 -05:00
exec_ecoff.h The a.out and ecoff object file formats will only be supported on Alpha for now. 2006-03-07 09:34:24 -05:00
object_file.cc Simple program runs with sendAtomic! 2006-03-02 10:31:48 -05:00
object_file.hh Hand merge. Stuff probably doesn't compile. 2006-03-09 18:35:28 -05:00
symtab.cc Serialize the symbol tables 2005-11-20 18:42:12 -05:00
symtab.hh Made Addr a global type 2006-02-21 03:38:21 -05:00