fpc/compiler/systems
florian a092da723a + new fields for more precise control of alignment
+ support of new alignment control values for GNU AS writer
+ support of new alignment control values for binary writer
* better alignment settings on i386-win32
* improved inserted align directives for if nodes

git-svn-id: trunk@40159 -
2018-11-01 20:49:17 +00:00
..
i_aix.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_amiga.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_android.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_aros.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_atari.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_beos.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_bsd.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_embed.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_emx.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_gba.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_go32v2.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_haiku.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_jvm.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_linux.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_macos.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_morph.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_msdos.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_nativent.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_nds.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_nwl.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_nwm.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_os2.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_palmos.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_sunos.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_symbian.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_watcom.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_wdosx.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_wii.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_win16.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
i_win.pas + new fields for more precise control of alignment 2018-11-01 20:49:17 +00:00
mac_crea.txt
t_aix.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_amiga.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_android.pas * Create the ".note.gnu.build-id" section for android. It fixes debugging of shared libs in Android Studio. 2018-10-19 20:23:08 +00:00
t_aros.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_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 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_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 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_gba.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_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 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_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 Added library search paths. 2018-07-29 13:08:15 +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 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_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 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_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 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_os2.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_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 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 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_wdosx.pas
t_wii.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_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