Histórico de Commits

Autor SHA1 Mensagem Data
  Jeppe Johansen 71cdedea82 Add missing NOP, and B instruction forms. há 10 anos atrás
  Jeppe Johansen de00a1d76d Implement simple support for .thumb_func in the ELF output. há 10 anos atrás
  Jeppe Johansen 901275b4a1 Switch back to emitting BLX instructions and fix calculation of constant offsets(should rarely/never happen). há 10 anos atrás
  Jeppe Johansen fe0cdcfb2e Add a small function to handle encoding of CPU specific ELF flags. This is used to encode EABI version for ARM. há 10 anos atrás
  marco 2578514853 * first dragonfly patch (existing most). Mantis #27091 há 10 anos atrás
  sergei a4053370fc * ELF linker: track relocation style (REL or RELA) of each input section and use it instead of global default on MIPS targets. This fixes internal linking of tests/test/units/system/tres*.pp. há 10 anos atrás
  nickysn 7cfd7a66cd + create a special 'heap' segment with reserved space equal to heapsize (i.e. há 11 anos atrás
  nickysn 3cc8ff11e3 + generate the stack segment for i8086 far data memory models from within fpc há 11 anos atrás
  sergei e951887154 * Fixed linking of non-PIC code to indirect functions in shared objects. há 11 anos atrás
  sergei 3c5345cb4e + Write 'non-executable stack' marker to object files also on FreeBSD (verified for version 9.0 for i386). há 11 anos atrás
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables há 11 anos atrás
  Jonas Maebe 864a72ee69 * fixed (harmless) range errors há 11 anos atrás
  sergei 1f8a67f552 + Property TObjSymbol.ObjData, allows to access owning TObjData for external/common symbols, i.e. ones with ObjSection=nil. há 12 anos atrás
  sergei 5b6e50c9da * It is incorrect to use var_align() in linker code: it depends on current_settings.alignment, which is valid only while compiling, not while linking. Replaced with size_2_align(). há 12 anos atrás
  sergei e7f6b06969 + MIPS internal linker: support TLS IE/LE and GPREL32 relocations, is now able to link tw14265. há 12 anos atrás
  sergei 1fea5a82c1 * Replaced oso_disabled flag by TExeSection.Disabled boolean property. Makes code a bit nicer to read. há 12 anos atrás
  sergei e4949e3044 + ELF linker: finish support for imported symbol versions. há 12 anos atrás
  sergei 6245bfd74f + ELF linker: load e_ident and e_flags from ELF header into properties of TElfObjData, necessary for targets that must be able to link together object files of different flavors. há 12 anos atrás
  sergei 6fcd9979dd + MIPS: doing progress with linker, implemented processing of local symbols in PIC code and stuff needed to link shared libraries. há 12 anos atrás
  sergei 6484911f05 * TExeOutput.FixupRelocations method made virtual. há 12 anos atrás
  yury e88bc322bc + Merge the targetandroid branch. Support for arm and i386 android targets. há 12 anos atrás
  sergei cb51c39dd7 * Forgot to assign result of SwapEndian() into place. há 12 anos atrás
  yury 0960ee2034 * Add missing checks for android target. há 12 anos atrás
  sergei af4935e346 + Support dynamic copy relocations. há 12 anos atrás
  sergei 4b925763c3 + Enable CPU-specific descendants to write specific dynamic tags. há 12 anos atrás
  sergei 49d7448f44 * Made TElfExeOutput.CreatePLT method protected virtual, so CPU-specific handling can be provided by descendants. há 12 anos atrás
  sergei 35439c0e1d * Moved creation of GOT section into separate virtual method. há 12 anos atrás
  pierre 8b4603ed51 Set OSABI in elf header for openbsd OS, contributed by Pascal Stumpf há 12 anos atrás
  sergei 0196c62ee8 + Initial work to support versions of ELF dynamic symbols. há 12 anos atrás
  sergei c73ec250a6 + Endian-swapping procedures for version (TElfverneed, etc.) records. há 12 anos atrás