gem5/base/loader
Steve Reinhardt b8a2d1e5c7 More progress toward compiling... partly by
fixing things, partly by ignoring CPU models
that don't currently compile.

SConscript:
    Split sources for fast, simple, and o3 CPU models into
    separate source lists.  For now none of these are included
    in the base source list, so you won't get any CPU models
    at all... but we still can't compile the other stuff so
    it's not an issue.

    Also get rid of obsolete encumbered/mem file.
base/loader/aout_object.cc:
base/loader/aout_object.hh:
base/loader/ecoff_object.cc:
base/loader/ecoff_object.hh:
base/loader/elf_object.cc:
base/loader/elf_object.hh:
base/loader/object_file.hh:
cpu/exec_context.cc:
sim/process.cc:
sim/system.cc:
sim/system.hh:
    FunctionalMemory -> Memory
cpu/pc_event.hh:
    Get rid of unused badpc.
cpu/simple/cpu.cc:
cpu/simple/cpu.hh:
    Move Port functions into .cc file.
mem/port.hh:
    Make recvAddressRangesQuery panic by default instead
    of being abstract... do CPUs need to implement this?
mem/request.hh:
    Add prefetch flags.
sim/syscall_emul.hh:
    Start to fix...

--HG--
extra : convert_revision : ece53b3855f20916caaa381598ac37e8c7adfba7
2006-02-15 17:52:49 -05:00
..
aout_object.cc More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
aout_object.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -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 More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
ecoff_object.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
elf_object.cc More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
elf_object.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
exec_aout.h Many files: 2005-06-05 04:21:22 -04:00
exec_ecoff.h Many files: 2005-06-05 04:21:22 -04:00
object_file.cc Many files: 2005-06-05 05:16:00 -04:00
object_file.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
symtab.cc Serialize the symbol tables 2005-11-20 18:42:12 -05:00
symtab.hh Serialize the symbol tables 2005-11-20 18:42:12 -05:00