.. |
i_aix.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_amiga.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_android.pas
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
6 years ago |
i_aros.pas
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
6 years ago |
i_atari.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_beos.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_bsd.pas
|
8bdcf4273d
* darwin: remove some leftover resource-spec structures from i_bsd, clean up some related darwin specific int/ext resource handling in options
|
5 years ago |
i_darwin.pas
|
10b15628ab
* split i/t_darwin from i/t_bsd, as they don't have that much in common
|
5 years ago |
i_embed.pas
|
a4695a7015
* xtensa-embedded: fix setting of the fpu and abi
|
5 years ago |
i_emx.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_freertos.pas
|
8ac8c79a71
+ initial support for arm-freertos largely based on patch by Michael Ring
|
5 years ago |
i_gba.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_go32v2.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_haiku.pas
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
6 years ago |
i_jvm.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_linux.pas
|
e8fabb752a
+ basic xtensa-linux support in the compiler
|
5 years ago |
i_macos.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_morph.pas
|
421b06affe
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
|
5 years ago |
i_msdos.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_nativent.pas
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
6 years ago |
i_nds.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_nwl.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_nwm.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_os2.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_palmos.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_sunos.pas
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
6 years ago |
i_symbian.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_watcom.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_wdosx.pas
|
dee1056546
* fixed wrong change of jumpalignmax from 10 to 16 in previous commit
|
6 years ago |
i_wii.pas
|
828a248287
Systematically include fpcdefs.inc at sart of all units used by compiler
|
6 years ago |
i_win.pas
|
3af74d2fd2
+ implement initial compiler support for Win64 on Aarch64
|
5 years ago |
i_win16.pas
|
99af7f2781
* set sharedlibext for win16 to '.dll'
|
6 years ago |
i_zxspectrum.pas
|
950c1d1693
+ enable the Z80 internal asm (which doesn't work, yet) if the compiler is compiled with -dZ80_INTERNAL_ASM
|
5 years ago |
mac_crea.txt
|
3b1ecd4f47
+ Added this confirmation from Apple Computer about our ownership of the MacOS creator code 'FPas'
|
20 years ago |
t_aix.pas
|
6483b3f5e3
* fixed opt-in sysroot substitution again, renamed the three-argument version
|
5 years ago |
t_amiga.pas
|
3509d277d0
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
|
5 years ago |
t_android.pas
|
392fc0b637
* 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.
|
5 years ago |
t_aros.pas
|
e6aed467b5
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
|
7 years ago |
t_atari.pas
|
7d12e8cc6d
Avoid warnings for m68k compiler
|
5 years ago |
t_beos.pas
|
1b3a3a7983
* Removed lot of unused local vars. It is useful to turn on the notes in options. :)
|
5 years ago |
t_bsd.pas
|
10b15628ab
* split i/t_darwin from i/t_bsd, as they don't have that much in common
|
5 years ago |
t_darwin.pas
|
8bdcf4273d
* darwin: remove some leftover resource-spec structures from i_bsd, clean up some related darwin specific int/ext resource handling in options
|
5 years ago |
t_embed.pas
|
4559620efa
* patch by Reynaldo to generate kernel image for the raspi2 embedded port, resolves #27052
|
5 years ago |
t_emx.pas
|
e6aed467b5
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
|
7 years ago |
t_freertos.pas
|
a61e18091a
* compilation with -Oodfa fixed
|
5 years ago |
t_gba.pas
|
4239742b35
* GBA port updated
|
6 years ago |
t_go32v2.pas
|
e6aed467b5
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
|
7 years ago |
t_haiku.pas
|
6483b3f5e3
* fixed opt-in sysroot substitution again, renamed the three-argument version
|
5 years ago |
t_jvm.pas
|
e6aed467b5
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
|
7 years ago |
t_linux.pas
|
9d7261a60b
* make eabihf/eabi changeable at compilation time
|
5 years ago |
t_macos.pas
|
6483b3f5e3
* fixed opt-in sysroot substitution again, renamed the three-argument version
|
5 years ago |
t_morph.pas
|
d1878fe5b2
morphos: support section GC with GNU LD as well
|
6 years ago |
t_msdos.pas
|
5b47bad32a
* use uppercase object section names in the OMF linker script for matching the
|
7 years ago |
t_nativent.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 years ago |
t_nds.pas
|
7c02f2b531
* Nintendo DS port updated to libnds ver.1.7.3
|
6 years ago |
t_nwl.pas
|
e6aed467b5
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
|
7 years ago |
t_nwm.pas
|
e6aed467b5
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
|
7 years ago |
t_os2.pas
|
e6aed467b5
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
|
7 years ago |
t_palmos.pas
|
aaa40927fe
palmos: also pass --embedded-relocs to the linker. mimics what prc-tools GCC does
|
7 years ago |
t_sunos.pas
|
6483b3f5e3
* fixed opt-in sysroot substitution again, renamed the three-argument version
|
5 years ago |
t_symbian.pas
|
e6aed467b5
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
|
7 years ago |
t_watcom.pas
|
e6aed467b5
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
|
7 years ago |
t_wdosx.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 years ago |
t_wii.pas
|
a9b015911d
* Updated Wii port to libogc 1.8.22
|
6 years ago |
t_win.pas
|
e01de80981
* register the DLL scanner for aarch64-win64
|
5 years ago |
t_win16.pas
|
ae953214ee
* fixed quoting of the "description" wlink option on Windows
|
6 years ago |
t_zxspectrum.pas
|
695a260ff8
zxspectrum: added support for linking via vlink, and for pascal sysinit code. also some cleanup in the linker code
|
5 years ago |