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
|
před 8 roky |
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.
|
před 9 roky |
svenbarth
|
4e5ed5b0e2
Fix for Mantis #30729: don't allow other names for class constructors or destructors than Create and Destroy respectively.
|
před 9 roky |
pierre
|
5ff557fd99
* msg/errore.msg: Add new message saying that -gc and -Ur options are incompatible
|
před 9 roky |
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.
|
před 9 roky |
pierre
|
270d5bedec
Add missing -Tlinux help line for mipsel compiler
|
před 9 roky |
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
|
před 9 roky |
pierre
|
e6871efbf6
Add aarch64 to -P<x> CPU list
|
před 9 roky |
svenbarth
|
0387a77e4a
+ new text for the PPL filename of a package
|
před 9 roky |
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
|
před 9 roky |
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.
|
před 9 roky |
svenbarth
|
cde95b0e4a
Merge all message related changes from the package branch
|
před 9 roky |
florian
|
f01edc0a57
* copyright message updated to 2016
|
před 9 roky |
florian
|
cb4773432b
+ hardfloat directive (arm only): use hard float calling conventions regardless of the abi, resolves #29715
|
před 9 roky |
nickysn
|
06b9789928
+ implemented a new {$ASMCPU XXX} directive, allowing to specify a different
|
před 9 roky |
Tomas Hajny
|
6a8caf84b2
* -Mdelphiunicode added to the help pages
|
před 9 roky |
florian
|
aa0ec8c0e5
+ show -Mextendedpascal in the help page
|
před 9 roky |
florian
|
368d77dfae
+ show -Miso in the help page
|
před 9 roky |
svenbarth
|
e9d8fadb58
Merged revision(s) 28237 from branches/svenbarth/packages:
|
před 9 roky |
nickysn
|
a508f9e5d3
+ added check if the selected cpu is 386+ when writing a 66h or 67h prefix in
|
před 9 roky |
nickysn
|
114c76bc4a
+ added i8086 to the list of supported cpus in the compiler usage help screen
|
před 9 roky |
florian
|
37cb35d780
+ support for the .code directive in arm inline assembler
|
před 9 roky |
Károly Balogh
|
3675fc75cb
VLink Support:
|
před 9 roky |
svenbarth
|
dabde774c4
Fix for Mantis #29005.
|
před 9 roky |
nickysn
|
a553b15a1c
+ handle properly inline asm segment constants different than word:
|
před 9 roky |
nickysn
|
995ca4fb12
+ implemented the 'SEG @DATA' inline assembler directive for i8086
|
před 9 roky |
nickysn
|
7d41d19150
+ added an error message when trying to compile a tiny model DOS .COM file with
|
před 9 roky |
pierre
|
5c5c28ab9b
Add new general_e_exception_raised Error
|
před 10 roky |
svenbarth
|
79f19f79f2
msg/errore.msg:
|
před 10 roky |
Jonas Maebe
|
4564bffb85
* use binutils 2.19+ linker script "augmentation" functionality to specify
|
před 10 roky |