fpc/rtl/linux/i386
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
cprt0.as * mark produced object files as "does not require executable stack" by 2008-12-12 16:26:25 +00:00
cprt21.as * mark produced object files as "does not require executable stack" by 2008-12-12 16:26:25 +00:00
dllprt0.as * mark produced object files as "does not require executable stack" by 2008-12-12 16:26:25 +00:00
gprt0.as * mark produced object files as "does not require executable stack" by 2008-12-12 16:26:25 +00:00
gprt21.as * mark produced object files as "does not require executable stack" by 2008-12-12 16:26:25 +00:00
prt0.as * mark produced object files as "does not require executable stack" by 2008-12-12 16:26:25 +00:00
si_c21.inc
si_c21g.inc * fixed order of parameter pushing to gmon_monstartup 2009-02-23 18:03:49 +00:00
si_c.inc
si_dll.inc * fixed shared library initialisation for FPC-compiled libraries 2008-03-15 23:28:09 +00:00
si_g.inc
si_prc.inc * call finalization routine of dynamic linker before exiting (forgot to 2008-04-14 12:00:48 +00:00
si_uc.inc
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
stat.inc
syscall.inc
syscallh.inc
sysnr.inc * fix linux syscall numbers naming consistency #2 (overlooked some) 2008-11-17 21:48:02 +00:00