summaryrefslogtreecommitdiff
path: root/compiler/elfbase.pas
Commit message (Expand)AuthorAgeFilesLines
* + Added values for DT_FLAGS and DT_FLAGS_1 dynamic tags.sergei2013-03-291-0/+23
* + ELF linker: load e_ident and e_flags from ELF header into properties of TEl...sergei2013-03-141-2/+4
* * Made TElfExeOutput.CreatePLT method protected virtual, so CPU-specific hand...sergei2013-01-071-0/+3
* + Some more ELF definitions (related to symbol versioning).sergei2012-12-061-1/+18
* * Moved ELF definitions into a separate unit, which can be reused by CPU back...sergei2012-12-021-0/+379