[quake3-bugzilla] [Bug 6429] vm_x86.c inline assembly error on hosts using -fPIC
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Wed Jun 15 13:12:14 EDT 2016
https://bugzilla.icculus.org/show_bug.cgi?id=6429
--- Comment #3 from Thilo Schulz <arny at ats.s.bawue.de> ---
I've been told and confirmed that in PIC code, all function epilogues set EBX
to the respective GOT, so that last step won't be necessary.
So one really only needs to restore ebx to the GOT after VM code has returned.
I did this in my repo on github: https://github.com/thiloschulz/ioq3
Pull my latest changes and try again. Maybe you'll have that PIE after all. :)
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/quake3-bugzilla/attachments/20160615/14830cff/attachment.html>
More information about the quake3-bugzilla
mailing list