.. |
i_aix.pas
|
|
|
i_amiga.pas
|
|
|
i_android.pas
|
|
|
i_aros.pas
|
|
|
i_atari.pas
|
|
|
i_beos.pas
|
|
|
i_bsd.pas
|
+ FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441)
|
2021-04-10 07:57:28 +00:00 |
i_darwin.pas
|
* iphonesim targets support link order sym files
|
2021-02-21 21:41:05 +00:00 |
i_embed.pas
|
* set the default debug info type to dbg_dwarf2 for the WebAssembly targets
|
2021-01-28 15:55:31 +00:00 |
i_emx.pas
|
- obsolete defines removed
|
2021-04-11 18:18:30 +00:00 |
i_freertos.pas
|
* Xtensa: record alignment is upto 8 bytes done
|
2020-08-28 20:18:35 +00:00 |
i_gba.pas
|
|
|
i_go32v2.pas
|
|
|
i_haiku.pas
|
|
|
i_jvm.pas
|
|
|
i_linux.pas
|
* riscv64-linux: generate PIC for all units as it is required for shared libraries
|
2021-03-13 16:33:31 +00:00 |
i_macos.pas
|
Use MPW linker variant also for m68k-macosclassic target
|
2020-11-10 22:37:24 +00:00 |
i_morph.pas
|
|
|
i_msdos.pas
|
|
|
i_msxdos.pas
|
* change exe extension for MSX-DOS from exe to com
|
2020-06-06 18:20:40 +00:00 |
i_nativent.pas
|
|
|
i_nds.pas
|
|
|
i_nwl.pas
|
|
|
i_nwm.pas
|
|
|
i_os2.pas
|
- forgotten file, obsolete define removed, belongs to last commit
|
2021-04-11 18:25:40 +00:00 |
i_palmos.pas
|
|
|
i_sinclairql.pas
|
sinclairql: use .exe as extension for executables instead of .bin, patch by Marcel Kilgus at qlforum.co.uk
|
2020-11-24 15:18:05 +00:00 |
i_sunos.pas
|
|
|
i_symbian.pas
|
|
|
i_wasi.pas
|
* use up to 16 bytes alignment for the WASI target
|
2021-04-11 13:38:05 +00:00 |
i_watcom.pas
|
|
|
i_wdosx.pas
|
|
|
i_wii.pas
|
|
|
i_win16.pas
|
|
|
i_win.pas
|
* allow var alignment up to 64 bytes
|
2020-11-04 21:31:50 +00:00 |
i_zxspectrum.pas
|
+ enabled the ZX Spectrum internal linker
|
2020-06-03 19:36:41 +00:00 |
mac_crea.txt
|
|
|
t_aix.pas
|
|
|
t_amiga.pas
|
powerpc-amiga: fixed the vlink linker script to handle fpc.resources and fpc.reshandles sections. at least fixes building projects with resources with vlink, otherwise untested.
|
2021-01-21 03:06:21 +00:00 |
t_android.pas
|
|
|
t_aros.pas
|
|
|
t_atari.pas
|
* backported vlink map file generation to other targets using vlink: Amiga, Atari and ZXSpectrum
|
2020-11-24 19:07:15 +00:00 |
t_beos.pas
|
|
|
t_bsd.pas
|
+ FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441)
|
2021-04-10 07:57:28 +00:00 |
t_darwin.pas
|
* Darwin: fixed calling dsymutil when _not_ skipping the linking step
|
2021-04-08 19:50:21 +00:00 |
t_embed.pas
|
* Add SAMD51P19A controller type. Unit generated by Michael Ring and slightly modified.
|
2021-03-22 18:40:12 +00:00 |
t_emx.pas
|
|
|
t_freertos.pas
|
* Removed/ifdefed the assigned and unused variables.
|
2021-01-24 13:58:17 +00:00 |
t_gba.pas
|
|
|
t_go32v2.pas
|
|
|
t_haiku.pas
|
|
|
t_jvm.pas
|
|
|
t_linux.pas
|
* newer linux distros might have powerpc64 libraries in /usr/lib or /lib
|
2021-04-11 17:30:22 +00:00 |
t_macos.pas
|
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
|
2020-07-10 21:52:24 +00:00 |
t_morph.pas
|
|
|
t_msdos.pas
|
Avoid uninitialized variable warning with -O4 option
|
2020-11-10 23:52:51 +00:00 |
t_msxdos.pas
|
* ensure that the BSS section for MSX-DOS is correctly initialized to 0
|
2020-06-13 09:36:18 +00:00 |
t_nativent.pas
|
|
|
t_nds.pas
|
|
|
t_nwl.pas
|
|
|
t_nwm.pas
|
|
|
t_os2.pas
|
|
|
t_palmos.pas
|
|
|
t_sinclairql.pas
|
sinclairql: drop support for the BASIC loader, write Q-emuLator or XTcc compatible metadata to the executable instead. based on a patch by Marcel Kilgus in qlforum.co.uk
|
2020-11-25 04:39:42 +00:00 |
t_sunos.pas
|
|
|
t_symbian.pas
|
|
|
t_wasi.pas
|
* system_wasi_info renamed system_wasm32_wasi_info
|
2021-01-24 00:58:37 +00:00 |
t_watcom.pas
|
|
|
t_wdosx.pas
|
|
|
t_wii.pas
|
|
|
t_win16.pas
|
* Removed/ifdefed the assigned and unused variables.
|
2021-01-24 13:58:17 +00:00 |
t_win.pas
|
* Removed/ifdefed lots of unused variables.
|
2021-01-24 12:24:01 +00:00 |
t_zxspectrum.pas
|
* backported vlink map file generation to other targets using vlink: Amiga, Atari and ZXSpectrum
|
2020-11-24 19:07:15 +00:00 |