Károly Balogh
|
ffa1b24f7e
sinclairql: map file generation support with vlink, inspired by a patch posted by Marcel Kilgus in qlforum.co.uk
|
4 years ago |
Károly Balogh
|
75eaca8ab4
sinclairql: QDOS interface wrapper function improvements, patch by Marcel Kilgus in qlforum.co.uk, merged with minor tweaks
|
4 years ago |
pierre
|
96f2e683e7
Also accept s80bit real constants when FPC_SOFT_FPUX80 macro is defined
|
4 years ago |
Károly Balogh
|
9cf99b818d
sinclairql: use .exe as extension for executables instead of .bin, patch by Marcel Kilgus at qlforum.co.uk
|
4 years ago |
pierre
|
40b7af1025
Use pascal code for LLVM fpc_sqr_real, because fmultp instruction is not accepted by llvm
|
4 years ago |
pierre
|
e4e1ea586c
Revert wrong change, llvm supports extended constants
|
4 years ago |
ondrej
|
de6f3ea9b5
* rename generic TStringBuilder to TGenericStringBuilder to make code tools happy
|
4 years ago |
pierre
|
233d883731
Correct computation of operatingsystem_parameter_envp, which wrongly pointed to the NIL pointer separating argv from environment variables
|
4 years ago |
pierre
|
6d900039c4
Fix LLVM compilation by casting untyped real constants to double type, as LLVM does not support extended type constant apparently
|
4 years ago |
pierre
|
e35e5ad349
Add missing CPULLVM versions for fpc_abs_real and fpc_sqr_real in x86_64/math.inc
|
4 years ago |
Károly Balogh
|
6b1c5861af
* remove obsolete comment from rautils/ConcatConstant, issue reported/initial patch by Marcel Kilgus in QLForum.co.uk
|
4 years ago |
Károly Balogh
|
7444733f5d
m68k: fix DB/DW/DD handling in inline assembler, update BuildConstant() method to current standards. issue reported/initial patch by Marcel Kilgus in QLForum.co.uk
|
4 years ago |
Tomas Hajny
|
7169b6d04c
* provided additional information in comments in the include file header
|
4 years ago |
Tomas Hajny
|
91da9eae17
+ TZ variable based offset calculation included for DOS targets
|
4 years ago |
nickysn
|
44b7a1df18
+ support reading .wav with an odd (uneven) fmt chunk size
|
4 years ago |
Tomas Hajny
|
49fc7dc4cb
* reverted a change not belonging to the previous commit
|
4 years ago |
Tomas Hajny
|
2774a0094c
* reverted a change not belonging to the previous commit
|
4 years ago |
Tomas Hajny
|
8038b711a5
+ provided sysbeep for DOS targets
|
4 years ago |
ondrej
|
63beb1e83a
* revert r47532, r47527 (use timezone information from fpgettimeofday) because they are not available on all Linux distributions
|
4 years ago |
michael
|
0323f0b07d
* Fix compilation after class tree changes
|
4 years ago |
michael
|
f1aca7f877
* Improved class tree building
|
4 years ago |
Károly Balogh
|
bf8a020316
go32v2: define __crt0_startup_flags as .comm rather than a global symbol. This allows linking against DJGPP libs and code which might also define this symbol. This change is also inline with recent crt0.S versions in DJGPP.
|
4 years ago |
Tomas Hajny
|
95394d7f98
+ added TZ variable based offset calculation
|
4 years ago |
florian
|
4c0dac4864
+ Aarch64: implemented FMovFMov2FMov, not yet used
|
4 years ago |
florian
|
ef1ba48cc4
+ Aarch64: call OptPass1FData for FMA instructions as well
|
4 years ago |
ondrej
|
28d88b9999
* GetLocalTimeOffset: use timezone information from fpgettimeofday
|
4 years ago |
florian
|
1014e53081
* patch by J. Gareth Moreton: fixes crash on ARM with -CriotR, resolves #38116
|
4 years ago |
florian
|
7ad8f94ec4
* set reasonable defaults for arm eabi
|
4 years ago |
Tomas Hajny
|
10911173df
* Correction of omissions in GetLocalTime
|
4 years ago |
Tomas Hajny
|
ba84c70356
* Corrections of omissions in GetLocalTime
|
4 years ago |