mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* fixed compilation of .com files in the i8086 tiny memory model, when used with
section based smartlinking git-svn-id: trunk@39213 -
This commit is contained in:
parent
420a57ddc6
commit
b3e4ace4e3
@ -469,6 +469,7 @@ begin
|
||||
LinkScript.Concat('EXESECTION .MZ_flat_content');
|
||||
if current_settings.x86memorymodel=mm_tiny then
|
||||
begin
|
||||
LinkScript.Concat(' OBJSECTION _TEXT||CODE');
|
||||
LinkScript.Concat(' OBJSECTION *||CODE');
|
||||
LinkScript.Concat(' OBJSECTION *||DATA');
|
||||
LinkScript.Concat(' SYMBOL _edata');
|
||||
|
Loading…
Reference in New Issue
Block a user