* ignore relocation sections for custom sections for now (will be done later), so that we can proceed with the debug info generation in a later phase

This commit is contained in:
Nikolay Nikolov 2024-01-02 20:19:51 +02:00
parent 9a983632f9
commit ff4744e0ed

View File

@ -2588,7 +2588,9 @@ implementation
RelocTableIndex:=1
else
begin
InputError('Relocation for custom sections not supported, yet');
Writeln('Warning! Relocation section ignored!');
Result:=True;
//InputError('Relocation for custom sections not supported, yet');
exit;
end;
if not ReadUleb32(RelocCount) then