Historie revizí

Autor SHA1 Zpráva Datum
  florian 9003114a8f + support R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX před 4 roky
  florian 637976e83f * patch by Marģers to unify internal error numbers, resolves #37888 před 4 roky
  svenbarth 17d583a419 * fix for Mantis #37559: the adjustment of the section type should only be done for internal COFF writers před 5 roky
  yury 985220d94c * Added virtual function TObjSection.GetAltName to be able to specify additional section name by descendants. před 5 roky
  nickysn 47ba80a545 * the len parameter of TObjData.writebytes changed to TObjSectionOfs to avoid 8-bit truncation on Z80 před 5 roky
  nickysn 9c54d753f5 * ImageBase changed to qword (same type as CurrMemPos) to avoid truncating to 8-bit on Z80 před 5 roky
  nickysn e8af7427bb * the len parameter of TObjData.alloc changed to TObjSectionOfs před 5 roky
  nickysn 616cb38292 * fixed the TRelocDataInt to avoid truncating 16-bit addresses to 8-bit on 8-bit CPUs před 5 roky
  nickysn 997184778a + call ApplyAsmSymbolRestrictions for symbols that should be exported from ar files před 5 roky
  nickysn 4fed57adc1 + lots of fixes to the Z80 internal asm writer před 5 roky
  svenbarth 61358b1eaa * it's rather useless that sectiontype2options is virtual as we can't use a class type, not to mention that the classes doing the overriding are for the internal assemblers/linkers, but we need it also for external před 5 roky
  svenbarth 5b941e3cea + implement relocations for Aarch64 for the internal COFF linker před 5 roky
  svenbarth 2a1d26cc90 * use translateable error messages for undefined symbols and also report in which object file the symbol was first found před 5 roky
  florian 99ce957111 * fixed default value for progbits před 5 roky
  florian 137f392c66 * parameters declared as out must be initialized před 5 roky
  svenbarth ccb169b0f1 * correctly handle PE COMDAT sections: like for the Comdat groups in ELF files the unused symbols need to be converted to externals so that relocations are handled correctly před 5 roky
  svenbarth 7f8800eeb1 + add a method to TObjData to retrieve the TSectionProcBits and TSectionFlags values for a given section type před 5 roky
  svenbarth e5de269664 * change TObjData.sectiontype2options to a class function so that it can be called without an instance of TObjData před 5 roky
  florian 245b58c249 + support for arm attributes před 5 roky
  florian 8ecdb2e9ca + dwarf support for tls threadvars před 5 roky
  florian 16163b74ec + support for the gnu2 general-dynamic tls model on arm, use it instead of the gnu one as the gnu2 one can be relaxed (access optimizations by the linker) před 5 roky
  florian 03dfc615dc + new relocations for arm tls před 5 roky
  florian 56d91b4ca7 + support tls threadvars with the internal assembler před 5 roky
  florian 14b7eaa46f + x86-64: implemented support for relocation needed by tls threadvars in the binary elf writer před 5 roky
  nickysn 3ebcef32ba + introduced TExeSection.MemPosStr - a virtual method for converting the před 6 roky
  Jonas Maebe 3fee990218 * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ před 6 roky
  Jonas Maebe 1b6425176b * synchronised with trunk till r42049 před 6 roky
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would před 6 roky
  florian 27ab140dd9 + gcc_except_table section před 6 roky
  yury 4357caaad8 * Removed unused local vars. před 6 roky