nickysn
|
8515160e9d
+ set CObjData in the TMZExeOutput constructor
|
10 years ago |
nickysn
|
29a1c74e34
+ implemented TOmfObjInput.CanReadObjData
|
10 years ago |
nickysn
|
3b288554e7
+ more msdos internal linker classes added
|
10 years ago |
nickysn
|
ced1368221
* fixed emitting of RELOC_SEG and RELOC_SEGREL relocations within the same
|
10 years ago |
nickysn
|
328a4fa19a
+ optimization: don't emit relative relocation entries to the same section in
|
10 years ago |
nickysn
|
b17087a645
- removed debug writelns after r30800
|
10 years ago |
nickysn
|
f1252d7582
- removed unnecessary setting of TargetMethod and TargetDatum (since these are
|
10 years ago |
nickysn
|
0da38dbc79
+ implemented support for the 'dgroup' (addr_dgroup) relocation type in the omf
|
10 years ago |
nickysn
|
37840bc811
- removed commented out debug code from TOmfObjData.writeReloc
|
10 years ago |
nickysn
|
7923b6142e
+ finished the internal omf library writer (implementing writing of the library
|
10 years ago |
nickysn
|
a365da0b44
+ added class (empty for now) TOmfLibObjectWriter and hook it as an internal ar
|
10 years ago |
nickysn
|
778a678956
* use a 4 byte alignment for the dwarf debug sections on i8086 (not sure if
|
10 years ago |
nickysn
|
5a1ce6162b
* set the bss, rodata and rodata_norel section alignment to 2 bytes for the i8086-msdos target
|
10 years ago |
nickysn
|
ae04eb258b
* when splitting the section data in chunks, make sure fixups never cross chunk boundaries
|
10 years ago |
nickysn
|
7fca6dd6c1
* set the properties of the dwarf debug info sections in the omf obj writer
|
10 years ago |
nickysn
|
c407f61107
* generate the omf alignment based on the value of SecAlign, instead of
|
10 years ago |
nickysn
|
d7416afd88
* override sectiontype2align in the omf writer and set the same alignments as
|
10 years ago |
nickysn
|
a7e059c875
+ support segment relocations in the omf writer
|
10 years ago |
nickysn
|
03e8c3ae05
+ support RELOC_RELATIVE relocations in the omf object writer, by using omf's
|
10 years ago |
nickysn
|
3dd914a7b9
+ write the proper external symbol index in the omf FIXUPP records. WLink no
|
10 years ago |
nickysn
|
d8f04418be
+ write EXTDEF records in the omf output file
|
10 years ago |
nickysn
|
8a831f4c7f
* always clear segments and groups in the beginning of TOmfObjOutput.writeData, because the same objects is used for creating multiple object files
|
10 years ago |
nickysn
|
7ecb7f83e9
+ create omf fixups for external symbols (external symbol index not set yet)
|
10 years ago |
nickysn
|
e1ae2d9387
+ create a symbol relocation for external symbols in TOmfObjData.writeReloc
|
10 years ago |
nickysn
|
76da1db832
+ write all the public symbols in a PUBDEF record in the omf obj writer
|
10 years ago |
nickysn
|
35e008e44b
* TOmfRelocation modified to build the omf FIXUP subrecord later, during
|
10 years ago |
nickysn
|
9e701454c6
+ add group "dgroup", this time built from the ObjSectionList, instead of hardcoded
|
10 years ago |
nickysn
|
068e3d93c7
* fixed warnings during compilation of an i8086 cross compiler
|
10 years ago |
nickysn
|
13ed542f0c
+ also fill the "size" field in the SEGDEF records
|
10 years ago |
nickysn
|
a0aa85f372
+ also fill "overlay name" in the SEGDEF records
|
10 years ago |