fpc/rtl/palmos
pierre c689563167 ------------------------------------------------------------------------
r42555 | pierre | 2019-08-02 11:21:43 +0000 (Fri, 02 Aug 2019) | 1 line

 Add .NOTPARALLEL for beos and haiku RTLs
------------------------------------------------------------------------
--- Merging r42555 into '.':
U    rtl/beos/Makefile
U    rtl/beos/Makefile.fpc
U    rtl/haiku/Makefile
U    rtl/haiku/Makefile.fpc
--- Recording mergeinfo for merge of r42555 into '.':
 U   .
------------------------------------------------------------------------
r43042 | pierre | 2019-09-19 20:49:12 +0000 (Thu, 19 Sep 2019) | 3 lines

  + Add math unit dependency to types$(PPUEXT) rule.
  * Fix missing close-brace in several types$(PPUEXT) rules.

------------------------------------------------------------------------
--- Merging r43042 into '.':
U    rtl/<all target OS directories>/Makefile
U    rtl/<all target OS directories>/Makefile.fpc

git-svn-id: branches/fixes_3_2@43184 -
2019-10-13 10:07:21 +00:00
..
api
arm Remove code from arm WinCE startup, leaving prt0.as empty 2017-09-15 14:36:13 +00:00
m68k m68k-palmos: skeleton for a recent system unit 2017-08-08 19:09:23 +00:00
Makefile ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
Makefile.fpc ------------------------------------------------------------------------ 2019-10-13 10:07:21 +00:00
palmos.inc palmos: fixed startup code to properly relocate the data segment when requested by the OS 2018-01-04 07:34:00 +00:00
pilot.pp Allow compilation of pilot unit 2017-09-15 14:28:43 +00:00
readme palmos: updated the RTL readme 2018-01-04 09:02:19 +00:00
rtl.cfg palmos: make it easy to disable certain features, also disable some which are not needed now. hello, world! is about 6K with these settings, about 5K smaller than otherwise 2018-01-09 15:17:10 +00:00
rtldefs.inc
si_prc.pp palmos: bail out earlier when we're not in NormalLaunch mode, should fix Fatal Exception crash when installing the app on a real device using HotSync 2018-01-07 16:17:00 +00:00
sysdir.inc m68k-palmos: skeleton for a recent system unit 2017-08-08 19:09:23 +00:00
sysfile.inc m68k-palmos: skeleton for a recent system unit 2017-08-08 19:09:23 +00:00
sysheap.inc palmos: implemented sysosalloc/free for the heap 2017-09-18 11:14:48 +00:00
sysos.inc palmos: use tinyheap, also tweaks to startup code 2017-09-15 16:18:28 +00:00
sysosh.inc m68k-palmos: skeleton for a recent system unit 2017-08-08 19:09:23 +00:00
syspara.inc m68k-palmos: skeleton for a recent system unit 2017-08-08 19:09:23 +00:00
system.pp palmos: make it easy to disable certain features, also disable some which are not needed now. hello, world! is about 6K with these settings, about 5K smaller than otherwise 2018-01-09 15:17:10 +00:00
systraps.pp m68k-palmos: skeleton for a recent system unit 2017-08-08 19:09:23 +00:00

This unit contains the run time library for PalmOS.

The 68k version should be functional, was tested on
POSE emulator and real devices as well, running PalmOS 4.0.

The recommended and functional GNU binutils are available as
part of the prc-tools-remix project, which updated the old
prc-tools to be compilable with modern compilers.

The ARM version is entirely untested, and almost certainly
non functional.