mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:09:33 +02:00
Solaris assembler does not want 0x90 fill pattern for text section alignment
git-svn-id: trunk@32197 -
This commit is contained in:
parent
6b0e87b95c
commit
61aa4b6a40
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user