florian
|
60623f39a1
+ - can be used to remove options from a cpu capability switch
|
3 lat temu |
ccrause
|
ab00794343
Keep esp32 and esp8266 version specific tweaks separate.
|
3 lat temu |
florian
|
802f24dfbd
* force result to be set
|
3 lat temu |
ccrause
|
5289aab4f2
Add -WP option so that IDF version can be passed in - stored in globals.idf_version. The version is checked in t_freertos.pas and for esp-idf version 4.3.x an extra link file is added, also running ldgen.py is skipped as that seems unused.
|
3 lat temu |
florian
|
67f3a7502d
+ Aaarch64: support adr instructions with local labels in the assembler reader
|
3 lat temu |
florian
|
c917639b91
* cosmetics
|
3 lat temu |
florian
|
c1d43df4a1
+ be able to add single cpu capabilites by the command line
|
3 lat temu |
florian
|
ff3acfb8cd
* cleanup of 2.7.0 defines
|
3 lat temu |
Nikolay Nikolov
|
5124ab2521
* cloned the WebAssembly native exceptions code generation and rtl support into
|
3 lat temu |
Nikolay Nikolov
|
bdbdf26168
+ added validation to ensure no more than one WebAssembly exception support
|
3 lat temu |
florian
|
9305bff861
* generate a def. file only if really necessary
|
4 lat temu |
ccrause
|
e310be017e
+ Add support for -Adefault.
|
4 lat temu |
florian
|
2c418b988c
* use smaller alignment when generating thumb code
|
4 lat temu |
florian
|
c02b43fb93
* change fma cpu flag into an fpu flag
|
4 lat temu |
Károly Balogh
|
c9b90ccde0
m68k: sinclair ql now requires vlink 0.16h or newer.
|
4 lat temu |
Károly Balogh
|
f718567c95
sinclairql: support the upcoming QL binary linking feature of vlink (still in development). it's behind an undocumented -WL switch now. also, reduce the amount of used dataspace by the size of the relocation table in the current linking mode
|
4 lat temu |
pierre
|
70760208bb
Add systems_openbsd to suppported_targets_x_smallr and modify GenerateExecutable in t_bsd unit accordingly
|
4 lat temu |
Károly Balogh
|
6ec6d2043b
sinclairql: enable commandargs and exitcode features
|
4 lat temu |
Jonas Maebe
|
1b34fe90a3
* don't override specified assembler on the command line when leaving
|
4 lat temu |
florian
|
f879d76491
* forgotten " added
|
4 lat temu |
florian
|
9e7d80a8bd
* Aarch64: the M1 is an ARM v8.4-a CPU
|
4 lat temu |
florian
|
3999d037e3
+ write controller unit wiht -ix as well
|
4 lat temu |
nickysn
|
e42330a7ad
* synchronized with trunk
|
4 lat temu |
florian
|
8fa04a0cee
* finished -ix output
|
4 lat temu |
nickysn
|
f8052134e3
* synchronized with trunk
|
4 lat temu |
florian
|
b0772ae749
+ initial (and so far experimental) implementation of -ix to output -i in xml format for further automated processing
|
4 lat temu |
nickysn
|
d7df2d45c6
* synchronized with trunk
|
4 lat temu |
florian
|
a4b35d16f2
+ throw an error if hardware floating point operations are used in thumb(-1) mode, this is not supported
|
4 lat temu |
florian
|
50bc387688
* handle -Ca (as proposed by Michael Ring) and -Cf in the first option pass as well
|
4 lat temu |
nickysn
|
64bb0359d2
* synchronized with trunk
|
4 lat temu |