fpc/compiler/systems
nickysn 168c009bc3 - removed the 'sdcc-' prefix of sdasz80 and sdldz80
git-svn-id: branches/z80@44900 -
2020-04-20 23:50:45 +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
i_aros.pas
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 * 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
i_embed.pas * changed the object file format for z80-embedded and z80-zxspectrum to .rel 2020-04-20 23:36:15 +00:00
i_emx.pas
i_freertos.pas + initial support for arm-freertos largely based on patch by Michael Ring 2020-04-19 20:59:52 +00:00
i_gba.pas
i_go32v2.pas
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 + basic xtensa-linux support in the compiler 2020-04-05 21:12:12 +00:00
i_macos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +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_nativent.pas
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
i_nwm.pas
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
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
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
i_wii.pas
i_win16.pas * set sharedlibext for win16 to '.dll' 2019-07-30 15:27:44 +00:00
i_win.pas
i_zxspectrum.pas * changed the object file format for z80-embedded and z80-zxspectrum to .rel 2020-04-20 23:36:15 +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 * 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
t_embed.pas - removed the 'sdcc-' prefix of sdasz80 and sdldz80 2020-04-20 23:50:45 +00:00
t_emx.pas renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin 2017-11-17 11:27:19 +00:00
t_freertos.pas + initial support for arm-freertos largely based on patch by Michael Ring 2020-04-19 20:59:52 +00:00
t_gba.pas
t_go32v2.pas renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin 2017-11-17 11:27:19 +00:00
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 renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin 2017-11-17 11:27:19 +00:00
t_linux.pas * make eabihf/eabi changeable at compilation time 2020-04-12 18:05:49 +00:00
t_macos.pas * fixed opt-in sysroot substitution again, renamed the three-argument version 2019-10-26 13:48:30 +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
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 renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin 2017-11-17 11:27:19 +00:00
t_nwm.pas
t_os2.pas
t_palmos.pas
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 renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin 2017-11-17 11:27:19 +00:00
t_watcom.pas
t_wdosx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_wii.pas * Updated Wii port to libogc 1.8.22 2019-06-12 16:35:25 +00:00
t_win16.pas * fixed quoting of the "description" wlink option on Windows 2019-08-12 12:58:16 +00:00
t_win.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
t_zxspectrum.pas - removed the 'sdcc-' prefix of sdasz80 and sdldz80 2020-04-20 23:50:45 +00:00