Jonas Maebe
|
0d74e4f719
* changed paratargetdbg from a global variable into a field of toption
|
10 years ago |
nickysn
|
7f9fa145e8
+ added error message in case the HUGEPOINTERNORMALIZATION directive is used
|
11 years ago |
nickysn
|
63305cc2e6
+ added directive {$HUGEPOINTERARITHMETICNORMALIZATION} to control the
|
11 years ago |
nickysn
|
a3b48b79cb
- rm the scan_w_hugepointernormalization_not_support message, replaced with
|
11 years ago |
nickysn
|
aee568e6fc
* cs_hugeptr_normalization renamed to cs_hugeptr_arithmetic_normalization,
|
11 years ago |
svenbarth
|
30be5d8d33
As discussed on core enable the abstract class construction warning by default and also make it controllable with {$warn constructing_abstract ...}.
|
11 years ago |
nickysn
|
b3bb9df19f
+ added a $HUGEPOINTERNORMALIZATION switch
|
11 years ago |
nickysn
|
0d4edf118e
+ added upper limits to the heapmin and heapmax values set by the $M directive
|
11 years ago |
nickysn
|
db011dfb7a
+ added a warning if HeapMax<HeapMin is specified with the $M directive
|
11 years ago |
nickysn
|
1910177cf0
+ added heapmax support to the $M directive on i8086-msdos. It is currently
|
11 years ago |
nickysn
|
0f5b13d45b
* allow setting a heap size of exactly 1024 bytes with the $M directive, since
|
11 years ago |
nickysn
|
82eb84ddff
+ added warning in case of an $M directive with an invalid stack size specified
|
11 years ago |
nickysn
|
c868a5e0ea
* check whether the stack size specified in the $M directive exceeds the maximum
|
11 years ago |
nickysn
|
597f110eb9
+ added support for units with code larger than 64kb in the far code i8086
|
11 years ago |
nickysn
|
fc6eac6a98
+ added $F directive handling, sets cs_force_far_calls (not implemented yet)
|
11 years ago |
pierre
|
ca156aa64a
Force external linker for nasm smartlinking
|
11 years ago |
Jonas Maebe
|
9420a5d7a7
* also check for targets not supporting -gc/checkpointer functionality in
|
11 years ago |
paul
|
93883d1264
compiler: load binary unicode mappings in cpavailable() call instead of separate loadbinarycp() call
|
11 years ago |
paul
|
52d1cbc544
compiler:
|
11 years ago |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
11 years ago |
nickysn
|
93a706f1a0
+ allow smartlinking and dwarf debug info at the same time for i8086-msdos
|
11 years ago |
nickysn
|
9d1ba65cec
* {$PackRecords NORMAL}, {$PackRecords DEFAULT} and {$ALIGN RESET} now set
|
11 years ago |
nickysn
|
119cf760eb
* UpdateTargetSwitchStr moved to a new unit dirparse.pas. This avoids the dependence of unit scandir on unit options
|
11 years ago |
nickysn
|
989c543ea2
* UpdateTargetSwitchStr moved from unit globals to unit options in order to
|
12 years ago |
nickysn
|
2afea8fc19
+ allow {$apptype com} and {$apptype exe} to set the msdos binary format
|
12 years ago |
svenbarth
|
2e186a91fa
Add support for integer constants to SetPEFlags and SetPEOptFlags. This is Delphi compatible.
|
12 years ago |
florian
|
fdde11fcc8
- -CPPAKCSET=NORMAL and CPPAKCSET=DEFAULT should set setalloc to 0 as $PACKSET=... with the same parameters does
|
12 years ago |
paul
|
2a3618fb6c
compiler: set apptype using new SetAppType routine, add 'CONSOLE' define for console apptype.
|
12 years ago |
Jonas Maebe
|
a51e64bd4d
+ {$targetswitch xxx} directive that enables changing target switches
|
12 years ago |
florian
|
db68214e88
+ support setpeoptflags directive, resolves #23447
|
12 years ago |