|
@@ -1497,6 +1497,10 @@ Implementation
|
|
|
{ Required for DWARF2 support under Windows }
|
|
|
ObjData.writereloc(Tai_const(hp).symofs,sizeof(longint),Objdata.SymbolRef(tai_const(hp).sym),RELOC_SECREL32);
|
|
|
end;
|
|
|
+{$ifdef arm}
|
|
|
+ aitconst_got:
|
|
|
+ ObjData.writereloc(Tai_const(hp).symofs,sizeof(longint),Objdata.SymbolRef(tai_const(hp).sym),RELOC_GOT32);
|
|
|
+{$endif arm}
|
|
|
aitconst_gotoff_symbol:
|
|
|
ObjData.writereloc(Tai_const(hp).symofs,sizeof(longint),Objdata.SymbolRef(tai_const(hp).sym),RELOC_GOTOFF);
|
|
|
aitconst_uleb128bit,
|