summaryrefslogtreecommitdiff
path: root/compiler/mips/cpuelf.pas
Commit message (Expand)AuthorAgeFilesLines
* * patch by Marģers to unify internal error numbers, resolves #37888florian2020-10-131-1/+1
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+2
* * MIPS: some progress with linker:sergei2016-03-131-7/+83
* + added class type property CObjSymbol to TExeOutput as wellnickysn2015-08-251-1/+1
* * allow using a TObjSymbol subclass via using a "class of" typenickysn2015-08-251-1/+1
* Merge from armiw branch.laksen2015-03-131-0/+1
* * ELF linker: track relocation style (REL or RELA) of each input section and ...sergei2014-11-131-1/+3
* * fixed DFA warnings for MIPS and AVRkaroly2014-08-201-4/+4
* + MIPS internal linker: support TLS IE/LE and GPREL32 relocations, is now abl...sergei2013-07-291-0/+66
* + MIPS linker: support linking PIC object files with non-PIC ones, by routing...sergei2013-03-311-3/+142
* + MIPS linker: added ELF header flags, TLS relocations and an utility procedu...sergei2013-03-291-6/+48
* + MIPS: doing progress with linker, implemented processing of local symbols i...sergei2013-03-041-34/+239
* + MIPS linker: understand R_MIPS_JALR relocation and __gnu_local_gp symbol.sergei2013-02-031-8/+16
* + ELF linker back-ends for ARM and MIPS.sergei2013-01-131-0/+574