fpc/compiler/systems
svenbarth 716b3082e9 Merged revision(s) 28792 from branches/svenbarth/packages:
Provide a possibility to ignore duplicate symbols for exporting.

export.pas, texportlib:
  + new property "ignoreduplicates" with which duplicate symbols are ignored upon insertion
  + new method "duplicatesymbol" which checks "ignoreduplicates" and generates an error if it is False (this method needs to be used if a duplicate was detected)
expunix.pas, texportlibunix:
  * exportprocedure: use "duplicatesymbol" instead of always generating an error
systems/t_beos.pas, texportlibbeos:
  * exportprocedure: use "duplicatesymbol" instead of always generating an error
systems/t_haiku.pas, texportlibhaiku:
  * exportprocedure: use "duplicatesymbol" instead of always generating an error
systems/t_nwl.pas, texportlibnetwlibc:
  * exportprocedure: use "duplicatesymbol" instead of always generating an error
systems/t_nwm.pas, texportlibnetware:
  * exportprocedure: use "duplicatesymbol" instead of always generating an error
systems/t_win.pas, texportlibwin:
  * exportfromlist: use "duplicatesymbol" instead of always generating an error
........

git-svn-id: trunk@32974 -
2016-01-22 13:57:41 +00:00
..
i_aix.pas
i_amiga.pas Amiga-likes: support unit_env environment variable for unit paths 2015-06-29 21:42:40 +00:00
i_android.pas * Enable PIC by default for i386-android. 2015-10-12 08:13:42 +00:00
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 - rm tf_smartlink_library from targets that define tf_smartlink_sections, since 2015-04-19 18:47:44 +00:00
i_bsd.pas + added support for using Clang as an assembler, and make it the default 2015-09-25 18:31:54 +00:00
i_embed.pas Fix a bunch of alignment problems for arm-embedded, mostly armv6m which uses the generic Move and FIllChar routines. 2015-10-17 12:11:32 +00:00
i_emx.pas
i_gba.pas
i_go32v2.pas - rm tf_smartlink_library from targets that define tf_smartlink_sections, since 2015-04-19 18:47:44 +00:00
i_haiku.pas - rm tf_smartlink_library from targets that define tf_smartlink_sections, since 2015-04-19 18:47:44 +00:00
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 Amiga-likes: support unit_env environment variable for unit paths 2015-06-29 21:42:40 +00:00
i_msdos.pas + enable the i8086-msdos internal linker 2015-08-25 01:32:46 +00:00
i_nativent.pas - rm tf_smartlink_library from targets that define tf_smartlink_sections, since 2015-04-19 18:47:44 +00:00
i_nds.pas
i_nwl.pas
i_nwm.pas - rm tf_smartlink_library from targets that define tf_smartlink_sections, since 2015-04-19 18:47:44 +00:00
i_os2.pas
i_palmos.pas
i_sunos.pas
i_symbian.pas
i_watcom.pas
i_wdosx.pas
i_wii.pas
i_win16.pas + also write the omf special segment attributes in the nasm writer for the win16 target 2015-09-07 22:26:14 +00:00
i_win.pas - rm tf_smartlink_library from targets that define tf_smartlink_sections, since 2015-04-19 18:47:44 +00:00
mac_crea.txt
t_aix.pas
t_amiga.pas VLink Support: 2015-11-15 01:18:30 +00:00
t_android.pas * android: Generate PIC executables. It is required for Android 5.0+. 2015-10-12 08:56:04 +00:00
t_aros.pas AROS/x86_64: fixed linker support by removing duplicated code and unifying it with i386 2015-06-29 21:28:51 +00:00
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 Use /libexec/ld-elf.so.2 as dynamic linker for DragonFly OS 2015-07-14 21:59:23 +00:00
t_embed.pas Applied patch from Michael Ring fixing the startup code for Freescale microcontrollers. 2015-12-02 18:44:20 +00:00
t_emx.pas
t_gba.pas
t_go32v2.pas * refactored the internal linker ar object reader object creation to allow using 2015-08-14 13:52:45 +00:00
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 * add aarch64 multi-arch library directory (patch by Edmund Grimley Evans) 2015-10-08 18:56:35 +00:00
t_macos.pas
t_morph.pas VLink Support: 2015-11-15 01:18:30 +00:00
t_msdos.pas + position the 'FAR_DATA' segments after the 'CODE' segments and before the 2015-09-03 17:57:27 +00:00
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 * refactored the internal linker ar object reader object creation to allow using 2015-08-14 13:52:45 +00:00
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 Merged revision(s) 28792 from branches/svenbarth/packages: 2016-01-22 13:57:41 +00:00