gem5/arch/sparc
Steve Reinhardt efc41fe82d Make .isa-file ##include file paths relative to including file.
Makes .isa files cleaner and simplifies scanner too.
Simplified scanner to work under both old and new versions of scons.

arch/SConscript:
    Simplify .isa scanner... seems to work with both scons 0.96.1 and 0.96.91 now.
    Assumes .isa ##include paths are relative to including file.
arch/alpha/isa/main.isa:
arch/mips/isa/formats/formats.isa:
arch/mips/isa/main.isa:
arch/sparc/isa/formats.isa:
arch/sparc/isa/main.isa:
    Make ##include paths relative to including file.
arch/isa_parser.py:
    Make ##include file paths relative to including file.
    Makes .isa files cleaner and simplifies scanner too.
    Partial rewrite of include-handling code to use cool re.sub() feature
    where you can specify a function to provide the replacement string.
    Minor cleanup of error-handling code.
    Also got rid of '#!' at top to make caller choose which python interpreter
    is used (since SPARC now requires 2.4 to build, we may need to do that via
    scons in the future).

--HG--
rename : arch/mips/isa/formats.isa => arch/mips/isa/formats/formats.isa
extra : convert_revision : 15a3920fa3aaf80cd94083eda853aa4e49425045
2006-03-28 22:29:42 -05:00
..
isa Make .isa-file ##include file paths relative to including file. 2006-03-28 22:29:42 -05:00
linux add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
faults.cc Fixups towards compiling. 2006-03-16 13:58:50 -05:00
faults.hh Fixups towards compiling. 2006-03-16 13:58:50 -05:00
isa_traits.hh SPARC compiles for SE! 2006-03-28 19:36:34 -05:00
process.cc add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
process.hh add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
regfile.hh SPARC compiles for SE! 2006-03-28 19:36:34 -05:00
SConscript SPARC clean up towards compilability. 2006-03-14 15:59:19 -05:00
stacktrace.hh Corrected a mispelling of "unimplemented". 2006-03-07 14:34:11 -05:00
utility.hh SPARC compiles for SE! 2006-03-28 19:36:34 -05:00