Commit Verlauf

Autor SHA1 Nachricht Datum
  nickysn 2725b1160b * name the 'FAR_DATA' class segments as module_name+'_DATA' vor 10 Jahren
  nickysn cfab5d3d3e * the omfbase.omf_segclass const array converted to function in order to be able vor 10 Jahren
  nickysn cf144a7fb7 * use a dummy non-nil pointer in FSectionsUsed and FSectionsInDGROUP, because vor 10 Jahren
  nickysn 3b36e3d0b5 * declare segments as use16 or use32 in the nasm asm writer vor 10 Jahren
  nickysn 672ff1d863 * fixed memleak after r31487 vor 10 Jahren
  nickysn 314b5e5eac * fixed class name in comment vor 10 Jahren
  nickysn 92c831c3dd * writing of omf section attributes in the NASM asm writer rewritten to use the vor 10 Jahren
  nickysn 4061628ffb * the i8086-msdos default code segment (in near code memory models) renamed vor 10 Jahren
  nickysn 1a8e203bf5 * moved the omf section names constant to the omfbase unit and use it also in vor 10 Jahren
  Jonas Maebe 0d74e4f719 * changed paratargetdbg from a global variable into a field of toption vor 10 Jahren
  nickysn 5dc42404cf * capitalize omf segment class names, as that's how other 16-bit compilers write them vor 10 Jahren
  nickysn e09ab50724 * capitalize the group name 'DGROUP' in the generated omf object files, because vor 10 Jahren
  nickysn 778a678956 * use a 4 byte alignment for the dwarf debug sections on i8086 (not sure if vor 10 Jahren
  nickysn 5a1ce6162b * set the bss, rodata and rodata_norel section alignment to 2 bytes for the i8086-msdos target vor 10 Jahren
  nickysn a6e39edb8f * moved the insertion of fwaits for 8087 from the nasm asm writer to ti8086procinfo.postprocess_code vor 10 Jahren
  nickysn 6a7fff644a * align non-code sections with zeros, instead of nops in the nasm asm output vor 10 Jahren
  nickysn 877a769ac3 + support align directive with a given use_op/fillop in the NASM asm writer vor 10 Jahren
  Jeppe Johansen e2272c8a7e Added aitconst_gs for AVR pointer references to Flash. vor 10 Jahren
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 vor 10 Jahren
  florian 7c1cf07484 + support section smartlinking with nasm vor 10 Jahren
  Károly Balogh dd67fa8c5c * fixed DFA warnings for i8086 vor 11 Jahren
  Jonas Maebe 7949bebb8d * synchronised with r28168 of trunk vor 11 Jahren
  Jonas Maebe b0ff41406a * grouped all tai_real* types into a single tai_realconst type, vor 11 Jahren
  nickysn 36d6fb7868 * don't add the stack segment declaration at the beginning of each object file vor 11 Jahren
  nickysn ef88fec688 * nested ifdefs in TX86NasmAssembler.WriteHeader replaced with an 'if defined()' vor 11 Jahren
  nickysn 40b2d3d562 * don't add the heap segment declaration at the beginning of each object file in vor 11 Jahren
  nickysn 7cfd7a66cd + create a special 'heap' segment with reserved space equal to heapsize (i.e. vor 11 Jahren
  nickysn 22a7dfa231 * stack segment moved outside of dgroup in the i8086 far data memory models, so vor 11 Jahren
  nickysn 2dc8839af5 * set class=data to all data segments/sections on i8086 vor 11 Jahren
  sergei c28271ab99 * NASM writer: don't force 'near' size for all non-far branches and calls, it disables NASM's capability to optimize branches into short form where possible, and thus only increases size of generated code. vor 11 Jahren