git-svn-id: trunk@22830 -
@@ -408,7 +408,10 @@ implementation
address:=address+relocval;
end;
- //R_386_GOTOFF: !!TODO
+ R_386_GOTOFF:
+ begin
+ address:=address+relocval-gotsymbol.address;
+ end;
else
begin
@@ -484,6 +484,11 @@ implementation
+ R_X86_64_GOTOFF64:
+
writeln(objreloc.typ);