Solaris assembler does not want 0x90 fill pattern for text section alignment

git-svn-id: trunk@32197 -
This commit is contained in:
pierre 2015-10-30 11:19:14 +00:00
parent 6b0e87b95c
commit 61aa4b6a40

View File

@ -602,7 +602,7 @@ implementation
writer.AsmWrite(','+tostr(fillop))
{$ifdef x86}
{ force NOP as alignment op code }
else if LastSecType=sec_code then
else if (LastSecType=sec_code) and (asminfo^.id<>as_solaris_as) then
writer.AsmWrite(',0x90');
{$endif x86}
{$ifdef m68k}