gem5/base/loader
Ali Saidi e196d20d9d Make TranslatingPort be a type of Port rather than something special
arch/alpha/arguments.cc:
    rather than returning 0, put a panic in... it will actually make us fix
    this rather than scratching our respective heads
base/loader/object_file.cc:
base/loader/object_file.hh:
    Object loader now takes a port rather than a translating port
cpu/cpu_exec_context.cc:
cpu/cpu_exec_context.hh:
sim/process.cc:
    Make translating port a type of port rather than anything special
cpu/simple/cpu.cc:
    no need to grab a port from the cpu anymore
mem/physical.cc:
    add an additional type of port to physicalmemory called "functional"
    Only used for functional accesses (loading binaries/syscall emu)
mem/port.hh:
    make readBlok/writeBlob virtual so translating port can do the
    translation first
mem/translating_port.cc:
mem/translating_port.hh:
    Make TranslatingPort inherit from Port
sim/system.cc:
    header file that doesn't exit removed

--HG--
extra : convert_revision : 89b08f6146bba61f5605678d736055feab2fe6f7
2006-03-30 15:59:49 -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 Merge zizzer:/bk/newmem 2006-03-16 18:40:54 -05:00
elf_object.hh Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a while 2006-03-16 18:39:54 -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 Make TranslatingPort be a type of Port rather than something special 2006-03-30 15:59:49 -05:00
object_file.hh Make TranslatingPort be a type of Port rather than something special 2006-03-30 15:59:49 -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