summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
* More OS X build fixesIan Lynagh2012-09-141-2/+2
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-4/+4
* OS X: use mmap() instead of malloc for allocating the bss (#7040)Simon Marlow2012-08-211-0/+5
* add X86_64_GOTTPOFF relocation for errnoSimon Marlow2012-08-211-0/+25
* Export startProfTimer and stopProfTimer symbols.Paolo Capriotti2012-08-201-2/+3
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-08-131-4/+33
|\
| * Fix GHCi segfault during startup on linux-powerpc (#2972).Erik de Castro Lopo2012-08-131-4/+33
* | Follow RTS symbol changes in Linker.cIan Lynagh2012-08-101-0/+2
|/
* Fix compile on linux-powerpc64. (#7084).Erik de Castro Lopo2012-07-311-0/+2
* Add getGCStatsEnabled function.Paolo Capriotti2012-06-191-0/+1
* Build fix for Hurd.Paolo Capriotti2012-06-171-2/+2
* Fix build on win64Ian Lynagh2012-06-161-0/+1
* Don't use 64-bit support functions on MIPS N32.Michał Masłowski2012-06-091-1/+1
* Fix build on Win64Ian Lynagh2012-05-101-0/+1
* Don't pointlessly cast sizeof's result to size_tIan Lynagh2012-05-091-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-05-081-2/+3
|\
| * Enable FileLock for win32 (#4363)Paolo Capriotti2012-05-081-2/+2
| * Move getMonotonicUSec from base to the RTS.Paolo Capriotti2012-05-081-0/+1
* | Add support for .text.startup sections to the LinkerIan Lynagh2012-05-071-0/+1
|/
* Fix alignment when loading .a files on Win64Ian Lynagh2012-05-071-2/+17
* Test for misaligned sections, and fail if we find oneIan Lynagh2012-05-071-0/+4
* Fix RTS DLL references on Win64Ian Lynagh2012-05-061-1/+5
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-2/+2
* Add _getpid to rtsSyms on Win64Ian Lynagh2012-05-031-0/+1
* More Win64 ghci fixesIan Lynagh2012-05-021-0/+161
* Win64 Linker improvementsIan Lynagh2012-05-021-4/+49
* Add 'free' to the list of rtsSyms on Win64Ian Lynagh2012-05-021-0/+1
* Tell checkProddableBlock how many bytes we want to writeIan Lynagh2012-05-011-18/+23
* Revert "Revert "More Win32 build fixes""Ian Lynagh2012-05-011-27/+27
* Revert "Revert "Fix build of rts/Linker.c on Win32""Ian Lynagh2012-05-011-22/+28
* Revert "Revert "Get GHCi working on Win64""Ian Lynagh2012-05-011-35/+116
* Revert "Get GHCi working on Win64"Manuel M T Chakravarty2012-05-011-116/+35
* Revert "Fix build of rts/Linker.c on Win32"Manuel M T Chakravarty2012-05-011-28/+22
* Revert "More Win32 build fixes"Manuel M T Chakravarty2012-05-011-27/+27
* More Win32 build fixesIan Lynagh2012-04-301-27/+27
* Fixes for x86/LinuxIan Lynagh2012-04-301-4/+4
* Fix build of rts/Linker.c on Win32Ian Lynagh2012-04-301-22/+28
* Get GHCi working on Win64Ian Lynagh2012-04-301-35/+116
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-271-0/+1
|\
| * Add a new primop mkWeakNoFinalizer (#5879)Simon Marlow2012-04-271-0/+1
* | Win32 build fixIan Lynagh2012-04-271-2/+2
* | Fix warnings on Win64Ian Lynagh2012-04-261-8/+24
|/
* Add symbol declaration for __fixunsdfdi in the linker.Paolo Capriotti2012-04-241-1/+2
* Add linker support for ELF on ARMBen Gamari2012-03-301-9/+336
* Soem more Wind64 fixesIan Lynagh2012-03-161-15/+22
* check for failed external symbol lookups (partial fix for #5748)Gregory Wright2012-01-111-15/+81
* Make the RTS linker API use wide-char pathnames on Windows (#5697)Simon Marlow2012-01-091-53/+83
* Define getNumberOfProcessors() even when !THREADED_RTSSimon Marlow2011-12-071-0/+1
* Add new primtypes 'ArrayArray#' and 'MutableArrayArray#'Manuel M T Chakravarty2011-12-071-0/+1
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-0/+1