mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* accept @PLT for pic functions
git-svn-id: trunk@14389 -
This commit is contained in:
parent
617e1b9b10
commit
21bc57d4c1
@ -278,7 +278,8 @@ Implementation
|
||||
if actasmtoken=AS_ID then
|
||||
begin
|
||||
{$ifdef x86_64}
|
||||
if actasmpattern='GOTPCREL' then
|
||||
if (actasmpattern='GOTPCREL') or
|
||||
(actasmpattern='PLT') then
|
||||
{$endif x86_64}
|
||||
{$ifdef i386}
|
||||
if actasmpattern='GOT' then
|
||||
|
Loading…
Reference in New Issue
Block a user