fpc/rtl/linux/m68k
Jonas Maebe f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system
unit's initialization code in case we're in a library
  + implemented InquireSignal(), AbandonSignalHandler(), HookSignal() and
    UnhookSignal() in the sysutils unit
  * for Kylix compatibility, these routines support operating on
    SIGINT and SIGQUIT as well, although they are not hooked by default
    by FPC. The run time errors/exception codes for these signals are
    resp. 217 and 233 (same as in Kylix; I changed ENoWideStringSupport
    to 234).
  * changed the BSD syscall version of fpsigaction to use pointer
    rather than "var" arguments (compatible with other targets, and
    required to be able to pass nil arguments inside the system unit)
  -> together fixes mantis #12704

git-svn-id: trunk@13077 -
2009-05-02 09:40:44 +00:00
..
bsyscall.inc * remove $Log 2005-06-07 09:47:55 +00:00
cprt0.as * properties set 2007-08-02 07:38:09 +00:00
cprt21.as * properties set 2007-08-02 07:38:09 +00:00
dllprt0.as * properties set 2007-08-02 07:38:09 +00:00
gprt0.as * properties set 2007-08-02 07:38:09 +00:00
gprt21.as * properties set 2007-08-02 07:38:09 +00:00
prt0.as * small m68k-linux fixes 2006-11-19 21:51:20 +00:00
prt1.as * Initial revision ELF start file 1998-10-30 22:45:46 +00:00
sighnd.inc * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
sighndh.inc * made system unit on m68k-linux compilable 2006-11-06 18:42:47 +00:00
stat.inc * Change padding to 2 bytes. 2007-03-24 07:56:39 +00:00
syscall.inc * made system unit on m68k-linux compilable 2006-11-06 18:42:47 +00:00
syscallh.inc * made system unit on m68k-linux compilable 2006-11-06 18:42:47 +00:00
sysnr.inc * update linux syscall numbers (merge powerpc64 to powerpc) 2008-11-15 15:42:12 +00:00