mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 05:46:14 +02:00
* Don't reject IMAGE_REL_ARM_SECREL relocations, Mantis #20467
git-svn-id: trunk@19472 -
This commit is contained in:
parent
5bf39cd1c1
commit
0b16c3565a
@ -1629,6 +1629,8 @@ const pemagic : array[0..3] of byte = (
|
||||
rel_type:=RELOC_RVA;
|
||||
IMAGE_REL_ARM_BRANCH24:
|
||||
rel_type:=RELOC_RELATIVE_24;
|
||||
IMAGE_REL_ARM_SECREL:
|
||||
rel_type:=RELOC_SECREL32;
|
||||
{$endif arm}
|
||||
{$ifdef i386}
|
||||
IMAGE_REL_I386_PCRLONG :
|
||||
|
Loading…
Reference in New Issue
Block a user