소스 검색

* accept @PLT for pic functions

git-svn-id: trunk@14389 -
pierre 15 년 전
부모
커밋
21bc57d4c1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      compiler/x86/rax86att.pas

+ 2 - 1
compiler/x86/rax86att.pas

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