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