Historial de Commits

Autor SHA1 Mensaje Fecha
  nickysn b739d79f9b * combine the data, bss, stack and heap into the same NewExe segment hace 6 años
  nickysn 1258439767 + added an TNewExeSection.MemPosStr override that outputs a segment:offset string hace 6 años
  nickysn 8e436e6335 + add a segment number (MemBasePos) to TNewExeSection hace 6 años
  nickysn 30e7406be3 * override MemPos_Start for the NewExe exe output and perform the whole MemPos hace 6 años
  nickysn c32ddf42eb * create NewExe sections, corresponding to 64kb segments hace 6 años
  nickysn 5d01d53a96 * don't crash in TOmfObjSection.MemPosStr if MZExeUnifiedLogicalSegment isn't set hace 6 años
  nickysn 93a08aaebd + write the NewExe header in TNewExeOutput.writeData hace 6 años
  nickysn d10fb705e4 + added an TNewExeOutput.Order_ObjSectionList override and sort obj sections by hace 6 años
  nickysn 05c420fad5 + create a TNewExeSection class hace 6 años
  nickysn 83861799ae + also add and resolve import symbols coming from OMF object modules hace 6 años
  nickysn d77a8fb5f4 + call TOmfObjData.AddImportSymbol for every ImpDef record read from an object file hace 6 años
  nickysn fcb6072fae + added method TOmfObjData.AddImportSymbol, which adds symbols, imported from an hace 6 años
  nickysn d2371f4176 + added an ImportLibraryList property to TOmfObjData hace 6 años
  nickysn 2b6ee838f9 + implemented TNewExeOutput.GenerateLibraryImports, based on the ogcoff implementation hace 6 años
  nickysn 0a94f8fc08 + parse the IMPDEF record in TOmfObjInput.ReadImpDef hace 6 años
  nickysn eea3eb1a8e + introduced the TOmfRecord_COMENT_IMPDEF class. Use it to encode the IMPDEF hace 6 años
  nickysn 9fe80d7416 + use the new CC_OmfExtension_IMPDEF constant instead of the direct magic value hace 6 años
  nickysn 0db19546ef + dispatch the IMPDEF and EXPDEF records to the newly introduced ReadImpDef and hace 6 años
  nickysn d3c3f2742c + added class TNewExeOutput. Not functional yet. hace 6 años
  nickysn 7871ccd054 + initialize some defaults in the TNewExeHeader constructor hace 6 años
  nickysn 1474db42e4 + added class TNewExeHeader that encapsulates a NewExe header and allows writing it to a file hace 6 años
  nickysn 2487fa7605 + added set TNewExeSegmentFlags hace 6 años
  nickysn 465e8a99e0 + added type TNewExeAdditionalHeaderFlags hace 6 años
  nickysn ded3dec22a + added enum TNewExeTargetOS hace 6 años
  nickysn 4dbccce43c + added TNewExeHeaderFlags type, describing the flags in the header of win16 executables hace 6 años
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would hace 6 años
  pierre 22ea2bd624 Avoid warnings with -O4 option hace 6 años
  nickysn 635a6c7ef8 * fixed msdos .com file generation hace 6 años
  florian 6a2cb0bbbd * more compilation fixes hace 7 años
  nickysn f036e67d8f * fixed the reading of OMF groups by the internal linker. Previously, it only hace 7 años