fpc/compiler/systems
nickysn 93ecf5f155 * synchronized with trunk
git-svn-id: branches/wasm@47357 -
2020-11-09 00:06:32 +00:00
..
i_aix.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_amiga.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_android.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
i_aros.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
i_atari.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_beos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_bsd.pas * darwin: remove some leftover resource-spec structures from i_bsd, clean up some related darwin specific int/ext resource handling in options 2020-03-31 04:57:08 +00:00
i_darwin.pas * mark all external assemblers using an LLVM tool using af_llvm 2020-07-19 14:30:35 +00:00
i_embed.pas + enable the Z80 internal assembler 2020-05-25 00:32:55 +00:00
i_emx.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_freertos.pas * Xtensa: record alignment is upto 8 bytes done 2020-08-28 20:18:35 +00:00
i_gba.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_go32v2.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_haiku.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
i_jvm.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_linux.pas * allow var alignment up to 64 bytes 2020-11-04 21:31:50 +00:00
i_macos.pas Add MACOS to extradefines field of tsysteminfo for m68k-macosclassic and powerpc-macosclassic 2020-07-12 11:56:16 +00:00
i_morph.pas morphos: in SDK 3.14, the binutils is finally upgraded to 2.32 (from 2.9.1), which makes section smartlinking working with binutils, and also has finally properly working stabs relocations for lineinfo, etc. so it's the default again both cross and native compilations 2019-10-26 22:24:00 +00:00
i_msdos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_msxdos.pas * change exe extension for MSX-DOS from exe to com 2020-06-06 18:20:40 +00:00
i_nativent.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
i_nds.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_nwl.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_nwm.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_os2.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_palmos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_sinclairql.pas * m68k: enabled vasm assembler support for the Sinclair QL, and added linking 2020-11-04 21:01:34 +00:00
i_sunos.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
i_symbian.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_wasi.pas * use the LLVM-MC assembler by default for the WebAssembly targets 2020-10-24 15:33:35 +00:00
i_wasm.pas * use the LLVM-MC assembler by default for the WebAssembly targets 2020-10-24 15:33:35 +00:00
i_watcom.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_wdosx.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_wii.pas Systematically include fpcdefs.inc at sart of all units used by compiler 2019-07-03 13:35:05 +00:00
i_win16.pas * set sharedlibext for win16 to '.dll' 2019-07-30 15:27:44 +00:00
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 * fixed opt-in sysroot substitution again, renamed the three-argument version 2019-10-26 13:48:30 +00:00
t_amiga.pas amiga: use -mtype vlink argument instead of -sc -sd when doing section gc. this prevents merging the bss section into the data section and is more compatible with pre-v2.0 OS versions. needs vlink 0.16b or newer 2020-04-04 11:08:45 +00:00
t_android.pas * android: Changed additions to the linker script to prevent misalignment of the .data section. It fixes crash when linking using recent versions of LD where the "relro" option is default. Issue #35641. 2020-01-19 20:31:54 +00:00
t_aros.pas
t_atari.pas Avoid warnings for m68k compiler 2019-11-05 10:00:48 +00:00
t_beos.pas * Removed lot of unused local vars. It is useful to turn on the notes in options. :) 2020-01-28 18:45:33 +00:00
t_bsd.pas * split i/t_darwin from i/t_bsd, as they don't have that much in common 2020-03-29 18:27:27 +00:00
t_darwin.pas * fix deleting the linksyms file after successful linking (mantis #37636) 2020-08-24 20:21:10 +00:00
t_embed.pas * patch by Reynaldo to generate kernel image for the raspi2 embedded port, resolves #27052 2020-05-14 21:16:12 +00:00
t_emx.pas
t_freertos.pas * xtensa-freertos: run python helpers only on non unix by directly calling python 2020-09-26 20:12:28 +00:00
t_gba.pas * GBA port updated 2019-06-09 22:27:16 +00:00
t_go32v2.pas
t_haiku.pas * fixed opt-in sysroot substitution again, renamed the three-argument version 2019-10-26 13:48:30 +00:00
t_jvm.pas
t_linux.pas * search also /usr/lib64 for libraries etc. on aarch64-linux, apparently some distros use it 2020-09-21 17:57:19 +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 morphos: support section GC with GNU LD as well 2019-01-29 05:02:18 +00:00
t_msdos.pas * msdos: Fixed section based smartlinking after my recent changes. 2020-08-20 11:20:10 +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 * Nintendo DS port updated to libnds ver.1.7.3 2019-06-10 06:39:46 +00:00
t_nwl.pas
t_nwm.pas
t_os2.pas
t_palmos.pas
t_sinclairql.pas sinclairql: when linking with vlink, generate an unrelocated binary with appended relocation info, so the startup code can relocate it 2020-11-08 20:38:42 +00:00
t_sunos.pas * fixed opt-in sysroot substitution again, renamed the three-argument version 2019-10-26 13:48:30 +00:00
t_symbian.pas
t_wasi.pas - removed the --export-dynamic linker option 2020-09-28 23:37:30 +00:00
t_wasm.pas * system_wasm_wasm32 renamed system_wasm32_wasm 2020-08-05 14:32:41 +00:00
t_watcom.pas
t_wdosx.pas
t_wii.pas * Updated Wii port to libogc 1.8.22 2019-06-12 16:35:25 +00:00
t_win16.pas * patch by Marģers to unify internal error numbers, resolves #37888 2020-10-13 19:59:01 +00:00
t_win.pas * register the DLL scanner for aarch64-win64 2020-04-21 06:06:40 +00:00
t_zxspectrum.pas z80-zxspectrum: fix the the linking order in the bss section, so the startup code doesn't crash when linked with vlink 2020-10-03 01:38:01 +00:00