commit | 1bb078330b4f0836b5b12365cd8bf68d5f3bbff8 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Thu Sep 28 11:16:33 2017 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Oct 02 23:16:29 2017 +0100 |
tree | 0a15f41ace12c4b308ef6cc57e5aa3be0019e05d | |
parent | 476242482bdee72b30f188c2e025f0fa5df0208c [diff] | |
parent | cdf38888ed30523b1a6ee199449a86dbd1d864ce [diff] |
Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stable This series provides the needed changes to suport the ELF_FDPIC binary format on ARM. Both MMU and non-MMU systems are supported. This format has many advantages over the BFLT format used on MMU-less systems, such as being real ELF that can be parsed by standard tools, can support shared dynamic libs, etc.