X86: Initial stack frame fixes and constant shuffling.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 29 Jul 2007 08:33:06 +0000 (01:33 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 29 Jul 2007 08:33:06 +0000 (01:33 -0700)
commit5e34c62b3b3f54c826730841029a875607824c42
tree8e2ce152f2e793c72283ea5e7bbc195a4e0cdc76
parente5f58903651299d8cbba793423d953e750eb16f4
X86: Initial stack frame fixes and constant shuffling.
The initial stack frame for x86 is now substantially more correct. The fixes made here can be back ported to SPARC and possible the other ISAs as well. The auxiliary vector types were moved to the LiveProcess base class because they are independent of ISA. Some of the types may only apply to Linux, though, so they may have to be moved.

--HG--
extra : convert_revision : 89ace35fcc8eb9586d2fee8eeccbc3686499ef24
src/arch/sparc/process.cc
src/arch/x86/process.cc
src/sim/process.hh