Commit History

Autor SHA1 Mensaxe Data
  sergei 1fea5a82c1 * Replaced oso_disabled flag by TExeSection.Disabled boolean property. Makes code a bit nicer to read. %!s(int64=12) %!d(string=hai) anos
  sergei e4949e3044 + ELF linker: finish support for imported symbol versions. %!s(int64=12) %!d(string=hai) anos
  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. %!s(int64=12) %!d(string=hai) anos
  sergei 6fcd9979dd + MIPS: doing progress with linker, implemented processing of local symbols in PIC code and stuff needed to link shared libraries. %!s(int64=12) %!d(string=hai) anos
  sergei 6484911f05 * TExeOutput.FixupRelocations method made virtual. %!s(int64=12) %!d(string=hai) anos
  yury e88bc322bc + Merge the targetandroid branch. Support for arm and i386 android targets. %!s(int64=12) %!d(string=hai) anos
  sergei cb51c39dd7 * Forgot to assign result of SwapEndian() into place. %!s(int64=12) %!d(string=hai) anos
  yury 0960ee2034 * Add missing checks for android target. %!s(int64=12) %!d(string=hai) anos
  sergei af4935e346 + Support dynamic copy relocations. %!s(int64=12) %!d(string=hai) anos
  sergei 4b925763c3 + Enable CPU-specific descendants to write specific dynamic tags. %!s(int64=12) %!d(string=hai) anos
  sergei 49d7448f44 * Made TElfExeOutput.CreatePLT method protected virtual, so CPU-specific handling can be provided by descendants. %!s(int64=12) %!d(string=hai) anos
  sergei 35439c0e1d * Moved creation of GOT section into separate virtual method. %!s(int64=12) %!d(string=hai) anos
  pierre 8b4603ed51 Set OSABI in elf header for openbsd OS, contributed by Pascal Stumpf %!s(int64=12) %!d(string=hai) anos
  sergei 0196c62ee8 + Initial work to support versions of ELF dynamic symbols. %!s(int64=12) %!d(string=hai) anos
  sergei c73ec250a6 + Endian-swapping procedures for version (TElfverneed, etc.) records. %!s(int64=12) %!d(string=hai) anos
  sergei 0aa7204707 + Added codes of dynamic relocations to TElfTarget; since most targets use similar dynamic relocation model differing only in code values, this will allow to do majority of handling in the base class. %!s(int64=12) %!d(string=hai) anos
  sergei 00ca4a74a3 * Reworked/fixed TExeSymbol.State behavior: %!s(int64=12) %!d(string=hai) anos
  sergei a771d68685 * Fixed a bug introduced in r23077: relative_reloc_count must be increased only once per GOT entry, not every time a relocation to that entry is seen. %!s(int64=12) %!d(string=hai) anos
  sergei a7eab8ff67 * TElfObjInput: Factored section creation code into separate method which can be called by CPU-specific routines. %!s(int64=13) %!d(string=hai) anos
  sergei 36859068f5 * Propagate AS_NEEDED flag further into Load_DynamicObject and handle it properly: shared objects marked with AS_NEEDED are added to dependencies only if they actually resolve some symbol. %!s(int64=13) %!d(string=hai) anos
  sergei 67a41e1e94 * Fixed 2 bugs introduced in r22951: %!s(int64=13) %!d(string=hai) anos
  sergei c4d8396158 * Function RelocName made a member of TElfTarget, so it can be used outside of TElfExeOutput class. %!s(int64=13) %!d(string=hai) anos
  sergei d79761c607 * Changed TElfTarget from class to record, so it can contain data members while remaining statically allocated. %!s(int64=13) %!d(string=hai) anos
  sergei 006d795797 * Moved TElfsechdr into interface and cleaned up some ugliness in TElfObjInput code caused by TElfsechdr being not publicly available. Providing target-specific section loading becomes easier now as well. %!s(int64=13) %!d(string=hai) anos
  sergei 8688f5e7b9 * Moved ELF definitions into a separate unit, which can be reused by CPU back-end units. %!s(int64=13) %!d(string=hai) anos
  sergei 129d737523 + Allow TObjRelocation to be created without a symbol, such relocations are being used to tag specific positions on non-x86 targets. %!s(int64=13) %!d(string=hai) anos
  sergei a730830c19 * Factored code for allocating GOT slots into TElfExeOutput.AllocGOTSlot. %!s(int64=13) %!d(string=hai) anos
  sergei a7e7d97da6 * ELF linker: fixed written values of STT_TLS symbols, they must be relative to PT_TLS segment address. %!s(int64=13) %!d(string=hai) anos
  sergei 0369a30f49 * Internal linker: made sec_rodata_norel read-only. %!s(int64=13) %!d(string=hai) anos
  sergei 2c011312db * Changed TElf32Header and TElf64Header definitions, making them look closer to canonical ones (first 16 bytes are a single array field, addressable via EI_xx indices). %!s(int64=13) %!d(string=hai) anos