nickysn
|
602dd31a45
+ added a warning for using cs/ds/es/ss segment overrides in inline assembly on
|
7 years ago |
pierre
|
46d83d296b
Add more missing -T options
|
7 years ago |
pierre
|
ed15a50562
Add missing arm/i8086 targets
|
7 years ago |
pierre
|
5fe20f3f9d
Add an explicit comment inside help pages
|
7 years ago |
nickysn
|
45fdd7655d
+ support concatenation of references in x86 intel syntax inline asm:
|
7 years ago |
florian
|
62df4a4083
* patch by Christo Crause: more descriptive error message when BRxx destination out of reach
|
7 years ago |
florian
|
73aef1402b
+ compiler writes a hint if a subroutine marked as inline cannot be/is not inlined, resolves #31717
|
7 years ago |
florian
|
d031545f88
* warn if the first constant element of a range set expression is greater than the second one, resolves #31936
|
7 years ago |
marco
|
b1678f80c7
* some copyright updates, mantis #33208
|
7 years ago |
florian
|
5d17b335a6
* based on patch by Christo Crause: when setting the controller type, set also the sub architecture, resolves #33189
|
7 years ago |
pierre
|
c3ffd778c0
Add new message for seg(procvar) with is not usable for some i8086 memory models
|
7 years ago |
Jonas Maebe
|
1b66995754
* factored out check to determine whether a variable can be subscripted in
|
7 years ago |
florian
|
8eb885de91
* better error message if a unit is not found
|
7 years ago |
nickysn
|
ed4a5acb31
+ added -Twin16 (the 16-bit windows target) to the i8086 crosscompiler help screen
|
7 years ago |
florian
|
b41cb26727
+ write selected features in ppu of the system unit and load them further on
|
7 years ago |
nickysn
|
29558a74cd
+ support exporting labels from asm blocks in intel syntax asm blocks via the
|
7 years ago |
nickysn
|
e58bad8eef
+ check for the 'pop cs' instruction in the x86 inline assembler and print a
|
7 years ago |
nickysn
|
cece021bd1
+ check whether the address sizes match for x86 string instructions with two
|
7 years ago |
nickysn
|
a8232ac477
+ added warning if source or destination for x86 string instructions isn't
|
7 years ago |
nickysn
|
1ee36b5b9b
+ added error message in the intel assembler reader, when an attempt is made to
|
7 years ago |
svenbarth
|
fcc1ce7a08
* fix for Mantis #30344: applied patch by Mario Ray Mahardhika to add new command line option -Sj[-|+] to control writeable typed constants (with a small adjustment to the help text)
|
7 years ago |
svenbarth
|
9619576515
+ add support for $SetPE{OS,SubSys,User}Version directives; Delphi compatible; Note: $SetPEUserVersion takes precedence to $Version
|
7 years ago |
pierre
|
91fa2999ee
Add aarch64 and sparc64 linux targets to help output
|
8 years ago |
Károly Balogh
|
2126f008f9
m68k: added NetBSD and MacOS to the compiler help output as targets
|
8 years ago |
pierre
|
edfcb6558b
-Tandroid is for mipsel not mipseb
|
8 years ago |
pierre
|
8fba611697
Remove obsolete -Tsunos help line, it is not accpeted by the compiler anymore
|
8 years ago |
nickysn
|
c0413a9179
+ added codepage info (not used by the compiler yet) to the compiler .msg files
|
8 years ago |
pierre
|
22021dd0b8
Add help for second argument to -Ch option, -Chx,y y is max heap size
|
8 years ago |
pierre
|
b7fab7d39c
Add -Wh command line option to enable HugeCode (equivalent of $F+)
|
8 years ago |
svenbarth
|
e9c40f5b24
+ correctly handle COMDAT sections in COFF files (at least as long as the COMDAT selection isn't IMAGE_COMDAT_SELECT_ASSOCIATIVE or IMAGE_COMDAT_SELECT_EXACT_MATCH), fixes the .refptr problems mentioned in Mantis #30614
|
8 years ago |