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 |
florian
|
37cb35d780
+ support for the .code directive in arm inline assembler
|
9 years ago |
Károly Balogh
|
3675fc75cb
VLink Support:
|
9 years ago |
svenbarth
|
dabde774c4
Fix for Mantis #29005.
|
9 years ago |
nickysn
|
a553b15a1c
+ handle properly inline asm segment constants different than word:
|
9 years ago |
nickysn
|
995ca4fb12
+ implemented the 'SEG @DATA' inline assembler directive for i8086
|
9 years ago |
nickysn
|
7d41d19150
+ added an error message when trying to compile a tiny model DOS .COM file with
|
9 years ago |
pierre
|
5c5c28ab9b
Add new general_e_exception_raised Error
|
10 years ago |
svenbarth
|
79f19f79f2
msg/errore.msg:
|
10 years ago |
Jonas Maebe
|
4564bffb85
* use binutils 2.19+ linker script "augmentation" functionality to specify
|
10 years ago |
Jonas Maebe
|
e06a759e20
- reverted r31664, it causes crashes with some ld versions :/
|
10 years ago |
Jonas Maebe
|
cd41bf672c
* use binutils 2.19+ linker script "augmentation" functionality to specify
|
10 years ago |
nickysn
|
253793ab9d
+ added the 'farprocspushoddbp' target switch to the help screen
|
10 years ago |
nickysn
|
4c9b339c22
+ added the huge memory model option to the compiler help screen
|
10 years ago |
Jonas Maebe
|
e720b44471
* expand the error message for when trying to use a formal class with an
|
10 years ago |
nickysn
|
e9c790f4eb
+ support 'SEG' in the i8086 inline assembler
|
10 years ago |
nickysn
|
6e20e0fc84
+ added checks and error messages in case a 16-bit segment or group exceeds 64k
|
10 years ago |
florian
|
ee89e99189
* correctly write an error if one tries to implement a method introduced in a generic in a specialization of the generic, resolves issue #23169
|
10 years ago |
Jonas Maebe
|
e3ddf1c0b7
* fixed typos in error.msg (patch by Stéphane Aulery, mantis #27931)
|
10 years ago |
nickysn
|
bde7d0aacb
+ added "code segment too large" and "data segment too large" error messages
|
10 years ago |
Jonas Maebe
|
3684e7665d
* changed temporary type_e_anonymous_function_unsupported message into an
|
10 years ago |
michael
|
b2caba585d
* Patch from Stéphane Aulery to fix typos in compiler messages (bug ID 27857)
|
10 years ago |
nickysn
|
470fb65e80
+ implemented aasmcpu.process_ea for i8086
|
10 years ago |
florian
|
9ab9e03650
* limit number of possible units with initialization/finalization for a certain architecture to high(aint)
|
10 years ago |
florian
|
91db2a1698
+ report when compilation of a unit is stopped because it has been already compiled during the recursive search in uses clauses
|
10 years ago |