Corrected a mispelling of "unimplemented".
authorGabe Black <gblack@eecs.umich.edu>
Tue, 7 Mar 2006 19:34:11 +0000 (14:34 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 7 Mar 2006 19:34:11 +0000 (14:34 -0500)
commitb5f65c36c756c4dc1dd8746f5f46a99a132ed13b
tree77fc21d84732f12ad46619d371e3868f193577b4
parent8106a804508a42455650082a83f4cdb366ca5148
Corrected a mispelling of "unimplemented".

arch/sparc/stacktrace.hh:
    - Change the StackTrace code so that the class can more easily be
    cleaned out and reused to avoid extra allocations.
    - Allow trace() to accept a static instruction pointer so it can
    determine if the instruction is worth tracing.  This is moved from
    the CPU.
    - provide constants for special meaning PCs (user, console, unknown),
    instead of magic numbers
arch/sparc/stacktrace.hh:
    Added some typedefs for Addr and MachInst, and untemplatized StaticInstPtr
arch/sparc/stacktrace.hh:
    Made Addr a global type
arch/sparc/stacktrace.hh:
    bk cp ../alpha/stacktrace.hh stacktrace.hh

--HG--
extra : convert_revision : 8fd15e5ec8d676d081380b21886234561c5f3678
arch/sparc/linux/process.cc
arch/sparc/stacktrace.hh [new file with mode: 0644]