fpc/rtl/solaris
Jonas Maebe 8b0301409a + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
later: the same as i386/darwin, except
      a) uses the non-fragile Objective-C ABI/runtime
      b) does not require stubs for direct calls/jumps (not required for
         i386/darwin under 10.6 and later either, but still generated
         there for backwards compatibility)
      c) only the same packages are enabled as for ARM/Darwin
      d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
    This target also defines the symbol "darwin" apart from the target
    name "iphonesim" for source code compatibility reasons.

git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00
..
i386 Fix for multiple exception troubles 2009-11-19 21:25:04 +00:00
sparc * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
x86_64 * Adapt start.inc to pic code 2009-12-10 13:23:20 +00:00
errno.inc * fixed typo 2006-12-25 10:01:24 +00:00
errnostr.inc * sys_errlist fixed 2006-03-22 21:10:56 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
osdefs.inc * remove $Log 2005-06-07 09:47:55 +00:00
osmacro.inc * remove $Log 2005-06-07 09:47:55 +00:00
ostypes.inc fix stat type for x86_64 cpu 2009-11-24 16:36:20 +00:00
pthread.inc + added pthread_mutex_trylock() to fix compilation after r15026 2010-03-26 09:45:35 +00:00
ptypes.inc * moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp. 2010-01-09 16:05:42 +00:00
signal.inc * fix SigActionRec for x86_64 cpu 2009-12-10 19:55:14 +00:00
suuid.inc * made a lot of Solaris rtl stuff compilable 2006-02-07 20:17:44 +00:00
sysos.inc * fixed ioctl for non-linux: the third parameter is "..." there rather 2007-11-10 18:22:37 +00:00
sysosh.inc * pthread_t is an "unsigned int" on solaris 2006-11-08 12:55:22 +00:00
system.pp Fix for multiple exception troubles 2009-11-19 21:25:04 +00:00
termio.pp * made a lot of Solaris rtl stuff compilable 2006-02-07 20:17:44 +00:00
termios.inc * fix problem with tcsetattr overloadwith const parameter 2009-12-07 11:07:55 +00:00
termiosproc.inc * fix problem with tcsetattr overloadwith const parameter 2009-12-07 11:07:55 +00:00
unxconst.inc * made a lot of Solaris rtl stuff compilable 2006-02-07 20:17:44 +00:00
unxfunc.inc + Timezone support for solaris 2010-01-28 11:03:32 +00:00
unxsockh.inc * add TCP and UDP setsockopt option constants to all unix-likes 2008-05-31 22:06:56 +00:00