* 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:
nickysn 2018-06-12 00:38:51 +00:00
parent 420a57ddc6
commit b3e4ace4e3

View File

@ -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');