Forked from
Glasgow Haskell Compiler / GHC
42912 commits behind, 168 commits ahead of the upstream repository.
Ben Gamari
authored
Add support for ELF objects on ARM to the runtime linker. While the list of relocation types in the "ELF for the ARM Architecture" specification spans four pages, we thankfully only see a handful of these in the wild. Thus, at the moment we only support the following .rel relocation types, * R_ARM_ABS32 * R_ARM_TARGET1 * R_ARM_REL32 * R_ARM_CALL * R_ARM_JUMP24 * R_ARM_MOVT_ABS * R_ARM_MOVW_ABS_NC * R_ARM_THM_CALL * R_ARM_THM_JUMP24 * R_ARM_THM_MOVT_ABS * R_ARM_THM_MOVW_ABS_NC * R_ARM_THM_JUMP8 * R_ARM_THM_JUMP11 Signed-off-by:Ben Gamari <bgamari.foss@gmail.com> MERGED from commit b22501b4
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name | Last commit | Last update |
---|---|---|
.. | ||
build.mk.sample | ||
compiler-ghc.mk | ||
config.mk.in | ||
custom-settings.mk | ||
fptools.css | ||
install.mk.in | ||
project.mk.in | ||
sub-makefile.mk | ||
tree.mk | ||
validate-settings.mk | ||
ways.mk |