Sfoglia il codice sorgente

+ GOT-related (Darwin) address modes

git-svn-id: trunk@29847 -
Jonas Maebe 10 anni fa
parent
commit
123503a4f7
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      compiler/cgbase.pas

+ 4 - 0
compiler/cgbase.pas

@@ -101,6 +101,10 @@ interface
          ,addr_dgroup      // the data segment group
          ,addr_seg         // used for getting the segment of an object, e.g. 'mov ax, SEG symbol'
          {$ENDIF}
+         {$IFDEF AARCH64}
+         ,addr_gotpage
+         ,addr_gotpageoffset
+         {$ENDIF AARCH64}
          );