mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 23:06:11 +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
|
if actasmtoken=AS_ID then
|
||||||
begin
|
begin
|
||||||
{$ifdef x86_64}
|
{$ifdef x86_64}
|
||||||
if actasmpattern='GOTPCREL' then
|
if (actasmpattern='GOTPCREL') or
|
||||||
|
(actasmpattern='PLT') then
|
||||||
{$endif x86_64}
|
{$endif x86_64}
|
||||||
{$ifdef i386}
|
{$ifdef i386}
|
||||||
if actasmpattern='GOT' then
|
if actasmpattern='GOT' then
|
||||||
|
Loading…
Reference in New Issue
Block a user