Got hello world to work!
authorGabe Black <gblack@eecs.umich.edu>
Sun, 30 Apr 2006 05:46:00 +0000 (01:46 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 30 Apr 2006 05:46:00 +0000 (01:46 -0400)
commita8fbc4ec76169a6d735817df2aa8bc2085df5ac8
tree72e8e89ef256a116d483cb15124dc0ba8c8f3b18
parent6a2e0388cf04fbdac68ed9543e4573a13c7f9b17
Got hello world to work!

arch/sparc/isa/decoder.isa:
    Made sure if a register was assigned to along some control path, then all paths on which no exception would block commit set a value as well. Also, Rs1 is treated as signed for bpr instructions.
arch/sparc/isa/formats/integerop.isa:
    Added an IntOpImm11 class which sign extends the SIMM11 immediate field.
arch/sparc/isa/formats/mem.isa:
    Fixed how offsets are used, and how disassembly is generated.
arch/sparc/linux/process.cc:
    Added fstat and exit_group syscalls.

--HG--
extra : convert_revision : 3b4427d239d254a92179a4137441125b8a364264
arch/sparc/isa/decoder.isa
arch/sparc/isa/formats/integerop.isa
arch/sparc/isa/formats/mem.isa
arch/sparc/linux/process.cc