summaryrefslogtreecommitdiff
path: root/rts/linker/CacheFlush.c
Commit message (Collapse)AuthorAgeFilesLines
* [linker] fix armv7 & add aarch64Moritz Angermann2017-06-081-22/+1
| | | | | | | | | | | | | | | This adds Global Offset Table logic, as well as PLT like logic for armv7 and aarch64; which replaces the preexisting symbolExtras logic, by placing the PLT tables next to the separtely loaded sections. This is needed to ensure that the symbol stubs are in range. Reviewers: bgamari, austin, erikd, simonmar Reviewed By: bgamari Subscribers: Ericson2314, ryantrinkle, rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3448
* linker: Split out CacheFlush logicBen Gamari2016-11-021-0/+71
Test Plan: Validate Reviewers: erikd, austin, simonmar Reviewed By: erikd Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2643