From: Dan Albert Date: Mon, 17 Apr 2017 23:06:59 +0000 (-0700) Subject: Add PT_ARM_EXIDX. X-Git-Tag: android-x86-8.1-r1~51^2^2~17^2^2^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3914b19bd4a2707ed5274a502fd9fc5538a5d26c;p=android-x86%2Fbionic.git Add PT_ARM_EXIDX. The updated LLVM libunwind needs this to be defined. Test: make checkbuild Bug: None Change-Id: Ia20016a9e3becb37ea6902f1959d1884c1263e51 --- diff --git a/libc/include/elf.h b/libc/include/elf.h index ae05d3dde..2950e0a9a 100644 --- a/libc/include/elf.h +++ b/libc/include/elf.h @@ -178,6 +178,7 @@ typedef struct { #define ELFOSABI_SYSV 0 /* Synonym for ELFOSABI_NONE used by valgrind. */ +#define PT_ARM_EXIDX (PT_LOPROC + 1) #define PT_GNU_RELRO 0x6474e552 #define STB_LOOS 10