Commit History

Автор SHA1 Съобщение Дата
  sergei 1c271251f8 - Removed tcoffexeoutput.FCoffSyms, it is never used (symbols are written directly to the output) преди 13 години
  sergei 3a89544cd6 + Internal linker for go32v2: преди 13 години
  sergei 8814f56081 * Fixed oso_debug section attribute being not preserved while reading/writing DJCOFF object files. преди 13 години
  sergei 35e3e363dd * Changed writing section symbols to use storage class COFF_SYM_LOCAL (3), this is what is used by both GCC and MSVC. Previously used COFF_SYM_SECTION (104) is accepted by GNU binutils, but only for PE targets (and silently converted to COFF_SYM_LOCAL), for DJGPP it issues warnings. преди 13 години
  sergei bbb08bbf66 ogcoff.pas: преди 13 години
  sergei dc03282cb7 + Support assembling expressions ".long L2-L1" where label L1 belongs to the current objsection and L2 comes from any objsection. This is done using relative relocations and is compatible with GNU AS. преди 13 години
  Jonas Maebe 14cfe770a4 * replaced most (if not all) remaining fields/parameters in the compiler преди 13 години
  Jonas Maebe ac43eb9b70 + generic implementation of ReplaceForbiddenAsmSymbolChars() instead преди 13 години
  sergei 0b16c3565a * Don't reject IMAGE_REL_ARM_SECREL relocations, Mantis #20467 преди 14 години
  florian 111d05c68f o patch by Alexander Shishkin, resolves #20409 преди 14 години
  sergei 6280ee2eed * Changed attributes of .pdata section so it is smart-linkable on x86_64. преди 14 години
  sergei 392dafd175 * Another attempt to align section raw data size in COFF headers. Without this, image modification WinAPIs like BeginUpdateResource/EndUpdateResource typically corrupt the image. Resolves #16852 (at least partially). преди 14 години
  sergei c9f92c0323 * Excluded oso_executable from attributes of user sections. User sections may currently be specified only for variables and typed consts, which are not executable. преди 14 години
  sergei 6a2e87121b * ogcoff.pas: sort all objsections having '$' in the name, not just .idata$*. This is a documented PECOFF feature and it is required for tls callback stuff to link correctly regardless of the order of declarations in source files. преди 14 години
  sergei 5d5ddbbe3e * Revert rounding section data size, it should be done in a more sophisticated way преди 14 години
  sergei 2d96c34b06 * Improvements to PE executable output: преди 14 години
  pierre 372b16b2e6 * Look for __FPC_tls_callbacks, should be reset to nil for DLLs, not yet done преди 14 години
  pierre 30feeff3c2 + TlsDirectory handling code преди 14 години
  florian f328b6d635 + user section type преди 14 години
  pierre fd2b777435 * ogcoff.pas: преди 14 години
  pierre fa4b4906e6 * ogcoff.pas: Add support for RELOC_SECREL32. преди 15 години
  pierre 7c04d8d13b From patch submitted by Willibald Krenn in Bug Report 17500. преди 15 години
  florian c1f3d8dcaa * unified names of system_*/systems_* sets преди 15 години
  florian 34227e811d + patch by Sven Barth to add native NT rtl support to the compiler, resolves #14886 преди 15 години
  Jonas Maebe edacea82be * changed assembler directives for darwin lazy/non-lazy symbol pointers преди 16 години
  Jonas Maebe 0c675a4039 * the objc1 unit has been renamed to objc преди 16 години
  yury bf00b3e94b * Replaced some ifdef x86_64 by ifdef cpu64bitaddr, since it is more correct. преди 16 години
  yury ede93974bc * Fixed writing of external debug info when reloc section should be created. преди 16 години
  yury c4439e4e39 * Properly write 64-bit relocations into .reloc section. преди 16 години
  yury 5cd83b26d9 * More proper check for executable image size limits. преди 16 години