mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 21:19:31 +02:00
* accept omf object modules, containing LINNUM and LINNUM32 records in the
i8086-msdos internal linker git-svn-id: trunk@32382 -
This commit is contained in:
parent
30a7875d56
commit
e4b77c7aab
@ -1790,6 +1790,8 @@ implementation
|
||||
RT_MODEND,RT_MODEND32:
|
||||
if not ReadModEnd(FRawRecord,objdata) then
|
||||
exit;
|
||||
RT_LINNUM,RT_LINNUM32:
|
||||
;
|
||||
else
|
||||
begin
|
||||
InputError('Unsupported OMF record type $'+HexStr(FRawRecord.RecordType,2));
|
||||
|
Loading…
Reference in New Issue
Block a user