nickysn
|
1ee36b5b9b
+ added error message in the intel assembler reader, when an attempt is made to
|
hace 8 años |
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)
|
hace 8 años |
svenbarth
|
9619576515
+ add support for $SetPE{OS,SubSys,User}Version directives; Delphi compatible; Note: $SetPEUserVersion takes precedence to $Version
|
hace 8 años |
pierre
|
91fa2999ee
Add aarch64 and sparc64 linux targets to help output
|
hace 8 años |
Károly Balogh
|
2126f008f9
m68k: added NetBSD and MacOS to the compiler help output as targets
|
hace 8 años |
pierre
|
edfcb6558b
-Tandroid is for mipsel not mipseb
|
hace 8 años |
pierre
|
8fba611697
Remove obsolete -Tsunos help line, it is not accpeted by the compiler anymore
|
hace 8 años |
nickysn
|
c0413a9179
+ added codepage info (not used by the compiler yet) to the compiler .msg files
|
hace 8 años |
pierre
|
22021dd0b8
Add help for second argument to -Ch option, -Chx,y y is max heap size
|
hace 8 años |
pierre
|
b7fab7d39c
Add -Wh command line option to enable HugeCode (equivalent of $F+)
|
hace 8 años |
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
|
hace 8 años |
florian
|
e7fd71db36
+ write name of segment/group which is too large
|
hace 8 años |
florian
|
c4fe4ab1f5
* correctly handle push <imm> on 80186+
|
hace 8 años |
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
|
hace 8 años |
florian
|
668b198d7c
* fix for issue #29936: check if the internal needed types are available
|
hace 8 años |
Jonas Maebe
|
9cd707a27a
* give an error if -Pxxx is specified to the compiler binary and xxx is not
|
hace 8 años |
florian
|
29a2c433f7
* -Sr option for iso mode: in case no command line parameter is passed, the file name for program parameters is derived from their variable name
|
hace 8 años |
florian
|
466d26b5ef
* copyright notice updated to 2017
|
hace 8 años |
svenbarth
|
88a0d8bc25
* use "CheckPointer option" instead of "CheckPointer function" for consistency with the other CheckPointer related message
|
hace 8 años |
svenbarth
|
d499163ef5
* provisional fix for Mantis #31076: fail gracefully instead of with an internal error if a generic method is declared inside a generic class or record. This will change once we support nested generics however.
|
hace 8 años |
Károly Balogh
|
64650261d1
m68k: refactor of the reglist and the regpair support in the assembler reader. also added support for float register lists for FMOVEM
|
hace 9 años |
svenbarth
|
254be82c43
* revert r34712: the behavior with the class constructors is indeed Delphi compatible. However only one class constructor/destructor per class is allowed no matter how it's named.
|
hace 9 años |
svenbarth
|
4e5ed5b0e2
Fix for Mantis #30729: don't allow other names for class constructors or destructors than Create and Destroy respectively.
|
hace 9 años |
pierre
|
5ff557fd99
* msg/errore.msg: Add new message saying that -gc and -Ur options are incompatible
|
hace 9 años |
yury
|
db590da1e6
* Added a new debug option switch -godwarfcpp - Simulate C++ debug information in DWARF. It is more correct way to workaround LLDB issues than in r34558. This option can be used for debuggers, which does not support Pascal correctly.
|
hace 9 años |
pierre
|
270d5bedec
Add missing -Tlinux help line for mipsel compiler
|
hace 9 años |
Károly Balogh
|
464ecab542
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
|
hace 9 años |
pierre
|
e6871efbf6
Add aarch64 to -P<x> CPU list
|
hace 9 años |
svenbarth
|
0387a77e4a
+ new text for the PPL filename of a package
|
hace 9 años |
Károly Balogh
|
b0ca7e9594
show AT&T and Intel style assembler switches in i8086 and x86_64 help text. also fix Motorola name initials at several places for 68k
|
hace 9 años |