ELF Loader: Use physical addresses instead of virtual ones.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 9 Oct 2007 20:12:04 +0000 (13:12 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 9 Oct 2007 20:12:04 +0000 (13:12 -0700)
commitf6e5b92d639a51a25cbb72f90a831d9dfa75df3b
treec974fe8eb05f432ad45e127e35b7846d4e0e050e
parenta630d77ec5cb208db5fe581f11ca2f7a01b3d7ce
ELF Loader: Use physical addresses instead of virtual ones.
This works in SE mode because the virtual and physical addresses specified for
segments are the same. In Alpha, the LoadAddrMask is still necessary because
the virtual and physical addresses are the same and apparently rely on the
super page mechanism. All of the regressions pass.

--HG--
extra : convert_revision : 45e49dec5002d64e541bc466c61a0f304af29ea5
src/base/loader/elf_object.cc