Browse Source

* more @GOT parsing

git-svn-id: trunk@2125 -
florian 19 năm trước cách đây
mục cha
commit
bf5907dcdc
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      compiler/x86/rax86att.pas

+ 5 - 0
compiler/x86/rax86att.pas

@@ -513,7 +513,12 @@ Implementation
                               consume(AS_AT);
                               if actasmtoken=AS_ID then
                                 begin
+{$ifdef x86_64}
                                   if actasmpattern='GOTPCREL' then
+{$endif x86_64}
+{$ifdef i386}
+                                  if actasmpattern='GOT' then
+{$endif i386}
                                     begin
                                       oper.opr.ref.refaddr:=addr_pic;
                                       consume(AS_ID);