fpc/compiler/systems
sergei 38058505ba * Changed linking infrastructure to look like assembler one:
* Changed direct references to linker classes in TSystemInfo records to enumerated ids.
  * RegisterExtennalLinker and RegisterInternalLinker procedures replaced by single RegisterLinker procedure and moved to link.pas.
  - TAbstractLinker is no longer necessary, removed.

This change allows to register linker once per id, rather than once per target, and also allows TSystemInfo records to be read-only.

git-svn-id: trunk@25279 -
2013-08-18 12:01:21 +00:00
..
i_aix.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_amiga.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_android.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_atari.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_beos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_bsd.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_embed.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_emx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_gba.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_go32v2.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_haiku.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_jvm.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_linux.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_macos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_morph.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_msdos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_nativent.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_nds.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_nwl.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_nwm.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_os2.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_palmos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_sunos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_symbian.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_watcom.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_wdosx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_wii.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_win.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
mac_crea.txt
t_aix.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_amiga.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_android.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_atari.pas
t_beos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_bsd.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_embed.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_emx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_gba.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_go32v2.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_haiku.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_jvm.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_linux.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_macos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_morph.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_msdos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_nativent.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_nds.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_nwl.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_nwm.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_os2.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_palmos.pas * GNU ld only supports double quotes in its response file -> requote there 2012-05-03 12:41:16 +00:00
t_sunos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_symbian.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_watcom.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_wdosx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_wii.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_win.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00