gem5/base/loader
Korey Sewell 805b9cf1d5 Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a while
before getting in a infinite loop. It actually "tries" to syscall too, but syscalls
aren't implemented just yet

arch/mips/faults.cc:
    more descriptive names for faults (will help future users as well as me!)
arch/mips/isa/base.isa:
    make sure we are printing out "BasicOp" format disassembly instructions as dest,src,src instead of src,src,dest
arch/mips/isa/decoder.isa:
    FIX LW/SW Bug!!!! I was actually loading a byte instead of a word
    FIX JALR Bug!!!! I was not saving the link address in R31 for this instruction
    FIX SLL/NOP Bug!!! We now recognize the varying flavors of sll,nop,ehb,& ssnop correctly
base/loader/elf_object.cc:
    change back to original way
base/loader/elf_object.hh:
    change back to original!

--HG--
extra : convert_revision : 39b65fba31c1842ac6966346fe8a35816a4231fa
2006-03-16 18:39:54 -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 Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a while 2006-03-16 18:39: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 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