mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 20:40:37 +02:00
* Fixed GOT address calculation (must take 'pop ecx' instruction into account)
git-svn-id: trunk@21758 -
This commit is contained in:
parent
c02351da63
commit
b497d53a98
@ -22,7 +22,7 @@ begin
|
||||
psubq %xmm1,%xmm2
|
||||
psubq q-.LPIC(%ecx),%xmm4
|
||||
{$else darwin}
|
||||
addl $_GLOBAL_OFFSET_TABLE_,%ecx
|
||||
addl $_GLOBAL_OFFSET_TABLE_+1,%ecx
|
||||
movdqa %xmm1,%xmm2
|
||||
movdqa q@GOT(%ecx),%xmm4
|
||||
psubq %xmm1,%xmm2
|
||||
|
Loading…
Reference in New Issue
Block a user