]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/sortextable: add support for ET_DYN binaries
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sun, 10 Jan 2016 10:42:28 +0000 (11:42 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 24 Feb 2016 14:57:26 +0000 (14:57 +0000)
commitd3dbd067213277ba9a02f16801b95c195bc02ce8
treea162adbba1f241b477ead6044618ed0d691b7f7b
parent9fd49f7118d52372ce65dae5e88d6e0d362a98ad
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>
scripts/sortextable.c