fpc/rtl/m68k
2015-03-02 00:51:23 +00:00
..
int64p.inc + more mess to make the skeleton amiga rtl compile 2006-02-01 15:35:33 +00:00
lowmath.inc * remove $Log 2005-06-07 09:47:55 +00:00
m68k.inc m68k: clear the FPU Control Register at program start. This fixes some testcode randomly failing on AmigaOS, where the FPCR state is inherited from the parent task. Also added the FPCR layout and rounding modes info, based on the Motorola 68k PRMm68k.inc 2015-03-02 00:51:23 +00:00
makefile.cpu
math.inc add fpc_longword_to_double if needed 2012-12-18 14:04:14 +00:00
mathu.inc + Implemented m68k-specific (actually, softfloat-specific) part of Math unit. 2014-03-21 05:24:09 +00:00
readme
set.inc Various adjustments to the RTL for m68k: 2012-10-18 20:12:02 +00:00
setjump.inc * m68k: "or" without suffix is not accepted, must be "or.l" 2014-07-08 18:48:57 +00:00
setjumph.inc * rtl/m68k/setjumph.inc: 2012-12-28 13:00:28 +00:00
strings.inc * made system unit on m68k-linux compilable 2006-11-06 18:42:47 +00:00
stringss.inc * made system unit on m68k-linux compilable 2006-11-06 18:42:47 +00:00

This directory contains only RTL parts specific
to the processor M68K family.


Missing units are :
  strings.pp (you can  the strings unit in the template directory)
  getopts.pp