nickysn
|
f08e98bfd0
+ partial implementation of DoRelocationFixups for the i8086-msdos internal linker
|
10 年 前 |
nickysn
|
78cbb1ba2b
+ implemented writing .com files in the i8086-msdos internal linker
|
10 年 前 |
nickysn
|
fa9a1f706b
+ i8086-msdos internal linker: calculate the final segments and groups locations
|
10 年 前 |
Jonas Maebe
|
e015643f5e
* don't use cross-binutils prefix when targeting the JVM
|
10 年 前 |
nickysn
|
5dc42404cf
* capitalize omf segment class names, as that's how other 16-bit compilers write them
|
10 年 前 |
nickysn
|
1643c5f073
* also capitalize 'DGROUP' in the msdos startup code as well after r31369
|
10 年 前 |
nickysn
|
e09ab50724
* capitalize the group name 'DGROUP' in the generated omf object files, because
|
10 年 前 |
Jonas Maebe
|
db4119ee08
* fix test on non-Windows systems (patch by Olivier Coursière, mantis#28556)
|
10 年 前 |
michael
|
cb05e1dbf4
* Fix working of fpdocclasstree in case of multiple files
|
10 年 前 |
michael
|
5227a35d05
* Fix hints and warnings
|
10 年 前 |
michael
|
5e7f08a69c
* Fix memory leaks
|
10 年 前 |
marco
|
f671c270b1
* new file belonging to previous commit
|
10 年 前 |
nickysn
|
70677e3e44
+ added a descendant class for omf section groups, which adds base address, size
|
10 年 前 |
marco
|
f59b88f6f8
* Add support for libraries with C linking under Haiku
|
10 年 前 |
marco
|
70df08d5be
* patch from #28557 by Oliver, correct libroot for Haiku
|
10 年 前 |
nickysn
|
b74a104e48
* instantiate TObjSectionGroup through a class type, to allow using a child
|
10 年 前 |
nickysn
|
9aeb94676c
+ added virtual method to tobjsection for returning a string representation of
|
10 年 前 |
marco
|
dbd3b0284d
* system.fpd had no eol etc properties set.
|
10 年 前 |
nickysn
|
a762532ae1
* changed the MemPos field in TObjSection and TExeSection from aword to qword:
|
10 年 前 |
michael
|
82a825af26
* Correct for different meaning of TZOffset
|
10 年 前 |
nickysn
|
157345c9c2
+ obtain and return the internal module name in brackets in the internal omf
|
10 年 前 |
nickysn
|
808b5dfb78
* allow gaps between LEDATA records, as nasm seems to produce them. They're
|
10 年 前 |
nickysn
|
536346a441
* use 'dw' instead of 'dd' to reference the stack, in order to prevent nasm from
|
10 年 前 |
nickysn
|
1b9eeee25d
+ order omf sections first by classname, then by name
|
10 年 前 |
nickysn
|
eed7e3aa6b
+ implemented GetCode/Data/BssSize in the i8086-msdos internal linker
|
10 年 前 |
nickysn
|
7d586df038
* override DoRelocationFixup in TMZExeOutput - doing nothing for now, but
|
10 年 前 |
marco
|
e7a61ff2d4
* fix overloaded scandatetime command, patch by kibook from mantis #28552
|
10 年 前 |
nickysn
|
0fb92b803b
* set the MZ exe section limit to 640k
|
10 年 前 |
nickysn
|
07fff73527
* fixed the "Incompatible section options" error when using the omf internal linker to produce msdos executables
|
10 年 前 |
nickysn
|
a4c188ff01
+ partial implementation of omf fixup reading
|
10 年 前 |