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-12-01 12:27:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0332a60cb8
fpc
/
compiler
/
systems
History
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
i_amiga.pas
i_android.pas
i_aros.pas
i_atari.pas
i_beos.pas
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
i_jvm.pas
i_linux.pas
+ basic xtensa-linux support in the compiler
2020-04-05 21:12:12 +00:00
i_macos.pas
i_morph.pas
i_msdos.pas
i_nativent.pas
i_nds.pas
i_nwl.pas
i_nwm.pas
i_os2.pas
i_palmos.pas
i_sunos.pas
i_symbian.pas
i_watcom.pas
i_wdosx.pas
i_wii.pas
i_win16.pas
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
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
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
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
t_haiku.pas
t_jvm.pas
t_linux.pas
* make eabihf/eabi changeable at compilation time
2020-04-12 18:05:49 +00:00
t_macos.pas
t_morph.pas
t_msdos.pas
t_nativent.pas
t_nds.pas
t_nwl.pas
t_nwm.pas
t_os2.pas
t_palmos.pas
t_sunos.pas
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win16.pas
t_win.pas
t_zxspectrum.pas
- removed the 'sdcc-' prefix of sdasz80 and sdldz80
2020-04-20 23:50:45 +00:00