fpc/rtl/powerpc
Jonas Maebe c70f75f1b7 * compile with -dppc603 to not use unaligned float loads in move() and
g_concatcopy, because the 603 and 604 take an exception for those
    (and netbsd doesn't even handle those in the kernel). There are
    still some of those left that could cause problems though (e.g.
    in the set helpers)
2003-05-29 21:17:27 +00:00
..
makefile.cpu * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
math.inc * fsqrt is an optional instruction in the ppc architecture and isn't 2003-05-24 13:39:32 +00:00
mathu.inc * initial implementation 2003-04-24 09:14:22 +00:00
mathuh.inc * initial implementation 2003-04-24 09:14:22 +00:00
powerpc.inc * compile with -dppc603 to not use unaligned float loads in move() and 2003-05-29 21:17:27 +00:00
set.inc * changed dcbst to dcbtst (former means "flush cache block to memory, 2003-05-29 14:32:54 +00:00
setjump.inc * fixed previous commit of setjmp 2003-04-26 20:00:24 +00:00
setjumph.inc + implemented setjmp record and longjmp 2003-04-26 18:54:30 +00:00
strings.inc * fixed strcopy and strecopy if there are #1 chars right before the end 2003-05-28 19:18:10 +00:00
stringss.inc * fixed assembler errors 2002-09-11 07:49:40 +00:00
strlen.inc * fixed assembler errors 2002-09-11 07:49:40 +00:00
strpas.inc * support nil as parameter and some other fixes 2003-04-27 16:25:08 +00:00
sysutilp.inc * fixed assembler errors 2003-04-24 12:13:23 +00:00
typinfo.inc * fixeed saving/restoring of return address 2003-04-24 12:28:47 +00:00