Jonas Maebe
|
991e1f49bd
* store a pointer to the used tasminfo record in every assembler writer, so
|
10 yıl önce |
Jonas Maebe
|
b3d0197f98
* factored out the output file handling (mostly writing data) from the
|
10 yıl önce |
nickysn
|
e323a08b20
+ also write the omf special segment attributes in the nasm writer for the win16 target
|
10 yıl önce |
nickysn
|
1835c075e6
+ added win16 to the nasm's supported targets
|
10 yıl önce |
nickysn
|
0fdc62e0f7
+ initialize DS with the current unit's data segment in the function entry code
|
10 yıl önce |
nickysn
|
2725b1160b
* name the 'FAR_DATA' class segments as module_name+'_DATA'
|
10 yıl önce |
nickysn
|
cfab5d3d3e
* the omfbase.omf_segclass const array converted to function in order to be able
|
10 yıl önce |
nickysn
|
cf144a7fb7
* use a dummy non-nil pointer in FSectionsUsed and FSectionsInDGROUP, because
|
10 yıl önce |
nickysn
|
3b36e3d0b5
* declare segments as use16 or use32 in the nasm asm writer
|
10 yıl önce |
nickysn
|
672ff1d863
* fixed memleak after r31487
|
10 yıl önce |
nickysn
|
314b5e5eac
* fixed class name in comment
|
10 yıl önce |
nickysn
|
92c831c3dd
* writing of omf section attributes in the NASM asm writer rewritten to use the
|
10 yıl önce |
nickysn
|
4061628ffb
* the i8086-msdos default code segment (in near code memory models) renamed
|
10 yıl önce |
nickysn
|
1a8e203bf5
* moved the omf section names constant to the omfbase unit and use it also in
|
10 yıl önce |
Jonas Maebe
|
0d74e4f719
* changed paratargetdbg from a global variable into a field of toption
|
10 yıl önce |
nickysn
|
5dc42404cf
* capitalize omf segment class names, as that's how other 16-bit compilers write them
|
10 yıl önce |
nickysn
|
e09ab50724
* capitalize the group name 'DGROUP' in the generated omf object files, because
|
10 yıl önce |
nickysn
|
778a678956
* use a 4 byte alignment for the dwarf debug sections on i8086 (not sure if
|
10 yıl önce |
nickysn
|
5a1ce6162b
* set the bss, rodata and rodata_norel section alignment to 2 bytes for the i8086-msdos target
|
10 yıl önce |
nickysn
|
a6e39edb8f
* moved the insertion of fwaits for 8087 from the nasm asm writer to ti8086procinfo.postprocess_code
|
10 yıl önce |
nickysn
|
6a7fff644a
* align non-code sections with zeros, instead of nops in the nasm asm output
|
10 yıl önce |
nickysn
|
877a769ac3
+ support align directive with a given use_op/fillop in the NASM asm writer
|
10 yıl önce |
Jeppe Johansen
|
e2272c8a7e
Added aitconst_gs for AVR pointer references to Flash.
|
10 yıl önce |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
10 yıl önce |
florian
|
7c1cf07484
+ support section smartlinking with nasm
|
10 yıl önce |
Károly Balogh
|
dd67fa8c5c
* fixed DFA warnings for i8086
|
11 yıl önce |
Jonas Maebe
|
7949bebb8d
* synchronised with r28168 of trunk
|
11 yıl önce |
Jonas Maebe
|
b0ff41406a
* grouped all tai_real* types into a single tai_realconst type,
|
11 yıl önce |
nickysn
|
36d6fb7868
* don't add the stack segment declaration at the beginning of each object file
|
11 yıl önce |
nickysn
|
ef88fec688
* nested ifdefs in TX86NasmAssembler.WriteHeader replaced with an 'if defined()'
|
11 yıl önce |