fpc/compiler/systems
svenbarth adbef4fc84 New export option that enforces the use of the provided export name instead of using the name of the provided symbol. This is necessary to correctly handle overloaded functions, especially if one of them is an internproc one.
export.pas:
  + texportoption: new option eo_no_sym_name
pkgutil.pas:
  * exportprocsym: set eo_no_sym_name when exporting procdefs from a package
systems/t_win.pas, TExportLibWin:
  * generatelib: respect eo_no_sym_name

git-svn-id: trunk@33574 -
2016-04-29 15:03:18 +00:00
..
i_aix.pas
i_amiga.pas
i_android.pas
i_aros.pas AROS: shortname in system description to uppercase (usual form) 2015-10-24 09:01:05 +00:00
i_atari.pas
i_beos.pas
i_bsd.pas
i_embed.pas Added x86_64-embedded target. Patch from Benjamin Rosseaux 2016-02-14 10:57:00 +00:00
i_emx.pas
i_gba.pas
i_go32v2.pas
i_haiku.pas
i_jvm.pas
i_linux.pas Enabled internal assembler for arm-linux. Will allow people to start running tests. 2015-11-20 14:37:10 +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
mac_crea.txt
t_aix.pas
t_amiga.pas * fixed GNU LD support for powerpc-amiga, broken by the previous commit 2016-04-14 21:33:04 +00:00
t_android.pas
t_aros.pas
t_atari.pas
t_beos.pas Merged revision(s) 28792 from branches/svenbarth/packages: 2016-01-22 13:57:41 +00:00
t_bsd.pas
t_embed.pas Fixed more linkerscript errors. 2016-03-21 08:19:45 +00:00
t_emx.pas
t_gba.pas
t_go32v2.pas
t_haiku.pas Merged revision(s) 28792 from branches/svenbarth/packages: 2016-01-22 13:57:41 +00:00
t_jvm.pas
t_linux.pas
t_macos.pas
t_morph.pas VLink Support: 2015-11-15 01:18:30 +00:00
t_msdos.pas
t_nativent.pas
t_nds.pas
t_nwl.pas Merged revision(s) 28792 from branches/svenbarth/packages: 2016-01-22 13:57:41 +00:00
t_nwm.pas Merged revision(s) 28792 from branches/svenbarth/packages: 2016-01-22 13:57:41 +00:00
t_os2.pas
t_palmos.pas
t_sunos.pas
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win16.pas Merged revision(s) 28691, 31914 from branches/svenbarth/packages: 2016-01-15 16:06:06 +00:00
t_win.pas New export option that enforces the use of the provided export name instead of using the name of the provided symbol. This is necessary to correctly handle overloaded functions, especially if one of them is an internproc one. 2016-04-29 15:03:18 +00:00