提交歷史

作者 SHA1 備註 提交日期
  Jonas Maebe 28cd8271c9 * initial version of internal Mach-O/i386 assembler by Dmitry Boyarintsev 15 年之前
  florian c1f3d8dcaa * unified names of system_*/systems_* sets 15 年之前
  Jonas Maebe edacea82be * changed assembler directives for darwin lazy/non-lazy symbol pointers 15 年之前
  Jonas Maebe 0c675a4039 * the objc1 unit has been renamed to objc 16 年之前
  yury 5cd83b26d9 * More proper check for executable image size limits. 16 年之前
  Jonas Maebe 6165536b5e + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 16 年之前
  yury afa7ade545 * Replace ? and @ in external names only if the external is imported from DLL on Windows. 16 年之前
  Károly Balogh 049280bc21 * fix bug #8391 only for arm-wince, because otherwise it breaks other platforms (incl. i386-win32) 17 年之前
  yury 23da33b75a * Fixed hang while linking in some cases. 17 年之前
  yury 4cabbe0e39 * Fixed compiler cycling with enabled range and overflow checking. 17 年之前
  yury c84aa860bd * Added error message if resulting executable image size is too big to fit in memory. bug #11702. 17 年之前
  yury 5e11e697b4 * Use unsigned integers for sizes and positions to break 2GB limit in tdynamicarray, object writer, internal linker, coff and PE headers. 17 年之前
  yury 491f0fa1d8 * Replaced all user defined warnings by TODO comments to reduce compiler noise. 17 年之前
  yury 403ce8c2c1 * Fixed removing stabs for unused functions. It fixes debugging problems. 17 年之前
  Jonas Maebe f36e5411af * split cpu64bit compiler define into 17 年之前
  peter 793fd8fc09 * Add -Xg to help pages 17 年之前
  Jonas Maebe 0bf43d223b * fixed uses of custom-length string types in function/property 17 年之前
  peter c767df348f * idata must be aligned on 4 bytes to prevent a corrupt 18 年之前
  Jonas Maebe 70c2414daa * split off sec_rodata_norel from sec_rodata, and only put constant data 18 年之前
  florian 4151029ee5 + .fini section support 18 年之前
  yury 84306f80e9 * fixed tw8391.pp for i386. 18 年之前
  yury 38b8731ba0 * Restored relocs generation for dlls by internal linker. It fixes bug #9048. 18 年之前
  yury df36385c89 * fixed mantis #8887. (please merge to fixes). 18 年之前
  yury 821c91c230 * fix Mantis #8760: do not put actually empty sections in executable by internal linker. 18 年之前
  yury b2605b8ff6 * Internal linker now correctly links to gcc import libraries. It fixes win32 IDE with debugger support. 18 年之前
  pierre 115d95004f * try to fix cygwin import lib problem in internal linker 18 年之前
  Jonas Maebe 21f87ef1de * fixed instances of passing properties as var parameter 18 年之前
  peter 29ffdefacb * secrel32 relocation support required by dwarf2 under windows 18 年之前
  yury 7547f3a0c0 * Allow @ and ? characters in imported function name when AS is used. It fixes bug #8391. 18 年之前
  peter 9f3de7e809 * -Xg generates a separate file with the debug info sections 18 年之前