fpc/rtl/m68k
pierre 8469741700 + Added additional addr pointer parameter to
get_caller_frame, get_caller_addr and dump_stack
  with default NIL value to systemh.inc.
  + Added new get_addr function.
  system.inc: Use get_addr and get_frame to call
  HandleErrorAddrFrame instead of HandleErrorFrame
  in several error functions.
  Modify dump_stack to use frame and addr parameters.
  Provide a dummy get_addr function returning nil.
  i386/i386.inc, x86_64./x86_64.inc: Provide real
  implementation of get_addr function.

git-svn-id: trunk@21697 -
2012-06-24 21:22:09 +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 + Added additional addr pointer parameter to 2012-06-24 21:22:09 +00:00
makefile.cpu
math.inc * use default helpers for now 2006-12-07 20:44:52 +00:00
readme
set.inc + more mess to make the skeleton amiga rtl compile 2006-02-01 15:35:33 +00:00
setjump.inc + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
setjumph.inc + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +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