fpc/rtl/go32v2
2025-03-10 22:39:51 +02:00
..
classes.pp * modeswitch needed 2023-11-08 11:29:44 +01:00
dos.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
dpmi.inc
dpmiexcp.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
dxeload.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
dxetype.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
emu387.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
exceptn.as
exit16.ah
exit16.asm
fpu.as
go32.pp Remove the rest of the VER3_0 conditionals. 2024-09-01 17:13:39 +00:00
initc.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
Makefile * regen makefiles 2025-03-10 22:39:51 +02:00
Makefile.fpc Remove OS specific SYSTEMUNIT variable setting 2023-10-09 01:02:28 +02:00
msmouse.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
ports.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
profile.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
rtldefs.inc
sbrk16.ah
sbrk16.asm
sysdir.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysfile.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysheap.inc
sysos.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
system.pp * string -> shortstring 2023-07-14 20:33:45 +02:00
sysutils.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
tthread.inc * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part 2020-08-22 15:56:13 +00:00
v2prt0.as go32v2: define __crt0_startup_flags as .comm rather than a global symbol. This allows linking against DJGPP libs and code which might also define this symbol. This change is also inline with recent crt0.S versions in DJGPP. 2020-11-23 03:42:16 +00:00