Jonas Maebe
|
4ec9ec2009
+ PIC support for Darwin/ARM:
|
12 vuotta sitten |
sergei
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 vuotta sitten |
marco
|
09e742f243
* add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044
|
12 vuotta sitten |
florian
|
0e41df598e
* merge i8086 branch by Nikolay Nikolov
|
12 vuotta sitten |
marco
|
e6dc52bac8
* enable sections smartlinking for *BSD, seems to work nowadays.
|
12 vuotta sitten |
nickysn
|
3a4135c07b
ifdef cpu86 replaced with ifdef cpui386
|
12 vuotta sitten |
Jonas Maebe
|
bd31004fdb
+ describe for each supported target the default guaranteed stack alignment
|
13 vuotta sitten |
pierre
|
f0afaef920
Use linux/i386 aligmnents for NetBSD/OpenBSD i386
|
13 vuotta sitten |
pierre
|
34a4ee46ff
Use elf32 binary writer for i386 netbsd target
|
13 vuotta sitten |
pierre
|
d5dd980efe
+ Add system_x86_64_ntbsd_info record
|
13 vuotta sitten |
pierre
|
7dfbc38c68
Mark x86_64 openbsd system as under development
|
13 vuotta sitten |
pierre
|
7e71e1d3a0
+ Add system_x86_64_openbsd_info record
|
13 vuotta sitten |
Jonas Maebe
|
86265534d0
* fixed misplaced endif that caused the default target not be set when
|
13 vuotta sitten |
pierre
|
5b71a7597a
i386 NetBSD uses GOT for position independent code
|
13 vuotta sitten |
pierre
|
0f1a4f94af
Modern i386 NetBSD has no underscore prefix, but since when?
|
13 vuotta sitten |
pierre
|
98c7a5e4b0
* Enable internal elf writer for freebsd x86_64 target
|
13 vuotta sitten |
pierre
|
4601bca836
* i386 OpenBSD target also uses GOT for pic code
|
13 vuotta sitten |
pierre
|
94eea3eca7
* Fix source info for openbsd
|
14 vuotta sitten |
pierre
|
4a8b37016a
i386-OpenBSD 4.9 has no underscore prefix
|
14 vuotta sitten |
Jonas Maebe
|
ec8c7b4888
+ when compiling for Darwin/ARM, pass the subarchitecture to the linker.
|
14 vuotta sitten |
Jonas Maebe
|
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
|
15 vuotta sitten |
Jonas Maebe
|
48d7c69aab
* set maxCrecordalign to 16 for all x86_64 platforms that follow the
|
15 vuotta sitten |
Jonas Maebe
|
b6e4896805
* small typo corrections by Adriaan Van Os (mantis #15652)
|
15 vuotta sitten |
Jonas Maebe
|
b4058a57ad
* maxcrecordalign for darwin/ppc64 is 4 instead of 8 (at least for the types
|
15 vuotta sitten |
Jonas Maebe
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
15 vuotta sitten |
Jonas Maebe
|
877c024d4e
* added tf_requires_proper_alignment for Darwin/ARM, fixes webtbs/tw7391.pp
|
15 vuotta sitten |
Tomas Hajny
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 vuotta sitten |
florian
|
24fe46b3a3
+ missing includes of fpcdefs.inc added
|
17 vuotta sitten |
Jonas Maebe
|
253ae0c33e
* changed abi for darwin/arm from eabi to default, as it appears to be
|
17 vuotta sitten |
Jonas Maebe
|
d4c2f52090
* disabled pic default for arm/darwin (pic isn't supported yet for arm)
|
17 vuotta sitten |