svenbarth
|
1fb2d9540c
* allow ADD instructions with a page offset load with either a symbol or a base register
|
пре 5 година |
svenbarth
|
f150fc6b7c
* at least clang can savely generate relocatable readonly sections, so use "r" for aarch64-win64
|
пре 5 година |
svenbarth
|
329710f573
* use COFF sectionattrs for aarch64-win64 as well
|
пре 5 година |
svenbarth
|
3f40e00392
* the clang assembler for COFF requires at least an "r" to generate a readonly section
|
пре 5 година |
svenbarth
|
3f62c5f5ef
+ introduce a virtual method for writing the section flags
|
пре 5 година |
svenbarth
|
b5a4f8837c
* rename the local sectionflags and sectionprogbits variables to the more clear usesectionflags and usesectionprogbits
|
пре 5 година |
svenbarth
|
61358b1eaa
* it's rather useless that sectiontype2options is virtual as we can't use a class type, not to mention that the classes doing the overriding are for the internal assemblers/linkers, but we need it also for external
|
пре 5 година |
svenbarth
|
0cc592e9ee
- remove sectiontype2options overload for mach-O, because the relevant sections have the correct flags in the base method already
|
пре 5 година |
svenbarth
|
12ef066897
+ add functionality to store a node tree's required temp nodes and their flag upon entering the tree
|
пре 5 година |
svenbarth
|
41b1711589
* disable CPU and Signals units for Windows on AArch64 for now
|
пре 5 година |
svenbarth
|
1972b05cc8
* store and restore the 8087 control world only on x86 systems
|
пре 5 година |
svenbarth
|
c474b95dfc
* disable some x86_64 specific assembly routines
|
пре 5 година |
svenbarth
|
79a4409587
* enable AArch64 for Win64 in fpmkunit and fpcmake
|
пре 5 година |
svenbarth
|
613a6e796a
* Windows on AArch64 requires some DllCharacteristics in the header to be always set
|
пре 5 година |
svenbarth
|
40633835dc
* Windows on Aarch64 requires a relocation section
|
пре 5 година |
svenbarth
|
3b1d5794e9
* Windows on AArch64 does not support ProgBits either
|
пре 5 година |
svenbarth
|
a6f1c04f22
* Windows does not support a GOT, so rely on page relative addressing
|
пре 5 година |
svenbarth
|
dfde4def62
+ add a GAS compatible variant of the Clang assembler (currently used for Aarch64-Win64 as no GNU AS exists for that target, yet)
|
пре 5 година |
svenbarth
|
3af74d2fd2
+ implement initial compiler support for Win64 on Aarch64
|
пре 5 година |
svenbarth
|
5b941e3cea
+ implement relocations for Aarch64 for the internal COFF linker
|
пре 5 година |
svenbarth
|
3e29742fd9
* for PE+ specific checks use a constant in systems.pas instead of an explicit list (easier to extend this way)
|
пре 5 година |
Károly Balogh
|
6630f47ab4
m68k-amiga: implemented LockDosList, UnlockDosList, and NextDosEntry helpers for legacy support
|
пре 5 година |
florian
|
b4ff93c9fe
+ forgotten files added
|
пре 5 година |
svenbarth
|
068f0d2ec8
* fix for Mantis #36935: apply patch by J. Gareth Moreton to fix a typo in cs_opt_remove_empty_proc
|
пре 5 година |
svenbarth
|
752ff32333
* fix WinAPI directive: the purpose is to present the OS' default calling convention which for Windows means stdcall (at least on those platforms that support stdcall) on other platforms it is cdecl (for now)
|
пре 5 година |
pierre
|
cd6de6a4ca
Regenerate all Makefiles
|
пре 5 година |
pierre
|
3f9e6aa6b9
Add handling of sparc64-linux and pass -m32/-m64 to $CROSSGCC call
|
пре 5 година |
pierre
|
4d25558519
* Use off_t type for l_start and l_end fields instead of kernel_off_t
|
пре 5 година |
pierre
|
4888c379c4
Use same field type and name as in /ust/include/sys/stat.h
|
пре 5 година |
ondrej
|
d1acd07e07
fpImage: fix HtmlColorNameToFPColorMap (TFPColor components are Word not Byte)
|
пре 5 година |