mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 11:00:15 +02:00
* 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:
parent
9a983632f9
commit
ff4744e0ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user