X86: Fix up auxiliary vectors.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 29 Jul 2007 03:33:42 +0000 (20:33 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 29 Jul 2007 03:33:42 +0000 (20:33 -0700)
commite996ff74978c09eda4903dc491ed5261b5def789
treeceb8e26696ae6de6e8bb58524d1d1d8bcd8e9869
parent8dd7700482b8ad7fa5e96469b23f0c917f5e3599
X86: Fix up auxiliary vectors.
The type constants should go into an architecture independent spot since they are universal to all Linux elf binaries. The right value for some of the vectors needs to be determined. Also, x86 does not store argc or argv_array_base in registers like some other architectures.

--HG--
extra : convert_revision : 8d3f6a3e028d881d3c41e8ddf4f29d25738b529c
src/arch/x86/process.cc