mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:30:21 +02:00
* fixed wince internal linker.
git-svn-id: trunk@3719 -
This commit is contained in:
parent
ca68b19414
commit
b73557ea4e
@ -857,10 +857,11 @@ const win32stub : array[0..131] of byte=(
|
||||
dec(address,TCoffObjSection(relocsec).orgmempos);
|
||||
end;
|
||||
{$ifdef arm}
|
||||
if address <> 0 then
|
||||
dec(address, relocval-relocsec.MemPos);
|
||||
if (relocsec.objdata=objdata) then
|
||||
inc(address, relocsec.MemPos)
|
||||
else
|
||||
{$endif arm}
|
||||
inc(address,relocval);
|
||||
inc(address,relocval);
|
||||
inc(address,relocsec.objdata.imagebase);
|
||||
end;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user