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-04-26 18:03:43 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ada8891d9e
fpc
/
compiler
/
systems
History
pierre
29d524e7e6
Remove abolute path for native linker, ld is in directory /usr/ccs/bin in Oracle Solaris 10 8/11
...
git-svn-id: trunk@39541 -
2018-08-01 06:44:26 +00:00
..
i_aix.pas
i_amiga.pas
i_android.pas
i_aros.pas
i_atari.pas
i_beos.pas
i_bsd.pas
arm-netbsd: use HF ABI, needs proper alignment
2018-03-22 00:42:43 +00:00
i_embed.pas
+ initial (experimental) implementation of section-based smartlinking for i8086.
2018-06-11 16:56:33 +00:00
i_emx.pas
i_gba.pas
i_go32v2.pas
Add tf_no_pic_supported to go32v2 target (was generating wrong code)
2018-05-23 21:12:56 +00:00
i_haiku.pas
i_jvm.pas
i_linux.pas
i_macos.pas
i_morph.pas
i_msdos.pas
+ initial (experimental) implementation of section-based smartlinking for i8086.
2018-06-11 16:56:33 +00:00
i_nativent.pas
i_nds.pas
i_nwl.pas
i_nwm.pas
i_os2.pas
i_palmos.pas
palmos: turned off large object generation for palmos, fixed linking by skipping the unnecessary obj-res stage
2018-01-04 07:36:10 +00:00
i_sunos.pas
i_symbian.pas
i_watcom.pas
i_wdosx.pas
i_wii.pas
i_win16.pas
+ initial (experimental) implementation of section-based smartlinking for i8086.
2018-06-11 16:56:33 +00:00
i_win.pas
* set localalignmin to 4 on x86_64-win64, there is no reason to leave it at 8 (same as linux)
2018-03-17 21:30:49 +00:00
mac_crea.txt
t_aix.pas
t_amiga.pas
t_android.pas
t_aros.pas
t_atari.pas
atari: remove -sd vlink option. this stops the linker from merging the bss segment into the data segment shaving off about 8K from the Hello, world! size. the data segment is merged into a single one on atari anyway, so this argument is not needed
2017-12-27 01:01:41 +00:00
t_beos.pas
t_bsd.pas
arm-netbsd: append -N to the command line. lets figure out later if this is the right solution here
2018-03-22 00:43:32 +00:00
t_embed.pas
Make sure to align at the end of the .text, in case .data bytes will be placed there in flash.
2018-07-12 18:52:19 +00:00
t_emx.pas
t_gba.pas
t_go32v2.pas
t_haiku.pas
t_jvm.pas
t_linux.pas
* Patch by Cyrax to allow creating map file on linux (bug ID 33982)
2018-07-14 08:12:38 +00:00
t_macos.pas
macos: initial cross-linker support, based on the binutils in the Retro68 GNU binutils
2018-02-02 23:01:25 +00:00
t_morph.pas
t_msdos.pas
* use uppercase object section names in the OMF linker script for matching the
2018-06-14 15:19:11 +00:00
t_nativent.pas
t_nds.pas
t_nwl.pas
t_nwm.pas
t_os2.pas
t_palmos.pas
palmos: also pass --embedded-relocs to the linker. mimics what prc-tools GCC does
2018-01-04 08:27:23 +00:00
t_sunos.pas
Remove abolute path for native linker, ld is in directory /usr/ccs/bin in Oracle Solaris 10 8/11
2018-08-01 06:44:26 +00:00
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win16.pas
+ implemented the -Xg option for putting the debug information in a separate
2018-05-22 15:33:26 +00:00
t_win.pas
* keep track of the temp position separately from the offset in references,
2018-04-22 17:03:16 +00:00