| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some of the local reloc calculation out of aasmcpu, and into COFF and EL... | laksen | 2016-01-06 | 1 | -1/+9 |
* | * Removed unused vars for mipsel compiler. | yury | 2015-09-17 | 1 | -0/+2 |
* | * store a pointer to the used tasminfo record in every assembler writer, so | jonas | 2015-09-12 | 1 | -3/+3 |
* | * refactored "ar" object writer creation in the internal assembler to allow | nickysn | 2015-04-19 | 1 | -1/+2 |
* | Merge from armiw branch. | laksen | 2015-03-13 | 1 | -0/+12 |
* | + ELF linker: support writing DT_PREINIT_ARRAY/DT_INIT_ARRAY/DT_FINI_ARRAY dy... | sergei | 2015-01-26 | 1 | -13/+46 |
* | * first dragonfly patch (existing most). Mantis #27091 | marco | 2014-12-07 | 1 | -3/+7 |
* | * ELF linker: track relocation style (REL or RELA) of each input section and ... | sergei | 2014-11-13 | 1 | -0/+2 |
* | + create a special 'heap' segment with reserved space equal to heapsize (i.e. | nickysn | 2014-06-19 | 1 | -1/+2 |
* | + generate the stack segment for i8086 far data memory models from within fpc | nickysn | 2014-05-27 | 1 | -1/+2 |
* | * Fixed linking of non-PIC code to indirect functions in shared objects. | sergei | 2014-04-06 | 1 | -1/+1 |
* | + Write 'non-executable stack' marker to object files also on FreeBSD (verifi... | sergei | 2014-02-10 | 1 | -3/+10 |
* | * fixes several issues which cause warnings by the dfa code when using it to ... | florian | 2013-12-01 | 1 | -0/+1 |
* | * fixed (harmless) range errors | jonas | 2013-11-12 | 1 | -1/+5 |
* | + Property TObjSymbol.ObjData, allows to access owning TObjData for external/... | sergei | 2013-07-30 | 1 | -0/+86 |
* | * It is incorrect to use var_align() in linker code: it depends on current_se... | sergei | 2013-07-29 | 1 | -2/+2 |
* | + MIPS internal linker: support TLS IE/LE and GPREL32 relocations, is now abl... | sergei | 2013-07-29 | 1 | -0/+11 |
* | * Replaced oso_disabled flag by TExeSection.Disabled boolean property. Makes ... | sergei | 2013-04-28 | 1 | -8/+8 |
* | + ELF linker: finish support for imported symbol versions. | sergei | 2013-03-29 | 1 | -2/+117 |
* | + ELF linker: load e_ident and e_flags from ELF header into properties of TEl... | sergei | 2013-03-14 | 1 | -25/+26 |
* | + MIPS: doing progress with linker, implemented processing of local symbols i... | sergei | 2013-03-04 | 1 | -1/+3 |
* | * TExeOutput.FixupRelocations method made virtual. | sergei | 2013-03-03 | 1 | -11/+38 |
* | + Merge the targetandroid branch. Support for arm and i386 android targets. | yury | 2013-02-13 | 1 | -1/+1 |
|\ |
|
| * | * Add missing checks for android target. | yury | 2013-01-21 | 1 | -1/+1 |
* | | * Forgot to assign result of SwapEndian() into place. | sergei | 2013-01-29 | 1 | -1/+1 |
|/ |
|
* | + Support dynamic copy relocations. | sergei | 2013-01-13 | 1 | -30/+78 |
* | + Enable CPU-specific descendants to write specific dynamic tags. | sergei | 2013-01-13 | 1 | -7/+96 |
* | * Made TElfExeOutput.CreatePLT method protected virtual, so CPU-specific hand... | sergei | 2013-01-07 | 1 | -1/+4 |
* | * Moved creation of GOT section into separate virtual method. | sergei | 2013-01-02 | 1 | -7/+27 |
* | Set OSABI in elf header for openbsd OS, contributed by Pascal Stumpf | pierre | 2012-12-26 | 1 | -0/+2 |
* | + Initial work to support versions of ELF dynamic symbols. | sergei | 2012-12-18 | 1 | -6/+50 |
* | + Endian-swapping procedures for version (TElfverneed, etc.) records. | sergei | 2012-12-16 | 1 | -0/+55 |
* | + Added codes of dynamic relocations to TElfTarget; since most targets use si... | sergei | 2012-12-16 | 1 | -1/+8 |
* | * Reworked/fixed TExeSymbol.State behavior: | sergei | 2012-12-09 | 1 | -15/+6 |
* | * Fixed a bug introduced in r23077: relative_reloc_count must be increased on... | sergei | 2012-12-09 | 1 | -2/+4 |
* | * TElfObjInput: Factored section creation code into separate method which can... | sergei | 2012-12-08 | 1 | -11/+21 |
* | * Propagate AS_NEEDED flag further into Load_DynamicObject and handle it prop... | sergei | 2012-12-06 | 1 | -6/+12 |
* | * Fixed 2 bugs introduced in r22951: | sergei | 2012-12-05 | 1 | -6/+6 |
* | * Function RelocName made a member of TElfTarget, so it can be used outside o... | sergei | 2012-12-02 | 1 | -0/+18 |
* | * Changed TElfTarget from class to record, so it can contain data members whi... | sergei | 2012-12-02 | 1 | -68/+35 |
* | * Moved TElfsechdr into interface and cleaned up some ugliness in TElfObjInpu... | sergei | 2012-12-02 | 1 | -11/+16 |
* | * Moved ELF definitions into a separate unit, which can be reused by CPU back... | sergei | 2012-12-02 | 1 | -313/+2 |
* | + Allow TObjRelocation to be created without a symbol, such relocations are b... | sergei | 2012-12-01 | 1 | -8/+12 |
* | * Factored code for allocating GOT slots into TElfExeOutput.AllocGOTSlot. | sergei | 2012-11-29 | 1 | -3/+36 |
* | * ELF linker: fixed written values of STT_TLS symbols, they must be relative ... | sergei | 2012-11-19 | 1 | -31/+22 |
* | * Internal linker: made sec_rodata_norel read-only. | sergei | 2012-11-18 | 1 | -4/+1 |
* | * Changed TElf32Header and TElf64Header definitions, making them look closer ... | sergei | 2012-11-16 | 1 | -37/+45 |
* | + Internal linker: generic and ELF-specific support for grouped sections, all... | sergei | 2012-11-15 | 1 | -10/+80 |
* | + ELF linker: Support writing RELATIVE dynamic relocations ahead of the rest,... | sergei | 2012-11-08 | 1 | -12/+47 |
* | - Removed generic implementation of TObjData.sectionname, its existence is us... | sergei | 2012-11-02 | 1 | -62/+1 |