make m5 readfile work on solaris... we can have a solaris regression soon!
authorAli Saidi <saidi@eecs.umich.edu>
Sun, 25 Feb 2007 03:05:01 +0000 (22:05 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Sun, 25 Feb 2007 03:05:01 +0000 (22:05 -0500)
commitcf0e202cbad9823bdd3361164f4b2ee41c4c1501
tree2aaf194ba788e1a370970c8bb1e4c80f29d8cee6
parentf01f8f1be6a536580371428aa3e8e654d97fb868
make m5 readfile work on solaris... we can have a solaris regression soon!

src/arch/sparc/isa/decoder.isa:
    add readfile and break to sparc decoder
src/arch/sparc/isa/operands.isa:
    fix O0-O5 operands registers
util/m5/Makefile.sparc:
    Make sparc makefile compile a 64bit binary
util/m5/m5.c:
    readfile was in here twice, once will be sufficient I think
util/m5/m5op_sparc.S:
    implement readfile and debugbreak

--HG--
extra : convert_revision : 139b3f480ee6342b37b5642e072c8486d91a3944
src/arch/sparc/isa/decoder.isa
src/arch/sparc/isa/operands.isa
util/m5/Makefile.sparc
util/m5/m5.c
util/m5/m5op_sparc.S