commit | 7b957b6e603623ef8b2e8222fa94b976df613fa2 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Sun Jan 10 11:42:28 2016 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Feb 24 14:57:26 2016 +0000 |
tree | a162adbba1f241b477ead6044618ed0d691b7f7b | |
parent | 4a2e034e5cdadde4c712f79bdd57d1455c76a3db [diff] |
scripts/sortextable: add support for ET_DYN binaries Add support to scripts/sortextable for handling relocatable (PIE) executables, whose ELF type is ET_DYN, not ET_EXEC. Other than adding support for the new type, no changes are needed. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>