* accept @PLT for pic functions

git-svn-id: trunk@14389 -
This commit is contained in:
pierre 2009-12-10 13:07:44 +00:00
parent 617e1b9b10
commit 21bc57d4c1

View File

@ -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