summaryrefslogtreecommitdiff
path: root/rts/linker
Commit message (Expand)AuthorAgeFilesLines
...
* rts: Fix references to Note [BFD import library]Ben Gamari2017-08-251-0/+1
* rts: Fix warnings on aarch64 and clean up styleBen Gamari2017-08-251-22/+23
* Fix loading of dlls on 32bit windowsSergey Vinokurov2017-08-211-0/+7
* Correct incorrect free in PE linkerTamar Christina2017-08-191-3/+7
* Big-obj support for the Windows runtime linkerTamar Christina2017-07-082-152/+524
* Typos [ci skip]Gabor Greif2017-06-132-2/+2
* linker: Fix cast-to-uint64_tBen Gamari2017-06-121-1/+1
* [linker] fix armv7 & add aarch64Moritz Angermann2017-06-0821-607/+1680
* Better import library support for WindowsTamar Christina2017-06-023-113/+228
* rts/linker/ElfTypes.h: restore powerps (and others) supportSergei Trofimovich2017-05-141-7/+4
* We define the `<XXX>_HOST_ARCH` to `1`, but never to `0`inMoritz Angermann2017-05-111-3/+4
* tweak to minimize diff against ocInit_ELFGabor Greif2017-05-051-2/+2
* rts: Fix MachO from D3527Ben Gamari2017-05-041-3/+3
* Abandon typedefing the {Section,ObjectCode}FormatInfo structsGabor Greif2017-05-043-11/+10
* [linker] Add ocInit/ocDeinit for ELFMoritz Angermann2017-05-013-4/+171
* Prefer #if defined to #ifdefBen Gamari2017-04-288-23/+23
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-4/+6
* [linker] Adds elf_compat.h, util.h, elf_util.hMoritz Angermann2017-04-2310-112/+671
* [linker] Adds ElfTypesMoritz Angermann2017-04-232-78/+188
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-237-27/+7
* Minor reordering of `#include`s fixing compilation on AIXHerbert Valerio Riedel2017-04-231-3/+2
* catch the case where there is no symCmdMoritz Angermann2017-04-211-1/+3
* Fix build on DragonflyBSDBen Gamari2017-04-211-0/+3
* Revert "linker/mach-o: Catch the case where there is no symCmd"Ben Gamari2017-04-181-3/+1
* linker/mach-o: Catch the case where there is no symCmdMoritz Angermann2017-04-151-1/+3
* [linker] Remove dead code (ELF_FUNCTION_DESC)Moritz Angermann2017-04-121-107/+0
* [Elf/arm] Thumb indicator bit only for STT_FUNCMoritz Angermann2017-04-101-9/+31
* [MachO] Use OBJFORMAT_MACHO.Moritz Angermann2017-04-102-3/+3
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-6/+4
* rts: Fix lingering #ifsBen Gamari2017-04-043-4/+4
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-4/+6
* Various patches to support android cross compilationMoritz Angermann2017-03-291-3/+7
* Spelling in comments only [ci skip]Gabor Greif2017-03-283-7/+7
* Adds aarch64 linker for mach-o files.Moritz Angermann2017-03-261-27/+721
* Refactor MachO.cMoritz Angermann2017-03-261-251/+183
* Add ocInit_MachOMoritz Angermann2017-03-263-4/+84
* rts linker: Introduce MachOTypesMoritz Angermann2017-03-261-0/+133
* linker: fix OpenBSD build failure, EM_PPC64 is not defined thereSergei Trofimovich2017-03-261-0/+2
* Fix Windows x86 buildTamar Christina2017-03-201-0/+2
* Allow iOS to load archives through the linkerMoritz Angermann2017-03-031-5/+8
* Extend Windows runtime loader libsearchTamar Christina2017-03-021-1/+4
* SymbolExtras: A bit of spring cleaningBen Gamari2017-03-022-11/+9
* Load dependent dlls.Tamar Christina2017-02-261-63/+106
* Fix ExtraSymbols jump table on Windows.Tamar Christina2017-02-141-16/+21
* Expand list of always loaded Windows shared libsTamar Christina2017-02-141-0/+6
* Slighly clean up symbol loading error.Tamar Christina2017-01-301-1/+1
* Clean up RTS Linker Windows.Tamar Christina2017-01-182-356/+263
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* Fix abort and import lib search on WindowsTamar Christina2017-01-151-2/+3
* Typos in commentsGabor Greif2017-01-131-1/+1