florian
|
b41989adfa
* offset of vstr/vld is limited to +/- 1020, take care of this during spilling
|
8 years ago |
joost
|
f0ebae94a7
* Changed CheckFPMakeDependencies from global function to method
|
8 years ago |
svenbarth
|
7af52f81a7
* initialize boheader to avoid a warning
|
8 years ago |
michael
|
53cccb6981
* Fix bug introduced by caret handling
|
8 years ago |
svenbarth
|
669be1e4c2
* don't directly use sym.value as that is not necessarily initialized anymore
|
8 years ago |
svenbarth
|
7e85e27865
* fix ncgrtti correctly (for once that warning was indeed useful :P )
|
8 years ago |
florian
|
4b63da81aa
* initialize para to avoid warning
|
8 years ago |
florian
|
8ba0abf0d7
* avoid warning about OutName not being initialized
|
8 years ago |
florian
|
23a02c9063
* fix arm compiler building
|
8 years ago |
michael
|
eaa02f2f88
* Basic RTL for pas2js generated programs
|
8 years ago |
michael
|
393b4caba2
* Patch from Mattias Gaertner:
|
8 years ago |
svenbarth
|
a9888eba70
* also generate Big Obj COFF files with the GNU utilities (needs 2.25 or newer), at least as long as the new option -a5 isn't given, which disables this
|
8 years ago |
svenbarth
|
76445fd4b7
+ add ability to generate Big Obj COFF files if required due to the section count being higher than $7fff
|
8 years ago |
svenbarth
|
95bea696ca
+ add ability to read Big Obj COFF files as generated by MSVC with /bigobj and GNU AS with -mbig-obj (starting from version 2.25); this format allows 2^31 sections per COFF file instead of 2^16, thus solving the problem of compiling packages\odata\src\sharepoint.pp
|
8 years ago |
joost
|
addb92e62b
* Replaced global variable for field
|
8 years ago |
svenbarth
|
11493de99b
+ add test from Mantis #31305 for completeness sake
|
8 years ago |
svenbarth
|
c1390b3442
* fix for Mantis #31249: applied (adjusted) patch provided by Maciej Izak
|
8 years ago |
Károly Balogh
|
a34b6c7c53
m68k: atari also uses syscalls, so update the comment for that too
|
8 years ago |
svenbarth
|
d149f260fc
- remove no longer needed gen_fpc_dummy()
|
8 years ago |
svenbarth
|
cc42bb8a7a
* generate the package stub for all Windows and NativeNT targets
|
8 years ago |
svenbarth
|
48bddbbc43
* use new potype_pkgstub instead of gen_fpc_dummy() as the former works on all platforms that needs it
|
8 years ago |
svenbarth
|
1a6a8b7c9f
+ introduce a new potype for the main stub of a package library (which on Windows is simply a DLLMain returning True)
|
8 years ago |
svenbarth
|
1c98a48c47
* mark __FPC_specific_handler as an external symbol
|
8 years ago |
svenbarth
|
cfa5b9d809
- the external declaration of PascalMain is no longer needed for Win64 on 3.1.1+
|
8 years ago |
svenbarth
|
69fa837266
* NASM supports DQ already since version 2.00 (from 10 years ago) and it's already in the ait_const2str array, so use it! (doesn't mean that it works on Win64 however...)
|
8 years ago |
svenbarth
|
f517311227
* ensure that the indirect symbols for VMT, RTTI and IID reside in the same sections as the symbols they point to -> reduces the amount of sections for them by half
|
8 years ago |
svenbarth
|
c1db48c8c6
* add ability to disable the generation of an indirect symbol if needed (useful if that's done by the constant builder)
|
8 years ago |
svenbarth
|
822d96776b
* extend tai_typedconstbuilder with the ability to add an indirect symbol to the same section as the one that's generated for the constant data (at least if it's also rodata)
|
8 years ago |
svenbarth
|
b813fc641f
* put data that's used by the VMT into the same section (that also means changing some sections from rodata_norel to rodata); this way the amount of sections per class is reduced (e.g. two for classes that inherited from a class with interfaces)
|
8 years ago |
svenbarth
|
deb86a9e70
* Windows and GNU AS both correctly handle read only sections with relocations, so make use of that
|
8 years ago |