Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [linker] fix armv7 & add aarch64 | Moritz Angermann | 2017-06-08 | 1 | -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 logic | Ben Gamari | 2016-11-02 | 1 | -0/+71 |
Test Plan: Validate Reviewers: erikd, austin, simonmar Reviewed By: erikd Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2643 |