mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 15:59:40 +01:00
o .short/.long/.llong are automatically aligned to 2/4/8 byte multiples
by the AIX assembler (and for compatibility reasons, also by the
GNU assembler when targeting AIX) -> change to .vbyte statements
o .ascii does not allow non-ASCII characters in the AIX assembler
-> change to .byte sequences like gcc on AIX
git-svn-id: trunk@20803 -
|
||
|---|---|---|
| .. | ||
| aasmcpu.pas | ||
| agppcgas.pas | ||
| cgppc.pas | ||
| ngppcadd.pas | ||
| ngppccnv.pas | ||
| ngppcinl.pas | ||
| ngppcset.pas | ||
| rgcpu.pas | ||