Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  nickysn 45337b67fe + when using the i8086 with section based smartlinking, create OMF section hace 7 años
  nickysn f07658d3dc * get rid of TOmfRelocation.GetGroupIndex; instead, read the index property of hace 7 años
  nickysn c8fc7c84c8 * avoid adding a section to a group twice in TOmfObjData.createsection hace 7 años
  nickysn 8a34bd22b8 * pass a TObjSectionGroup object as parameter to TOmfObjOutput.AddGroup, instead hace 7 años
  nickysn d3db9e101a * don't check for the presence of the group in TOmfObjOutput.AddSegmentToGroup, hace 7 años
  nickysn 9a0eca52cb * changed the type of TOmfObjSection.PrimaryGroup from string to hace 7 años
  nickysn 42f06acaeb + also create the primary section group and add the newly created section to it hace 7 años
  nickysn f4e26f382f + added an 'index' field to TObjSectionGroup, specifying the index of the group hace 7 años
  nickysn ab47c8b899 + introduce the omf_section_primary_group function. Use it instead of hace 7 años
  nickysn 5eb69edf9e + support segments (sections) with a primary group, other than 'DGROUP' in the hace 7 años
  nickysn 7fcec8460f + parse OMF COMENT records when reading object files and produce error messages hace 7 años
  nickysn 3aff9d6735 * set MemPos to 0 for each debug .MZ section. This fixes all references within hace 7 años
  nickysn 84b5265312 + append a TIS trailer after the debug ELF (this helps the watcom debugger find hace 7 años