florian
|
e7fd71db36
+ write name of segment/group which is too large
|
8 years ago |
florian
|
c4fe4ab1f5
* correctly handle push <imm> on 80186+
|
8 years ago |
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
|
8 years ago |
florian
|
668b198d7c
* fix for issue #29936: check if the internal needed types are available
|
8 years ago |
Jonas Maebe
|
9cd707a27a
* give an error if -Pxxx is specified to the compiler binary and xxx is not
|
8 years ago |
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
|
8 years ago |
florian
|
466d26b5ef
* copyright notice updated to 2017
|
8 years ago |
svenbarth
|
88a0d8bc25
* use "CheckPointer option" instead of "CheckPointer function" for consistency with the other CheckPointer related message
|
8 years ago |
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.
|
8 years ago |
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
|
8 years ago |
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.
|
8 years ago |
svenbarth
|
4e5ed5b0e2
Fix for Mantis #30729: don't allow other names for class constructors or destructors than Create and Destroy respectively.
|
8 years ago |
pierre
|
5ff557fd99
* msg/errore.msg: Add new message saying that -gc and -Ur options are incompatible
|
9 years ago |
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.
|
9 years ago |
pierre
|
270d5bedec
Add missing -Tlinux help line for mipsel compiler
|
9 years ago |
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
|
9 years ago |
pierre
|
e6871efbf6
Add aarch64 to -P<x> CPU list
|
9 years ago |
svenbarth
|
0387a77e4a
+ new text for the PPL filename of a package
|
9 years ago |
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
|
9 years ago |
svenbarth
|
88108bc4df
Extend "compilerproc" with the optional ability to specify an index (same syntax as for "internproc") which allows to map the routine to a syssym.
|
9 years ago |
svenbarth
|
cde95b0e4a
Merge all message related changes from the package branch
|
9 years ago |
florian
|
f01edc0a57
* copyright message updated to 2016
|
9 years ago |
florian
|
cb4773432b
+ hardfloat directive (arm only): use hard float calling conventions regardless of the abi, resolves #29715
|
9 years ago |
nickysn
|
06b9789928
+ implemented a new {$ASMCPU XXX} directive, allowing to specify a different
|
9 years ago |
Tomas Hajny
|
6a8caf84b2
* -Mdelphiunicode added to the help pages
|
9 years ago |
florian
|
aa0ec8c0e5
+ show -Mextendedpascal in the help page
|
9 years ago |
florian
|
368d77dfae
+ show -Miso in the help page
|
9 years ago |
svenbarth
|
e9d8fadb58
Merged revision(s) 28237 from branches/svenbarth/packages:
|
9 years ago |
nickysn
|
a508f9e5d3
+ added check if the selected cpu is 386+ when writing a 66h or 67h prefix in
|
9 years ago |
nickysn
|
114c76bc4a
+ added i8086 to the list of supported cpus in the compiler usage help screen
|
9 years ago |