fpc/rtl/powerpc
Jonas Maebe 9baf1000ae * conversion to compilerproc and to structure used by i386 rtl
* some bugfixes
  * powerpc.inc is almost complete (only fillchar/word/dword, get_frame etc
    and the class helpers are still needed
  - removed unnecessary register saving in set.inc (thanks to compilerproc)
  * use registers reserved for parameters as much as possible instead of
    those reserved for local vars (since those have to be saved by the
    called anyway, while the ones for local vars have to be saved by the
    callee)
2001-09-27 15:30:29 +00:00
..
powerpc.inc * conversion to compilerproc and to structure used by i386 rtl 2001-09-27 15:30:29 +00:00
set.inc * conversion to compilerproc and to structure used by i386 rtl 2001-09-27 15:30:29 +00:00
strings.inc * conversion to compilerproc and to structure used by i386 rtl 2001-09-27 15:30:29 +00:00
stringss.inc * conversion to compilerproc and to structure used by i386 rtl 2001-09-27 15:30:29 +00:00
strlen.inc * conversion to compilerproc and to structure used by i386 rtl 2001-09-27 15:30:29 +00:00
strpas.inc * conversion to compilerproc and to structure used by i386 rtl 2001-09-27 15:30:29 +00:00