fpc/compiler/ppcgen
Jonas Maebe 273b90fc37 + AIX assembler writer
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 -
2012-04-11 18:02:08 +00:00
..
aasmcpu.pas * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +00:00
agppcgas.pas + AIX assembler writer 2012-04-11 18:02:08 +00:00
cgppc.pas + generic implementation of ReplaceForbiddenAsmSymbolChars() instead 2012-04-11 18:01:57 +00:00
ngppcadd.pas * fixed 64 bit boolean operations on ppc32 (fixes tests/test/taddbool) 2012-03-15 18:51:03 +00:00
ngppccnv.pas further fix for tw10233 on powerpc(64) platforms: 2008-04-19 22:47:41 +00:00
ngppcinl.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00
ngppcset.pas * fixed potentially wrong operation size in tgppccasenode.genlinearlist() 2011-01-08 14:20:25 +00:00
rgcpu.pas + TSubRegisterSet definition forgotten to commit in r15952 2010-09-09 08:48:02 +00:00