fpc/compiler/ppcgen
Jonas Maebe f36e5411af * split cpu64bit compiler define into
a) cpu64bitaddr, which means that we are generating a compiler which
       will generate code for targets with a 64 bit address space/abi
    b) cpu64bitalu, which means that we are generating a compiler which
       will generate code for a cpu with support for 64 bit integer
       operations (possibly running in a 32 bit address space, depending
       on the cpu64bitaddr define)
   All cpus which had cpu64bit set now have both the above defines set,
   and none of the 32 bit cpus have cpu64bitalu set (and none will
   compile with it currently)
  + pint and puint types, similar to aint/aword (not pword because that
    that conflicts with pword=^word)
  * several changes from aint/aword to pint/pword
  * some changes of tcgsize2size[OS_INT] to sizeof(pint)

git-svn-id: trunk@10320 -
2008-02-13 20:44:00 +00:00
..
aasmcpu.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
agppcgas.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
cgppc.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
ngppcadd.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
ngppccnv.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
ngppcinl.pas * remove registers{int/mmx/fpu} from firstpass 2007-09-26 21:12:01 +00:00
ngppcset.pas * handle case ranges properly for unsigned types with a non-zero base, resolves #10009 2007-10-28 17:06:02 +00:00
rgcpu.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00