Историја ревизија

Аутор SHA1 Порука Датум
  svenbarth e5de269664 * change TObjData.sectiontype2options to a class function so that it can be called without an instance of TObjData пре 5 година
  florian 245b58c249 + support for arm attributes пре 5 година
  Jonas Maebe 3fee990218 * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ пре 6 година
  Jonas Maebe 1b6425176b * synchronised with trunk till r42049 пре 6 година
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would пре 6 година
  florian 27ab140dd9 + gcc_except_table section пре 6 година
  nickysn 2af5c9d508 * changed type used for section alignment from byte/shortint to longint, so the пре 7 година
  florian 99a3855e6b * restored old default values for MajorOperatingSystemVersion, MajorSubsystemVersion and MinorSubsystemVersion, resolves issue #32492 пре 8 година
  svenbarth 9619576515 + add support for $SetPE{OS,SubSys,User}Version directives; Delphi compatible; Note: $SetPEUserVersion takes precedence to $Version пре 8 година
  svenbarth e9c40f5b24 + correctly handle COMDAT sections in COFF files (at least as long as the COMDAT selection isn't IMAGE_COMDAT_SELECT_ASSOCIATIVE or IMAGE_COMDAT_SELECT_EXACT_MATCH), fixes the .refptr problems mentioned in Mantis #30614 пре 8 година
  florian b1dff29cbf * removed unused units пре 8 година
  florian 0897bd154a + align(<int64>,<int64>) and align(<qword>,<qword>), resolves an issue reported on the mailing list with large records пре 8 година
  svenbarth 7af52f81a7 * initialize boheader to avoid a warning пре 8 година
  svenbarth 669be1e4c2 * don't directly use sym.value as that is not necessarily initialized anymore пре 8 година
  florian 23a02c9063 * fix arm compiler building пре 8 година
  svenbarth 76445fd4b7 + add ability to generate Big Obj COFF files if required due to the section count being higher than $7fff пре 8 година
  svenbarth 95bea696ca + add ability to read Big Obj COFF files as generated by MSVC with /bigobj and GNU AS with -mbig-obj (starting from version 2.25); this format allows 2^31 sections per COFF file instead of 2^16, thus solving the problem of compiling packages\odata\src\sharepoint.pp пре 8 година
  florian 78e945d471 - removed accidently added debug statement пре 8 година
  florian 3f072b3e29 * workaround for issue #30348, FPC allowes now 65535 sections in coff object files, but as the section index is normally signed, this is only a dirty workaround пре 8 година
  florian 90b284e169 + generate .debug_aranges sections for dwarf debug info: enables faster address to debug info translation пре 9 година
  Jeppe Johansen 0251263234 Move some of the local reloc calculation out of aasmcpu, and into COFF and ELF writers. пре 9 година
  yury b26fa07f1a * Fixed notes "var is assigned but not used". пре 10 година
  yury 432248cbf1 * Removed lot of unused vars. пре 10 година
  Jonas Maebe 991e1f49bd * store a pointer to the used tasminfo record in every assembler writer, so пре 10 година
  nickysn d204aaab72 * refactored "ar" object writer creation in the internal assembler to allow пре 10 година
  Jeppe Johansen 7f34ab27d2 Fixed issue with COFF linker. The addend wasn't shifted up by four before being added. пре 10 година
  Jeppe Johansen a3fd3ee3ab Fixed bug in ARM coff writer. Relocations just ORed the offset onto the instruction instead of adding, but they are emitted as bl 0xFFFFFE, and not bl 0x0. пре 10 година
  Jeppe Johansen 9e5979e8be Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now. пре 10 година
  sergei 8c61990078 * ogcoff.pas: when encountering symbol of unsupported type in input object file, give a meaningful error message instead of internal error. Mantis #27020. пре 10 година
  nickysn 7cfd7a66cd + create a special 'heap' segment with reserved space equal to heapsize (i.e. пре 11 година