diff options
author | Kirill A. Shutemov <kirill@shutemov.name> | 2009-09-12 02:17:54 +0300 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-12 13:15:26 +0000 |
commit | df70204db53e3611af986f434e74a882bce190ca (patch) | |
tree | 34ef56820964e67a57bbdd2038f188f001328721 /softmmu_defs.h | |
parent | 5791f45b58d2147a7a642e3fe0eb68f2f265d254 (diff) |
Fix text relocations in linux-user targets
There is a link hack in linux-user which produces an executable that
looks like PIE, but always has text relocations since all object files
isn't position-independent (compiled without -fpic/-fpie). Dynamic loader
has to do more work to load a binary with text relocations.
The best way to keep this functionality is to build a true PIE without
text relocations.
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'softmmu_defs.h')
0 files changed, 0 insertions, 0 deletions