* declare the group dgroup even in i8086 far data memory models

git-svn-id: trunk@27348 -
This commit is contained in:
nickysn 2014-03-29 19:35:54 +00:00
parent c38e52bb27
commit 17a8c03e41

View File

@ -1199,8 +1199,6 @@ interface
end;
AsmWriteLn('SECTION ' + CodeSectionName + ' use16 class=code');
if current_settings.x86memorymodel in x86_near_data_models then
begin
{ NASM complains if you put a missing section in the GROUP directive, so }
{ we add empty declarations to make sure they exist, even if empty }
AsmWriteLn('SECTION .rodata');
@ -1213,7 +1211,6 @@ interface
AsmWriteLn('GROUP dgroup text rodata data fpc bss')
else
AsmWriteLn('GROUP dgroup rodata data fpc bss');
end;
if paratargetdbg in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
begin
AsmWriteLn('SECTION .debug_frame use32 class=DWARF');