This website requires JavaScript.
Explore
Help
Sign In
paweld
/
fpc
Watch
1
Star
0
Fork
0
You've already forked fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced
2025-04-09 15:09:30 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
569c3fb49f
fpc
/
compiler
/
systems
History
Nikolay Nikolov
a71995a521
* wasi internal linker: fixed crashes introduced by previous commit in
...
GetDataSize and GetBssSize
2024-06-28 00:30:12 +03:00
..
i_aix.pas
i_amiga.pas
i_amstradcpc.pas
i_android.pas
i_aros.pas
i_atari.pas
i_beos.pas
i_bsd.pas
i_darwin.pas
i_embed.pas
Set default abi for riscv 32/64 embedded
2023-06-15 15:33:23 +00:00
i_emx.pas
i_freertos.pas
i_gba.pas
i_go32v2.pas
i_haiku.pas
i_human68k.pas
human68k: set default stack size to 16KiB
2023-12-03 12:14:22 +01:00
i_jvm.pas
i_linux.pas
Set defualt riscv32 linux abi to abi_riscv_ipl32
2023-06-13 19:41:02 +00:00
i_macos.pas
i_morph.pas
i_msdos.pas
i_msxdos.pas
i_nativent.pas
i_nds.pas
i_nwl.pas
i_nwm.pas
i_os2.pas
i_palmos.pas
i_sinclairql.pas
i_sunos.pas
Increase default stack size to 8Mb for i386 and sparc solaris systems
2024-04-03 23:17:55 +02:00
i_symbian.pas
i_wasi.pas
* changed the resource object extension for the WASI platform to .or (similar to Linux)
2024-06-27 04:15:44 +03:00
i_watcom.pas
i_wdosx.pas
i_wii.pas
i_win16.pas
i_win.pas
i_zxspectrum.pas
mac_crea.txt
t_aix.pas
t_amiga.pas
t_amstradcpc.pas
t_android.pas
t_aros.pas
t_atari.pas
t_beos.pas
t_bsd.pas
Introduce -XLL option for link using ld.lld linker
2023-07-19 19:00:30 +02:00
t_darwin.pas
t_embed.pas
Fixed missing section for Raspberry Pi Pico
2024-04-01 21:00:12 +00:00
t_emx.pas
t_freertos.pas
Move .data with fpc specific information to outside normal memory range.
2024-05-25 17:26:15 +00:00
t_gba.pas
t_go32v2.pas
t_haiku.pas
t_human68k.pas
Improve GNU linker call for m68k-human68k target
2023-12-01 22:51:03 +01:00
t_jvm.pas
t_linux.pas
Add emulation_opt settings for all four mips CPUs
2024-01-02 14:31:21 +01:00
t_macos.pas
t_morph.pas
t_msdos.pas
t_msxdos.pas
t_nativent.pas
t_nds.pas
t_nwl.pas
Call FindUtil for ld or nlmconv utils at linking stage, not before
2023-11-23 20:54:30 +01:00
t_nwm.pas
Call FindUtil for ld or nlmconv utils at linking stage, not before
2023-11-23 20:54:30 +01:00
t_os2.pas
t_palmos.pas
t_sinclairql.pas
t_sunos.pas
Add $EMUL also for sparc CPU GNU linker call on solaris OS
2024-03-25 23:48:14 +01:00
t_symbian.pas
t_wasi.pas
* wasi internal linker: fixed crashes introduced by previous commit in
2024-06-28 00:30:12 +03:00
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win16.pas
t_win.pas
Use writeUInt32LE/writeUInt16LE method to write multi-byte integer in importlib method in t_win unit (as all supported CPUs are little endian)
2024-01-25 01:01:06 +00:00
t_zxspectrum.pas