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?


Index: arch/arm/include/exec.h
===================================================================
RCS file: /cvs/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 -0000      1.4
+++ arch/arm/include/exec.h     16 Sep 2016 18:11:24 -0000
@@ -41,4 +41,6 @@
 
 #define _KERN_DO_ELF
 
+#define PT_ARM_EXIDX   0x70000001
+
 #endif  /* _ARM_EXEC_H_ */

Reply via email to