gem5/base/loader
Korey Sewell c32b4ecac1 infinitesimal small baby steps toward MIPS actually working
arch/mips/isa/formats/branch.isa:
    let user know that we alter r31 in disassembly
arch/mips/isa_traits.cc:
    add copyRegs function ...
    comment out serialize float code for now
arch/mips/isa_traits.hh:
    make FloatRegFile a class ... change values of architectural regs
arch/mips/process.cc:
    change MIPS to Mips
base/loader/elf_object.cc:
    get global pointer initialized to a value
base/loader/elf_object.hh:
    Add global_ptr to elf_object constructor
base/loader/object_file.hh:
    MIPS to Mips
base/traceflags.py:
    SimpleCPU trace flag
cpu/simple/cpu.cc:
    DPRINTF flags for SimpleCPU
cpu/static_inst.hh:
    Add Decoder functions to static_inst.hh

--HG--
extra : convert_revision : 0544a8524d3fe4229428cb06822f7da208c72459
2006-03-15 16:26:40 -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 infinitesimal small baby steps toward MIPS actually working 2006-03-15 16:26:40 -05:00
elf_object.hh infinitesimal small baby steps toward MIPS actually working 2006-03-15 16:26:40 -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 Get rid of "Functional" suffix from (read|write)(Blob|String) functions. 2006-03-12 16:38:16 -05:00
object_file.hh infinitesimal small baby steps toward MIPS actually working 2006-03-15 16:26:40 -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