On Fri, Sep 16, 2016 at 11:14 AM, Mark Kettenis wrote:
> The ARM EABI exception handling support introduced a new program
> header entry type. This adds it to the appropriate header file. I'm
> working on some code that uses this.
>
> ok?
Matches what binutils-2.17 says and that's the right fil
s/src/sys/arch/arm/include/exec.h,v
retrieving revision 1.4
diff -u -p -r1.4 exec.h
--- arch/arm/include/exec.h 29 Aug 2015 01:58:39 - 1.4
+++ arch/arm/include/exec.h 16 Sep 2016 18:11:24 -
@@ -41,4 +41,6 @@
#define _KERN_DO_ELF
+#define PT_ARM_EXIDX 0x7001
+
#