.. |
i_aix.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_amiga.pas
|
0591caf022
have an explicit define for OS4, so we can easily identify it in shared sources among Amiga-like systems, independent from the CPU define
|
11 yıl önce |
i_android.pas
|
bb269e53ac
* mipsel-android: Don't export local symbols from executable.
|
11 yıl önce |
i_aros.pas
|
1410838aa7
AROS: and also add the system info/target units which were forgotten in the previous commit
|
11 yıl önce |
i_atari.pas
|
304d7ef7a1
* restores atari support/rtl partially
|
12 yıl önce |
i_beos.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_bsd.pas
|
4ec9ec2009
+ PIC support for Darwin/ARM:
|
12 yıl önce |
i_embed.pas
|
b2b26f84cf
* partially merged the mips-embedded branch of Michael Ring:
|
11 yıl önce |
i_emx.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_gba.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_go32v2.pas
|
179390d63d
Use script gnu ar for go32v2 target
|
11 yıl önce |
i_haiku.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_jvm.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_linux.pas
|
b9763d270a
+ Enabled section smartlinking for m68k-linux.
|
11 yıl önce |
i_macos.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_morph.pas
|
34702dbfc5
fixed staticlibprefix for Amiga and MorphOS
|
12 yıl önce |
i_msdos.pas
|
a52d8abe38
* changed the default stack size in the i8086 far data memory models to 16 KB
|
11 yıl önce |
i_nativent.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_nds.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_nwl.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_nwm.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_os2.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_palmos.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_sunos.pas
|
7b359d06c4
Use GNU ar also for x86_64 solaris
|
11 yıl önce |
i_symbian.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_watcom.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_wdosx.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_wii.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
i_win.pas
|
2c5a0ffc89
* make windres the default resource compiler on x86_64-win64
|
11 yıl önce |
mac_crea.txt
|
3b1ecd4f47
+ Added this confirmation from Apple Computer about our ownership of the MacOS creator code 'FPas'
|
21 yıl önce |
t_aix.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_amiga.pas
|
392da9e43f
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
11 yıl önce |
t_android.pas
|
e0c8a4701e
* Fixed compilation for mips-linux.
|
11 yıl önce |
t_aros.pas
|
07ad2a04ac
* fix warnings when compiling the compiler with DFA optimizer enabled on i386
|
11 yıl önce |
t_atari.pas
|
790a4fe2d3
* log and id tags removed
|
20 yıl önce |
t_beos.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_bsd.pas
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
12 yıl önce |
t_embed.pas
|
057660d636
Replaced controller specific unit files with new automatically created version plus fixed wrong addressing of devcfg memory in linkerscript
|
11 yıl önce |
t_emx.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_gba.pas
|
09608a1c28
* fix warnings when compiling the compiler with DFA optimizer enabled on ARM
|
11 yıl önce |
t_go32v2.pas
|
62b3375033
Use slash instead of backslash inside linker script to allow use of cross-linker
|
11 yıl önce |
t_haiku.pas
|
2c664ac6ae
* fix compatibility with new Package Management system under Haiku
|
12 yıl önce |
t_jvm.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_linux.pas
|
15ff2c1236
* m68k: Fixed name of ELF interpreter, and updated cprt0.as to somewhat working state. Now a "hello world" program using libc can be linked and launched, but anything more complex needs another round of fixing the parameter passing code, in order to get the stack properly balanced.
|
11 yıl önce |
t_macos.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_morph.pas
|
6122db7d40
* fix warnings when compiling the compiler with DFA optimizer enabled on PowerPC
|
11 yıl önce |
t_msdos.pas
|
9f31fcc2ca
+ added support for HeapMax in the far data i8086 memory models as well
|
11 yıl önce |
t_nativent.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_nds.pas
|
09608a1c28
* fix warnings when compiling the compiler with DFA optimizer enabled on ARM
|
11 yıl önce |
t_nwl.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_nwm.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_os2.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_palmos.pas
|
0841ee6e4f
* GNU ld only supports double quotes in its response file -> requote there
|
13 yıl önce |
t_sunos.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_symbian.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_watcom.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_wdosx.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_wii.pas
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 yıl önce |
t_win.pas
|
2c5a0ffc89
* make windres the default resource compiler on x86_64-win64
|
11 yıl önce |