summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows build after D1874Tamar Christina2016-02-021-2/+24
* Fix runtime linker error message when old symbol had no ownerReid Barton2016-02-011-0/+1
* When encountering a duplicate symbol, show source of the first symbolReid Barton2016-01-311-1/+5
* Show error message for unknown symbol on Elf_Rel platformsReid Barton2016-01-251-1/+0
* Remove lookup of sections by name instead use the index numbers as offsetsTamar Christina2016-01-141-63/+1
* Linker: Define ELF_64BIT for aarch64_HOST_ARCHErik de Castro Lopo2016-01-111-0/+2
* Linker: Move helpers to #ifdefBen Gamari2016-01-041-11/+15
* Linker: ARM: Don't change to BLX if jump needed veneerBen Gamari2016-01-041-2/+5
* Linker: Use contiguous mmapping on ARMBen Gamari2016-01-031-3/+11
* Linker: Make debugging output a bit more readableBen Gamari2016-01-031-1/+1
* Linker: ARM: Refactor relocation handlingBen Gamari2016-01-031-39/+54
* Linker: ARM: Ensure that cache flush covers all symbol extrasBen Gamari2016-01-031-1/+3
* rts/Linker.c: mark ia64 as 64-bit ELF, drop unused branchesSergei Trofimovich2015-12-301-4/+6
* rts/Linker(ARM): Ensure all code sections are flushed from cacheBen Gamari2015-12-281-1/+9
* RTS: Detect powerpc64le as ELF 64-bit systemPeter Trommler2015-12-271-1/+1
* Linker(ELF): Fix addProddableBlocks usageBen Gamari2015-12-271-1/+1
* Linker: Reenable Thumb supportBen Gamari2015-12-271-4/+24
* Linker: Fix cut-and-paste error in debug outputBen Gamari2015-12-271-1/+1
* Fix GHCi segfault in Windows 32bitTamar Christina2015-12-221-6/+2
* rts: Remove space before argument list in ASSERTsBen Gamari2015-12-071-1/+1
* Use Autoconf's AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-041-7/+0
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-171-0/+37
* fix RTS Linker on platforms without SHN_XINDEX supportKarel Gardas2015-11-111-6/+30
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-071-17/+182
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-3/+16
* Linker: #ifdef cleanupErik de Castro Lopo2015-11-041-40/+11
* get rid of Elf32/Elf64_Section as this is a non-portable Linux-ism.Karel Gardas2015-11-021-3/+1
* Linker: More uint64_t to uintptr_t fixesErik de Castro Lopo2015-11-011-2/+2
* Add rts/Linker support for more than 64k sectionsSimon Brenner2015-11-011-39/+141
* Linker: Clean up USE_MMAP usageErik de Castro Lopo2015-10-301-33/+31
* Linker: Fix type in m32_free_internalErik de Castro Lopo2015-10-301-1/+1
* rts/Linker.c: Drop support for legacy OS X dyn loadingErik de Castro Lopo2015-10-291-15/+1
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-261-17/+1
* rts/Linker.c: Convert #if/#else to if/elseErik de Castro Lopo2015-10-251-22/+28
* rts/Linker.c: Split RTS symbols out into separate fileErik de Castro Lopo2015-10-241-1183/+2
* Fix caching of pagesizeSimon Marlow2015-10-211-3/+2
* fix RTS linker compilation failure on SolarisKarel Gardas2015-10-181-1/+2
* Silence the linker on Windows so tests passTamar Christina2015-10-171-2/+2
* rts/Linker.c : Fix armhf build (#10977)Erik de Castro Lopo2015-10-161-6/+3
* Fix windows build after D975Tamar Christina2015-10-161-0/+2
* ELF/x86_64: map object file sections separately into the low 2GBSimon Marlow2015-10-151-248/+645
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-151-0/+5
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-031-121/+86
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-121-269/+307
* disable check for .init_array section on OpenBSDKarel Gardas2015-07-011-2/+2
* powerpc: add basic support for PLT relocations (#10402)Sergei Trofimovich2015-06-231-0/+15
* Squash typos in commentsGabor Greif2015-06-121-1/+1
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-081-3/+3
* rts/Linker.c: distinct between DATA and CODE labels when importingSergei Trofimovich2015-04-071-18/+42
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-5/+0