summaryrefslogtreecommitdiff
path: root/rts/linker
Commit message (Expand)AuthorAgeFilesLines
* rts/linker: Fix LoadArchive build on WindowsBen Gamari2016-12-082-20/+25
* Don't barf() on failures in loadArchive()Ben Gamari2016-12-071-184/+287
* Fix x86 Windows build and testsuiteTamar Christina2016-12-061-0/+2
* Update Mingw-w64 bindist for WindowsTamar Christina2016-11-291-1/+0
* Use C99's boolBen Gamari2016-11-293-14/+11
* Spelling in comment onlyGabor Greif2016-11-181-2/+2
* Skip 64-bit symbol tablesSylvain HENRY2016-11-141-2/+4
* rts: Fix references to UCharBen Gamari2016-11-131-25/+2
* rts: Fix #include of <linker/PEi386.h>Ben Gamari2016-11-111-1/+1
* rts: Fix LoadArchive on OS XBen Gamari2016-11-111-1/+8
* rts/linker: Move loadArchive to new source fileBen Gamari2016-11-101-0/+532
* Some minor linker cleanups.Tamar Christina2016-11-061-1/+1
* linker: Move ARM interworking note to SymbolExtras.cBen Gamari2016-11-021-0/+28
* linker: Split ELF implementation into separate source fileBen Gamari2016-11-022-0/+1726
* linker: Split MachO implementation into new source fileBen Gamari2016-11-022-0/+1265
* linker: Split PEi386 implementation into new source fileBen Gamari2016-11-022-0/+1750
* linker: Split symbol extras logic into new source fileBen Gamari2016-11-022-0/+239
* linker: Move mmapForLinker declaration into LinkerInternals.hBen Gamari2016-11-022-2/+1
* linker: Split out CacheFlush logicBen Gamari2016-11-022-0/+83
* Revert "rts/linker: Move loadArchive to new source file"Matthew Pickering2016-10-271-661/+0
* rts/linker: Move loadArchive to new source fileBen Gamari2016-10-261-0/+661
* Runtime linker: Break m32 allocator out into its own fileErik de Castro Lopo2016-05-252-0/+392