summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorKirill A. Shutemov <kirill@shutemov.name>2009-09-12 02:17:54 +0300
committerBlue Swirl <blauwirbel@gmail.com>2009-09-12 13:15:26 +0000
commitdf70204db53e3611af986f434e74a882bce190ca (patch)
tree34ef56820964e67a57bbdd2038f188f001328721 /Makefile.target
parent5791f45b58d2147a7a642e3fe0eb68f2f265d254 (diff)
downloadqemu-df70204db53e3611af986f434e74a882bce190ca.tar.gz
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 'Makefile.target')
0 files changed, 0 insertions, 0 deletions