Commit History

Author SHA1 Message Date
  yury 73b8fba64b * fixed linking with eVC++ object files (bug #8542). 18 years ago
  yury 821c91c230 * fix Mantis #8760: do not put actually empty sections in executable by internal linker. 18 years ago
  yury b2605b8ff6 * Internal linker now correctly links to gcc import libraries. It fixes win32 IDE with debugger support. 18 years ago
  peter 29ffdefacb * secrel32 relocation support required by dwarf2 under windows 18 years ago
  peter 71a11fafe9 * support long section names in executable 18 years ago
  pierre a7f5951cb0 * force empty .idata section at end of each dll to be in executable with oso_keep option 18 years ago
  yury 7547f3a0c0 * Allow @ and ? characters in imported function name when AS is used. It fixes bug #8391. 18 years ago
  peter 9f3de7e809 * -Xg generates a separate file with the debug info sections 18 years ago
  florian 6588b2cb57 * fix resource embedding on arm-wince 18 years ago
  florian c238bb15d1 * .init section support 18 years ago
  yury f8cfa49971 * enabled af_smartlink_sections for i386-wince. 18 years ago
  yury f258b907fb * Set procalign alignment for sections of import jumps table. 19 years ago
  peter f21f055373 * change hashobjectlist.Delete() calls to :=nil now that the .Delete() behaviour 19 years ago
  yury 5f484a0f14 * section "fpc" was renamed to ".fpc". 19 years ago
  yury f89a0ac4c1 * small fix for previous commit. 19 years ago
  yury aa9c217f6b * unused coff symbols are removed by internal linker. 19 years ago
  peter 4df4a4f7d1 * dynamic growth of blocks in tdynamicarray 19 years ago
  peter cb246eb781 * Remove dos,strings units, use SysUtils instead 19 years ago
  peter 070b86a512 * order of named sections added 19 years ago
  florian 85d63d9fa9 * settings refactored 19 years ago
  peter b7386124c4 * quick fix for broken relocation in stabs 19 years ago
  peter 2ecd4522be * make rvasize the same as datasize 19 years ago
  peter bf1c390027 * refactor import library generation 19 years ago
  yury 5aef17adae * Internal linker now creates .reloc section for DLLs. 19 years ago
  yury 03f892719d * added import by ordinal number in internal linker. 19 years ago
  peter 89e2f8b5df * prevent crash when reading unknown section 19 years ago
  peter f5c1839ff0 * support static library (.a) linking 19 years ago
  florian dc2bef3875 + implemented directives $setpeflags, $maxstacksize, $minstacksize and $imagebase, fixes #6349 and #6714 19 years ago
  yury 01edb71190 * internal linker removes imports referenced by unused code. 19 years ago
  yury fb9f8bb2a1 * Support for -WB<image_base> option in internal linker. 19 years ago